Makefile   [plain text]


#
# Generated by the NeXT Project Builder.
#
# NOTE: Do NOT change this file -- Project Builder maintains it.
#
# Put all of your customizations in files called Makefile.preamble
# and Makefile.postamble (both optional), and Makefile will include them.
#

NAME = rpc

PROJECTVERSION = 2.8
PROJECT_TYPE = Component

HFILES = auth.h auth_unix.h clnt.h pmap_clnt.h pmap_prot.h pmap_rmt.h\
         rpc.h rpc_msg.h svc.h svc_auth.h types.h xdr.h pmap_wakeup.h

CFILES = auth_none.c auth_unix.c authunix_prot.c bindresvport.c\
         clnt_generic.c clnt_perror.c clnt_raw.c clnt_simple.c\
         clnt_tcp.c clnt_udp.c get_myaddress.c pmap_clnt.c\
         pmap_getmaps.c pmap_getport.c pmap_prot.c pmap_prot2.c\
         pmap_rmt.c rpc_callmsg.c rpc_commondata.c rpc_dtablesize.c\
         rpc_prot.c svc.c svc_auth.c svc_auth_unix.c svc_raw.c\
         svc_run.c svc_simple.c svc_tcp.c getrpcent.c svc_udp.c xdr.c\
         xdr_array.c xdr_float.c xdr_mem.c xdr_rec.c xdr_reference.c\
         xdr_sizeof.c xdr_stdio.c getrpcport.c pmap_wakeup.c

OTHERSRCS = Makefile.preamble Makefile Makefile.postamble \
	    bindresvport.3 getrpcent.3 getrpcport.3 rpc.3 xdr.3


MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
CODE_GEN_STYLE = DYNAMIC
MAKEFILE = subproj.make
LIBS = 
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)


PUBLIC_HEADERS = auth.h auth_unix.h clnt.h pmap_clnt.h pmap_prot.h\
                 pmap_rmt.h rpc.h rpc_msg.h svc.h svc_auth.h types.h\
                 xdr.h



NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc
WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc
PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc
NEXTSTEP_JAVA_COMPILER = /usr/bin/javac
WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe
PDO_UNIX_JAVA_COMPILER = $(JDKBINDIR)/javac

include $(MAKEFILEDIR)/platform.make

-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies