]>
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 = netinfo | |
11 | ||
12 | PROJECTVERSION = 2.8 | |
13 | PROJECT_TYPE = Component | |
14 | ||
b3dd680f A |
15 | HFILES = |
16 | CFILES = ni_stub.c | |
03fb6eb0 | 17 | |
b3dd680f | 18 | OTHERSRCS = Makefile Makefile.preamble |
03fb6eb0 A |
19 | |
20 | MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles | |
21 | CODE_GEN_STYLE = DYNAMIC | |
22 | MAKEFILE = subproj.make | |
23 | LIBS = | |
24 | DEBUG_LIBS = $(LIBS) | |
25 | PROF_LIBS = $(LIBS) | |
26 | ||
b3dd680f A |
27 | PRIVATE_HEADERS = |
28 | # NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc | |
29 | NEXTSTEP_OBJCPLUS_COMPILER = $(CCOMPILER) | |
03fb6eb0 A |
30 | WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc |
31 | PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc | |
32 | NEXTSTEP_JAVA_COMPILER = /usr/bin/javac | |
33 | WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe | |
34 | PDO_UNIX_JAVA_COMPILER = $(JDKBINDIR)/javac | |
35 | ||
36 | include $(MAKEFILEDIR)/platform.make | |
37 | ||
38 | -include Makefile.preamble | |
39 | ||
40 | include $(MAKEFILEDIR)/$(MAKEFILE) | |
41 | ||
42 | -include Makefile.postamble | |
43 | ||
44 | -include Makefile.dependencies |