]> git.saurik.com Git - apple/xnu.git/blob - makedefs/MakeInc.cmd
xnu-792.10.96.tar.gz
[apple/xnu.git] / makedefs / MakeInc.cmd
1 #
2 # Commands for the build environment
3 #
4 MIG = $(NEXT_ROOT)/usr/bin/mig
5
6 MD= /usr/bin/md
7
8 RM = /bin/rm -f
9 CP = /bin/cp
10 LN = /bin/ln -fs
11 CAT = /bin/cat
12 MKDIR = /bin/mkdir -p
13
14 TAR = /usr/bin/gnutar
15 STRIP = /usr/bin/strip
16 LIPO = /usr/bin/lipo
17
18 BASENAME = /usr/bin/basename
19 export RELPATH = $(NEXT_ROOT)/usr/local/bin/relpath
20 TR = /usr/bin/tr
21 SEG_HACK = $(NEXT_ROOT)/usr/local/bin/seg_hack
22
23 UNIFDEF = /usr/bin/unifdef
24 DECOMMENT = /usr/local/bin/decomment
25