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