]> git.saurik.com Git - apple/xnu.git/blobdiff - makedefs/MakeInc.cmd
xnu-7195.101.1.tar.gz
[apple/xnu.git] / makedefs / MakeInc.cmd
index 8f654850aaf4a7f6e5e02e5eabaf9bbf73262c8c..32ac9d6d58745c7cfb195ed92b3461db024aaf78 100644 (file)
@@ -185,6 +185,9 @@ endif
 ifeq ($(LIBTOOL),)
        export LIBTOOL := $(shell $(XCRUN) -sdk $(SDKROOT) -find libtool)
 endif
+ifeq ($(OTOOL),)
+       export OTOOL := $(shell $(XCRUN) -sdk $(SDKROOT) -find otool)
+endif
 ifeq ($(NM),)
        export NM := $(shell $(XCRUN) -sdk $(SDKROOT) -find nm)
 endif
@@ -206,6 +209,9 @@ endif
 ifeq ($(NMEDIT),)
        export NMEDIT := $(shell $(XCRUN) -sdk $(SDKROOT) -find nmedit)
 endif
+ifeq ($(SCAN_BUILD),)
+       export SCAN_BUILD := $(shell $(XCRUN) -sdk $(SDKROOT) -find scan-build)
+endif
 
 #
 # Platform options
@@ -255,6 +261,7 @@ SLEEP = /bin/sleep
 AWK = /usr/bin/awk
 SED = /usr/bin/sed
 PLUTIL = /usr/bin/plutil
+GREP = /usr/bin/grep
 
 #
 # Command to generate host binaries. Intentionally not