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