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