]>
Commit | Line | Data |
---|---|---|
b7080c8e | 1 | # |
7ba0088d | 2 | # Generated by the Apple Project Builder. |
b7080c8e 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 = netstat | |
11 | ||
12 | PROJECTVERSION = 2.8 | |
13 | PROJECT_TYPE = Tool | |
14 | ||
b8dff150 A |
15 | Embedded=$(shell tconf --test TARGET_OS_EMBEDDED) |
16 | ||
b7080c8e A |
17 | HFILES = netstat.h |
18 | ||
b8dff150 A |
19 | CFILES = data.c if.c inet.c inet6.c ipsec.c main.c mcast.c mbuf.c\ |
20 | route.c tp_astring.c unix.c | |
21 | ||
22 | ifeq "$(Embedded)" "NO" | |
23 | CFILES += mroute.c mroute6.c | |
24 | endif | |
b7080c8e A |
25 | |
26 | OTHERSRCS = Makefile.preamble Makefile Makefile.postamble netstat.1\ | |
27 | DERIVED_FILES | |
28 | ||
29 | ||
30 | MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles | |
31 | CODE_GEN_STYLE = DYNAMIC | |
32 | MAKEFILE = tool.make | |
33 | NEXTSTEP_INSTALLDIR = /usr/sbin | |
34 | WINDOWS_INSTALLDIR = /usr/sbin | |
35 | PDO_UNIX_INSTALLDIR = /usr/sbin | |
36 | LIBS = | |
37 | DEBUG_LIBS = $(LIBS) | |
38 | PROF_LIBS = $(LIBS) | |
39 | ||
40 | ||
41 | HEADER_PATHS =\ | |
2b484d24 | 42 | -I$(NEXT_ROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/System.framework/PrivateHeaders/ |
b7080c8e A |
43 | |
44 | ||
45 | NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc | |
46 | WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc | |
47 | PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc | |
48 | NEXTSTEP_JAVA_COMPILER = /usr/bin/javac | |
49 | WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe | |
50 | PDO_UNIX_JAVA_COMPILER = $(NEXTDEV_BIN)/javac | |
51 | ||
52 | include $(MAKEFILEDIR)/platform.make | |
53 | ||
54 | -include Makefile.preamble | |
55 | ||
56 | include $(MAKEFILEDIR)/$(MAKEFILE) | |
57 | ||
58 | -include Makefile.postamble | |
59 | ||
60 | -include Makefile.dependencies |