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