]> git.saurik.com Git - apple/network_cmds.git/blob - netstat.tproj/Makefile
feb1448b7d81959644b75eb45865fd8ebb14cf31
[apple/network_cmds.git] / netstat.tproj / Makefile
1 #
2 # Generated by the Apple 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 = netstat
11
12 PROJECTVERSION = 2.8
13 PROJECT_TYPE = Tool
14
15 Embedded=$(shell tconf --test TARGET_OS_EMBEDDED)
16
17 HFILES = netstat.h
18
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
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 =\
42 -I$(NEXT_ROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/System.framework/PrivateHeaders/
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