]> git.saurik.com Git - apple/system_cmds.git/blame_incremental - arch.tproj/Makefile
system_cmds-541.tar.gz
[apple/system_cmds.git] / arch.tproj / Makefile
... / ...
CommitLineData
1Project = arch
2Install_Dir = /usr/bin
3
4MFILES = arch.m
5Extra_Frameworks = -framework Foundation
6
7MANPAGES = arch.1 machine.1
8
9Extra_CC_Flags = -Wall -Werror
10Extra_LD_Flags = -dead_strip
11
12Extra_CC_Flags += -DARCH_PROG=\"arch\" -DMACHINE_PROG=\"machine\"
13
14include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
15
16HELPERDIR = /AppleInternal/Developer/Tools
17after_install:
18 @-$(RM) -f $(DSTROOT)$(INSTALLDIR)/machine
19 $(LN) -fh $(DSTROOT)$(Install_Dir)/arch $(DSTROOT)$(Install_Dir)/machine
20 $(INSTALL_DIRECTORY) -d $(DSTROOT)$(HELPERDIR)
21 $(INSTALL_SCRIPT) arch_helper.pl $(DSTROOT)$(HELPERDIR)