]>
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 = nis | |
11 | ||
12 | PROJECTVERSION = 2.8 | |
13 | PROJECT_TYPE = Component | |
14 | ||
15 | HFILES = ypclnt.h ypinternal.h yp_prot.h | |
16 | ||
17 | CFILES = getdomainname.c getnetgrent.c innetgr.c setdomainname.c\ | |
18 | xdr_domainname.c xdr_keydat.c xdr_mapname.c xdr_peername.c\ | |
19 | xdr_valdat.c xdr_ypbind_binding.c xdr_ypbind_resp.c\ | |
20 | xdr_ypbind_resptype.c xdr_ypbind_setdom.c xdr_ypmaplist.c\ | |
21 | xdr_ypreq_key.c xdr_ypreq_nokey.c xdr_ypresp_all.c\ | |
22 | xdr_ypresp_key_val.c xdr_ypresp_maplist.c xdr_ypresp_master.c\ | |
23 | xdr_ypresp_order.c xdr_ypresp_val.c xdr_ypstat.c\ | |
24 | yperr_string.c ypmatch_cache.c yppasswdd_xdr.c ypprot_err.c\ | |
25 | yp_all.c yp_bind.c yp_first.c yp_get_default_domain.c\ | |
26 | yp_maplist.c yp_master.c yp_order.c | |
27 | ||
3b7c7bd7 A |
28 | OTHERSRCS = Makefile.preamble Makefile yp_all.3 yp_bind.3 yp_first.3\ |
29 | yp_get_default_domain.3 yp_master.3 yp_match.3 yp_next.3\ | |
30 | yp_order.3 yp_unbind.3 ypclnt.3 yperr_string.3 ypprot_err.3\ | |
31 | ypserv.acl.5 | |
03fb6eb0 A |
32 | |
33 | ||
34 | MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles | |
35 | CODE_GEN_STYLE = DYNAMIC | |
36 | MAKEFILE = subproj.make | |
37 | LIBS = | |
38 | DEBUG_LIBS = $(LIBS) | |
39 | PROF_LIBS = $(LIBS) | |
40 | ||
41 | ||
42 | PUBLIC_HEADERS = ypclnt.h yp_prot.h | |
43 | ||
44 | ||
45 | ||
46 | NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc | |
47 | WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc | |
48 | PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc | |
49 | NEXTSTEP_JAVA_COMPILER = /usr/bin/javac | |
50 | WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe | |
51 | PDO_UNIX_JAVA_COMPILER = $(JDKBINDIR)/javac | |
52 | ||
53 | include $(MAKEFILEDIR)/platform.make | |
54 | ||
55 | -include Makefile.preamble | |
56 | ||
57 | include $(MAKEFILEDIR)/$(MAKEFILE) | |
58 | ||
59 | -include Makefile.postamble | |
60 | ||
61 | -include Makefile.dependencies |