]>
Commit | Line | Data |
---|---|---|
03fb6eb0 | 1 | # |
3b7c7bd7 | 2 | # Generated by the Apple Project Builder. |
03fb6eb0 A |
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 = info | |
11 | ||
12 | PROJECTVERSION = 2.8 | |
13 | PROJECT_TYPE = Library | |
14 | ||
c29f2fcc A |
15 | SUBPROJECTS = dns.subproj gen.subproj lookup.subproj membership.subproj\ |
16 | netinfo.subproj nis.subproj rpc.subproj util.subproj\ | |
17 | mdns.subproj | |
03fb6eb0 A |
18 | |
19 | OTHERSRCS = Makefile.preamble Makefile Makefile.postamble | |
20 | ||
21 | MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles | |
22 | CURRENTLY_ACTIVE_VERSION = YES | |
23 | DEPLOY_WITH_VERSION_NAME = A | |
24 | CODE_GEN_STYLE = DYNAMIC | |
25 | MAKEFILE = library.make | |
26 | NEXTSTEP_INSTALLDIR = /usr/local/lib/system | |
27 | WINDOWS_INSTALLDIR = /Developer/Libraries | |
28 | PDO_UNIX_INSTALLDIR = /lib | |
29 | LIBS = | |
30 | DEBUG_LIBS = $(LIBS) | |
31 | PROF_LIBS = $(LIBS) | |
32 | ||
33 | ||
34 | ||
35 | ||
36 | NEXTSTEP_PUBLIC_HEADERS_DIR = /usr/include | |
37 | ||
38 | WINDOWS_PUBLIC_HEADERS_DIR = /Developer/Headers/$(NAME) | |
39 | ||
40 | PDO_UNIX_PUBLIC_HEADERS_DIR = /Developer/Headers/$(NAME) | |
41 | ||
42 | NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc | |
43 | WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc | |
44 | PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc | |
45 | NEXTSTEP_JAVA_COMPILER = /usr/bin/javac | |
46 | WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe | |
47 | PDO_UNIX_JAVA_COMPILER = $(JDKBINDIR)/javac | |
48 | ||
49 | include $(MAKEFILEDIR)/platform.make | |
50 | ||
51 | -include Makefile.preamble | |
52 | ||
53 | include $(MAKEFILEDIR)/$(MAKEFILE) | |
54 | ||
55 | -include Makefile.postamble | |
56 | ||
57 | -include Makefile.dependencies |