]> git.saurik.com Git - apple/system_cmds.git/blame - Makefile
system_cmds-431.tar.gz
[apple/system_cmds.git] / Makefile
CommitLineData
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
10NAME = system_cmds
11
12PROJECTVERSION = 2.8
13PROJECT_TYPE = Aggregate
14
34d340d7
A
15Embedded=$(shell tconf --test TARGET_OS_EMBEDDED)
16
17TOOLS = 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
28ifeq "$(Embedded)" "NO"
29TOOLS += at.tproj atrun.tproj\
30 auditd.tproj audit.tproj\
31 chkpasswd.tproj chpass.tproj\
32 shutdown.tproj
33endif
1815bff5
A
34
35LIBRARIES = dp_notify_lib
36
20e66415 37LEGACIES = nologin.tproj pagesize.tproj
1815bff5
A
38
39OTHERSRCS = Makefile.preamble Makefile README.rtf APPLE_LICENSE
40
41
42MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
43CODE_GEN_STYLE = DYNAMIC
44MAKEFILE = aggregate.make
45LIBS =
46DEBUG_LIBS = $(LIBS)
47PROF_LIBS = $(LIBS)
48
49
50
51
52NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc
53WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc
54PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc
55NEXTSTEP_JAVA_COMPILER = /usr/bin/javac
56WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe
57PDO_UNIX_JAVA_COMPILER = $(NEXTDEV_BIN)/javac
58
59include $(MAKEFILEDIR)/platform.make
60
61-include Makefile.preamble
62
63include $(MAKEFILEDIR)/$(MAKEFILE)
64
65-include Makefile.postamble
66
67-include Makefile.dependencies