]>
Commit | Line | Data |
---|---|---|
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 | ||
10 | NAME = network_cmds | |
11 | ||
12 | PROJECTVERSION = 2.8 | |
13 | PROJECT_TYPE = Aggregate | |
14 | ||
b8dff150 A |
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\ | |
7ba0088d | 33 | ping6.tproj traceroute6.tproj rtsol.tproj ndp.tproj rtadvd.tproj\ |
ac2f15b3 | 34 | ip6conf.tproj ip6fw.tproj kdumpd.tproj |
7ba0088d | 35 | |
b8dff150 A |
36 | LIBRARIES = alias |
37 | endif | |
7ba0088d | 38 | |
b8dff150 | 39 | LEGACIES = |
b7080c8e | 40 | |
b8dff150 | 41 | OTHERSRCS = Makefile Makefile.include Makefile.preamble Makefile.postamble |
b7080c8e A |
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 |