]>
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 = lookup | |
11 | ||
12 | PROJECTVERSION = 2.8 | |
13 | PROJECT_TYPE = Component | |
14 | ||
b3dd680f A |
15 | HFILES = aliasdb.h bootparams.h kvbuf.h lookup_types.h lu_overrides.h\ |
16 | lu_host.h lu_utils.h netdb.h netdb_async.h printerdb.h | |
03fb6eb0 | 17 | |
ccd4a120 A |
18 | CFILES = getaddrinfo.c lu_alias.c lu_bootp.c lu_bootparam.c lu_fstab.c\ |
19 | lu_group.c lu_host.c lu_host_async.c lu_netgroup.c lu_network.c\ | |
b3dd680f | 20 | lu_printer.c lu_protocol.c lu_rpc.c lu_service.c lu_user.c lu_utils.c |
03fb6eb0 | 21 | |
b3dd680f A |
22 | OTHERSRCS = Makefile.preamble Makefile Makefile.postamble\ |
23 | bootparams.5 gai_strerror.3 getaddrinfo.3 getfsent.3 getgrent.3 getgrouplist.3\ | |
24 | getnameinfo.3 getnetgrent.3 getpwent.3 initgroups.3\ | |
25 | DSlibinfoMIG_types.h DSlibinfoMIG.defs DSlibinfoMIGAsyncReply.defs lookup.defs _lu_types.x | |
03fb6eb0 A |
26 | |
27 | MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles | |
28 | CODE_GEN_STYLE = DYNAMIC | |
29 | MAKEFILE = subproj.make | |
30 | NEXTSTEP_INSTALLDIR = /Local/Developer/System | |
31 | LIBS = | |
32 | DEBUG_LIBS = $(LIBS) | |
33 | PROF_LIBS = $(LIBS) | |
34 | ||
35 | ||
ccd4a120 | 36 | PUBLIC_HEADERS = aliasdb.h bootparams.h netdb.h printerdb.h |
03fb6eb0 A |
37 | |
38 | ||
39 | ||
40 | NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc | |
41 | WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc | |
42 | PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc | |
43 | NEXTSTEP_JAVA_COMPILER = /usr/bin/javac | |
44 | WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe | |
45 | PDO_UNIX_JAVA_COMPILER = $(JDKBINDIR)/javac | |
46 | ||
47 | include $(MAKEFILEDIR)/platform.make | |
48 | ||
49 | -include Makefile.preamble | |
50 | ||
51 | include $(MAKEFILEDIR)/$(MAKEFILE) | |
52 | ||
53 | -include Makefile.postamble | |
54 | ||
55 | -include Makefile.dependencies |