]> git.saurik.com Git - apple/xnu.git/blame - bsd/i386/Makefile
xnu-3247.1.106.tar.gz
[apple/xnu.git] / bsd / i386 / Makefile
CommitLineData
1c79356b
A
1export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
2export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
3export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
4export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
5
6
7include $(MakeInc_cmd)
8include $(MakeInc_def)
9
10DATAFILES = \
2d21ac55 11 endian.h fasttrap_isa.h param.h \
fe8ab488
A
12 profile.h signal.h limits.h _limits.h \
13 types.h vmparam.h _types.h _param.h \
39236c6e 14 _mcontext.h
91447636 15
3e170ce0
A
16PRIVATE_DATAFILES = \
17 disklabel.h
18
91447636
A
19KERNELFILES = \
20 endian.h param.h \
fe8ab488
A
21 profile.h signal.h limits.h _limits.h \
22 types.h vmparam.h _types.h _param.h \
39236c6e 23 _mcontext.h
1c79356b
A
24
25
26INSTALL_MD_LIST = ${DATAFILES}
3e170ce0 27INSTALL_MD_LCL_LIST = ${PRIVATE_DATAFILES}
1c79356b
A
28
29INSTALL_MD_DIR = i386
30
91447636 31EXPORT_MD_LIST = ${KERNELFILES}
1c79356b
A
32
33EXPORT_MD_DIR = i386
34
35include $(MakeInc_rule)
36include $(MakeInc_dir)
37
38