xnu-201.tar.gz
[apple/xnu.git] / iokit / IOKit / 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
6IOKIT_FRAMEDIR = $(FRAMEDIR)/IOKit.framework/Versions/A
7export INCDIR = $(IOKIT_FRAMEDIR)/Headers
8export LCLDIR = $(IOKIT_FRAMEDIR)/PrivateHeaders
9
10include $(MakeInc_cmd)
11include $(MakeInc_def)
12
13INSTINC_SUBDIRS = \
14 adb \
15 cdb \
1c79356b
A
16 nvram \
17 pci \
18 platform \
19 power \
20 pwr_mgt \
21 rtc \
22 scsi \
1c79356b
A
23 system_management
24
25INSTINC_SUBDIRS_PPC = \
0b4e3aa0 26 ppc
1c79356b
A
27
28INSTINC_SUBDIRS_I386 = \
0b4e3aa0
A
29 ata \
30 i386
1c79356b
A
31
32EXPINC_SUBDIRS = ${INSTINC_SUBDIRS}
33EXPINC_SUBDIRS_PPC = ${INSTINC_SUBDIRS_PPC}
34EXPINC_SUBDIRS_I386 = ${INSTINC_SUBDIRS_I386}
35
36NOT_EXPORT_HEADERS =
37NOT_LOCAL_HEADERS =
38
39ALL_HEADERS = $(shell (cd $(SOURCE); echo *.h))
40
41INSTALL_MI_LIST = IOBSD.h IOKitKeys.h IOKitServer.h IOReturn.h\
42 IOSharedLock.h IOTypes.h OSMessageNotification.h\
43 IODataQueueShared.h IOMessage.h
44
45INSTALL_MI_LCL_LIST = ""
46
47INSTALL_MI_DIR = .
48
49EXPORT_MI_LIST = $(filter-out $(NOT_EXPORT_HEADERS), $(ALL_HEADERS))
50
51EXPORT_MI_DIR = IOKit
52
53include $(MakeInc_rule)
54include $(MakeInc_dir)