]>
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 | ||
15 | HFILES = aliasdb.h bootparams.h lookup_types.h lu_overrides.h\ | |
ccd4a120 | 16 | lu_host.h lu_utils.h netdb.h netdb_async.h netgr.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\ | |
20 | lu_printer.c lu_protocol.c lu_rpc.c lu_service.c lu_user.c lu_utils.c | |
03fb6eb0 | 21 | |
ccd4a120 A |
22 | OTHERSRCS = Makefile.preamble Makefile Makefile.postamble getaddrinfo.3\ |
23 | getnameinfo.3 lookup.defs _lu_types.x | |
03fb6eb0 A |
24 | |
25 | MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles | |
26 | CODE_GEN_STYLE = DYNAMIC | |
27 | MAKEFILE = subproj.make | |
28 | NEXTSTEP_INSTALLDIR = /Local/Developer/System | |
29 | LIBS = | |
30 | DEBUG_LIBS = $(LIBS) | |
31 | PROF_LIBS = $(LIBS) | |
32 | ||
33 | ||
ccd4a120 | 34 | PUBLIC_HEADERS = aliasdb.h bootparams.h netdb.h printerdb.h |
03fb6eb0 A |
35 | |
36 | ||
37 | ||
38 | NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc | |
39 | WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc | |
40 | PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc | |
41 | NEXTSTEP_JAVA_COMPILER = /usr/bin/javac | |
42 | WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe | |
43 | PDO_UNIX_JAVA_COMPILER = $(JDKBINDIR)/javac | |
44 | ||
45 | include $(MAKEFILEDIR)/platform.make | |
46 | ||
47 | -include Makefile.preamble | |
48 | ||
49 | include $(MAKEFILEDIR)/$(MAKEFILE) | |
50 | ||
51 | -include Makefile.postamble | |
52 | ||
53 | -include Makefile.dependencies |