]> git.saurik.com Git - apple/xnu.git/blame - iokit/IOKit/ata/Makefile
xnu-124.13.tar.gz
[apple/xnu.git] / iokit / IOKit / ata / 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
13MI_DIR = ata
14NOT_EXPORT_HEADERS = IOATADevice_Reference.h IOATACommand_Reference.h \
15 IOATAController_Reference.h IOATADriver_Reference.h
16
17INSTINC_SUBDIRS = ata-device ata-standard
18INSTINC_SUBDIRS_PPC =
19INSTINC_SUBDIRS_I386 =
20
21EXPINC_SUBDIRS = ${INSTINC_SUBDIRS}
22EXPINC_SUBDIRS_PPC = ${INSTINC_SUBDIRS_PPC}
23EXPINC_SUBDIRS_I386 = ${INSTINC_SUBDIRS_I386}
24
25ALL_HEADERS = $(shell (cd $(SOURCE); echo *.h))
26
27INSTALL_MI_LIST =
28INSTALL_MI_LCL_LIST = ""
29
30INSTALL_MI_DIR = $(MI_DIR)
31
32EXPORT_MI_LIST = $(filter-out $(NOT_EXPORT_HEADERS), $(ALL_HEADERS))
33
34EXPORT_MI_DIR = IOKit/$(MI_DIR)
35
36include $(MakeInc_rule)
37include $(MakeInc_dir)