#
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
OBJS = \
kpropd.o \
# Definitions needed to rpcgen iprop-related files
-DHAVE_COMPILE=1 \
-DHAVE_STEP=1
CLOBBERFILES += $(RSRC)
include ../../Makefile.cmd
CPPFLAGS += -I. \
-I$(KRB5IPROPDIR) \
$(POST_PROCESS)
$(LINK.c) $(SERVEROBJS) $(DERIVED_OBJS) $(COMMONOBJS) -o $@ $(DEPLIBS) $(LDFLAGS) $(LDARGS) $(LDLIBS)
$(POST_PROCESS)
# Rules to rpcgen-erate derived files from the iprop.x spec file
$(RM) $@
$(RM) $@
# Make dependencies explicit so make sees it.
check: $(CHKMANIFEST)
lint:
include ../../Makefile.targ
$(RM) $@
$(RM) messages.po
$(RM) messages.po
FRC: