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