]> git.saurik.com Git - apple/network_cmds.git/blame - Makefile
network_cmds-306.tar.gz
[apple/network_cmds.git] / Makefile
CommitLineData
b7080c8e
A
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
10NAME = network_cmds
11
12PROJECTVERSION = 2.8
13PROJECT_TYPE = Aggregate
14
b8dff150
A
15Embedded=$(shell tconf --test TARGET_OS_EMBEDDED)
16
17ifeq "$(Embedded)" "YES"
18TOOLS = arp.tproj \
19 ifconfig.tproj netstat.tproj\
20 ping.tproj\
21 route.tproj\
22 traceroute.tproj
23else
24SUBPROJECTS = bootparams
25
26TOOLS = arp.tproj \
27 ifconfig.tproj netstat.tproj\
28 ping.tproj rarpd.tproj\
29 route.tproj routed.tproj\
30 slattach.tproj spray.tproj\
31 traceroute.tproj trpt.tproj\
32 natd.tproj ipfw.tproj\
7ba0088d 33 ping6.tproj traceroute6.tproj rtsol.tproj ndp.tproj rtadvd.tproj\
ac2f15b3 34 ip6conf.tproj ip6fw.tproj kdumpd.tproj
7ba0088d 35
b8dff150
A
36LIBRARIES = alias
37endif
7ba0088d 38
b8dff150 39LEGACIES =
b7080c8e 40
b8dff150 41OTHERSRCS = Makefile Makefile.include Makefile.preamble Makefile.postamble
b7080c8e
A
42
43MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
44CODE_GEN_STYLE = DYNAMIC
45MAKEFILE = aggregate.make
46LIBS =
47DEBUG_LIBS = $(LIBS)
48PROF_LIBS = $(LIBS)
49
50
51
52
53NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc
54NEXTSTEP_JAVA_COMPILER = /usr/bin/javac
55
56include $(MAKEFILEDIR)/platform.make
57
58-include Makefile.preamble
59
60include $(MAKEFILEDIR)/$(MAKEFILE)
61
62-include Makefile.postamble
63
64-include Makefile.dependencies