]> git.saurik.com Git - apple/system_cmds.git/blame - arch.tproj/Makefile
system_cmds-433.tar.gz
[apple/system_cmds.git] / arch.tproj / Makefile
CommitLineData
916eb79e
A
1Project = arch
2Install_Dir = /usr/bin
1815bff5 3
34d340d7 4MFILES = arch.m
916eb79e 5Extra_Frameworks = -framework Foundation
1815bff5 6
916eb79e 7MANPAGES = arch.1 machine.1
1815bff5 8
916eb79e 9Extra_CC_Flags = -DARCH_PROG=\"arch\" -DMACHINE_PROG=\"machine\"
1815bff5 10
916eb79e 11include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
1815bff5 12
916eb79e
A
13HELPERDIR = /AppleInternal/Developer/Tools
14after_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)