]> git.saurik.com Git - apple/coreosmakefiles.git/blobdiff - Standard/Commands.make
CoreOSMakefiles-52.tar.gz
[apple/coreosmakefiles.git] / Standard / Commands.make
index 26e2b41ab1c75c2e9d12d7e087b95fd763330e60..3251e26ce651817eaeca0a4b513a902c4971fabf 100644 (file)
@@ -46,6 +46,7 @@ ZCAT       = $(GZCAT)
 # Compilers and Binary Tools
 ##
 AR      = /usr/bin/ar
+ARSH    = $(MAKEFILEPATH)/bin/ar.sh
 BISON   = /usr/bin/bison
 BSDMAKE = /usr/bin/bsdmake
 CC      = /usr/bin/cc
@@ -60,8 +61,11 @@ GM4     = /usr/bin/gm4
 GNUMAKE = /usr/bin/gnumake
 LEX     = $(FLEX)
 LIPO    = /usr/bin/lipo
+LIBTOOL = /usr/bin/libtool
 M4      = /usr/bin/m4
+MIG     = /usr/bin/mig
 OTOOL   = /usr/bin/otool
+RPCGEN = /usr/bin/rpcgen
 STRIP   = /usr/bin/strip
 YACC    = /usr/bin/yacc
 
@@ -117,6 +121,7 @@ PACKAGE   = /usr/bin/package
 # Miscellaneous
 ##
 ARCH        = /usr/bin/arch
+COMPRESSMANPAGES = $(MAKEFILEPATH)/bin/compress-man-pages.pl -d $(DSTROOT)
 FALSE       = /usr/bin/false
 PWD         = /bin/pwd
 SLEEP       = /bin/sleep