]> git.saurik.com Git - apple/xnu.git/blame - bsd/i386/Makefile
xnu-2422.1.72.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 \
b0d623f7 12 profile.h setjmp.h signal.h limits.h _limits.h \
39236c6e
A
13 types.h vmparam.h _structs.h _types.h _param.h \
14 _mcontext.h
91447636
A
15
16KERNELFILES = \
17 endian.h param.h \
b0d623f7 18 profile.h setjmp.h signal.h limits.h _limits.h \
39236c6e
A
19 types.h vmparam.h _structs.h _types.h _param.h \
20 _mcontext.h
1c79356b
A
21
22
23INSTALL_MD_LIST = ${DATAFILES}
91447636 24INSTALL_MD_LCL_LIST = ${DATAFILES} disklabel.h
1c79356b
A
25
26INSTALL_MD_DIR = i386
27
91447636 28EXPORT_MD_LIST = ${KERNELFILES}
1c79356b
A
29
30EXPORT_MD_DIR = i386
31
32include $(MakeInc_rule)
33include $(MakeInc_dir)
34
35