]> git.saurik.com Git - apple/xnu.git/blame - iokit/IOKitUser/Makefile
xnu-7195.101.1.tar.gz
[apple/xnu.git] / iokit / IOKitUser / 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
1c79356b
A
6include $(MakeInc_cmd)
7include $(MakeInc_def)
8
cb323159 9ALL_HEADERS = $(notdir $(wildcard $(SOURCE)*.h))
1c79356b 10
cb323159
A
11EXPORT_MI_DIR = IOKitUser
12INSTALL_MI_DIR = IOKitUser
1c79356b 13
cb323159 14INSTALL_KF_MI_LIST = $(ALL_HEADERS)
1c79356b
A
15
16include $(MakeInc_rule)
17include $(MakeInc_dir)