]> git.saurik.com Git - apple/network_cmds.git/blame - netstat.tproj/Makefile
network_cmds-306.tar.gz
[apple/network_cmds.git] / netstat.tproj / Makefile
CommitLineData
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
10NAME = netstat
11
12PROJECTVERSION = 2.8
13PROJECT_TYPE = Tool
14
b8dff150
A
15Embedded=$(shell tconf --test TARGET_OS_EMBEDDED)
16
b7080c8e
A
17HFILES = netstat.h
18
b8dff150
A
19CFILES = 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
22ifeq "$(Embedded)" "NO"
23CFILES += mroute.c mroute6.c
24endif
b7080c8e
A
25
26OTHERSRCS = Makefile.preamble Makefile Makefile.postamble netstat.1\
27 DERIVED_FILES
28
29
30MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
31CODE_GEN_STYLE = DYNAMIC
32MAKEFILE = tool.make
33NEXTSTEP_INSTALLDIR = /usr/sbin
34WINDOWS_INSTALLDIR = /usr/sbin
35PDO_UNIX_INSTALLDIR = /usr/sbin
36LIBS =
37DEBUG_LIBS = $(LIBS)
38PROF_LIBS = $(LIBS)
39
40
41HEADER_PATHS =\
2b484d24 42 -I$(NEXT_ROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/System.framework/PrivateHeaders/
b7080c8e
A
43
44
45NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc
46WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc
47PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc
48NEXTSTEP_JAVA_COMPILER = /usr/bin/javac
49WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe
50PDO_UNIX_JAVA_COMPILER = $(NEXTDEV_BIN)/javac
51
52include $(MAKEFILEDIR)/platform.make
53
54-include Makefile.preamble
55
56include $(MAKEFILEDIR)/$(MAKEFILE)
57
58-include Makefile.postamble
59
60-include Makefile.dependencies