]>
Commit | Line | Data |
---|---|---|
1815bff5 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 = system_cmds | |
11 | ||
12 | PROJECTVERSION = 2.8 | |
13 | PROJECT_TYPE = Aggregate | |
14 | ||
34d340d7 A |
15 | Embedded=$(shell tconf --test TARGET_OS_EMBEDDED) |
16 | ||
17 | TOOLS = dynamic_pager.tproj ac.tproj accton.tproj arch.tproj\ | |
18 | bootlog.tproj\ | |
19 | dirhelper.tproj dmesg.tproj\ | |
20 | getconf.tproj getty.tproj hostinfo.tproj iostat.tproj\ | |
21 | login.tproj makekey.tproj\ | |
22 | mkfile.tproj newgrp.tproj nvram.tproj passwd.tproj pwd_mkdb.tproj\ | |
23 | reboot.tproj sync.tproj sysctl.tproj\ | |
24 | update.tproj vipw.tproj vifs.tproj zic.tproj zdump.tproj vm_stat.tproj\ | |
c3a08f59 | 25 | zprint.tproj latency.tproj sc_usage.tproj fs_usage.tproj\ |
34d340d7 A |
26 | sadc.tproj sar.tproj sa.tproj |
27 | ||
28 | ifeq "$(Embedded)" "NO" | |
29 | TOOLS += at.tproj atrun.tproj\ | |
30 | auditd.tproj audit.tproj\ | |
31 | chkpasswd.tproj chpass.tproj\ | |
32 | shutdown.tproj | |
33 | endif | |
1815bff5 A |
34 | |
35 | LIBRARIES = dp_notify_lib | |
36 | ||
20e66415 | 37 | LEGACIES = nologin.tproj pagesize.tproj |
1815bff5 A |
38 | |
39 | OTHERSRCS = Makefile.preamble Makefile README.rtf APPLE_LICENSE | |
40 | ||
41 | ||
42 | MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles | |
43 | CODE_GEN_STYLE = DYNAMIC | |
44 | MAKEFILE = aggregate.make | |
45 | LIBS = | |
46 | DEBUG_LIBS = $(LIBS) | |
47 | PROF_LIBS = $(LIBS) | |
48 | ||
49 | ||
50 | ||
51 | ||
52 | NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc | |
53 | WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc | |
54 | PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc | |
55 | NEXTSTEP_JAVA_COMPILER = /usr/bin/javac | |
56 | WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe | |
57 | PDO_UNIX_JAVA_COMPILER = $(NEXTDEV_BIN)/javac | |
58 | ||
59 | include $(MAKEFILEDIR)/platform.make | |
60 | ||
61 | -include Makefile.preamble | |
62 | ||
63 | include $(MAKEFILEDIR)/$(MAKEFILE) | |
64 | ||
65 | -include Makefile.postamble | |
66 | ||
67 | -include Makefile.dependencies |