]> git.saurik.com Git - apple/xnu.git/blob - makedefs/MakeInc.cmd
xnu-123.5.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 -s
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 RELPATH = $(NEXT_ROOT)/usr/local/bin/relpath
20 SEG_HACK = $(NEXT_ROOT)/usr/local/bin/seg_hack
21
22 UNIFDEF = /usr/bin/unifdef
23 DECOMMENT = /usr/local/bin/decomment
24