]>
Commit | Line | Data |
---|---|---|
03fb6eb0 A |
1 | # |
2 | # Generated by the NeXT Project Builder. | |
3 | # | |
4 | # NOTE: Do NOT change this file -- Project Builder maintains it. | |
5 | # | |
6 | # Put all of your customizations in files called Makefile.preamble | |
7 | # and Makefile.postamble (both optional), and Makefile will include them. | |
8 | # | |
9 | ||
10 | NAME = rpc | |
11 | ||
12 | PROJECTVERSION = 2.8 | |
13 | PROJECT_TYPE = Component | |
14 | ||
15 | HFILES = auth.h auth_unix.h clnt.h pmap_clnt.h pmap_prot.h pmap_rmt.h\ | |
16 | rpc.h rpc_msg.h svc.h svc_auth.h types.h xdr.h | |
17 | ||
18 | CFILES = auth_none.c auth_unix.c authunix_prot.c bindresvport.c\ | |
19 | clnt_generic.c clnt_perror.c clnt_raw.c clnt_simple.c\ | |
20 | clnt_tcp.c clnt_udp.c get_myaddress.c pmap_clnt.c\ | |
21 | pmap_getmaps.c pmap_getport.c pmap_prot.c pmap_prot2.c\ | |
22 | pmap_rmt.c rpc_callmsg.c rpc_commondata.c rpc_dtablesize.c\ | |
23 | rpc_prot.c svc.c svc_auth.c svc_auth_unix.c svc_raw.c\ | |
24 | svc_run.c svc_simple.c svc_tcp.c getrpcent.c svc_udp.c xdr.c\ | |
25 | xdr_array.c xdr_float.c xdr_mem.c xdr_rec.c xdr_reference.c\ | |
26 | xdr_stdio.c getrpcport.c | |
27 | ||
28 | OTHERSRCS = Makefile.preamble Makefile | |
29 | ||
30 | ||
31 | MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles | |
32 | CODE_GEN_STYLE = DYNAMIC | |
33 | MAKEFILE = subproj.make | |
34 | LIBS = | |
35 | DEBUG_LIBS = $(LIBS) | |
36 | PROF_LIBS = $(LIBS) | |
37 | ||
38 | ||
39 | PUBLIC_HEADERS = auth.h auth_unix.h clnt.h pmap_clnt.h pmap_prot.h\ | |
40 | pmap_rmt.h rpc.h rpc_msg.h svc.h svc_auth.h types.h\ | |
41 | xdr.h | |
42 | ||
43 | ||
44 | ||
45 | NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc | |
46 | WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc | |
47 | PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc | |
48 | NEXTSTEP_JAVA_COMPILER = /usr/bin/javac | |
49 | WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe | |
50 | PDO_UNIX_JAVA_COMPILER = $(JDKBINDIR)/javac | |
51 | ||
52 | include $(MAKEFILEDIR)/platform.make | |
53 | ||
54 | -include Makefile.preamble | |
55 | ||
56 | include $(MAKEFILEDIR)/$(MAKEFILE) | |
57 | ||
58 | -include Makefile.postamble | |
59 | ||
60 | -include Makefile.dependencies |