]> git.saurik.com Git - apple/xnu.git/blame - iokit/include/bsddev/Makefile
xnu-792.6.61.tar.gz
[apple/xnu.git] / iokit / include / bsddev / 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
6include $(MakeInc_cmd)
7include $(MakeInc_def)
8
9INSTINC_SUBDIRS = machine
10
11INSTINC_SUBDIRS_PPC = ppc
12
13INSTINC_SUBDIRS_I386 = i386
14
15EXPINC_SUBDIRS = ${INSTINC_SUBDIRS}
16
17EXPINC_SUBDIRS_PPC = ${INSTINC_SUBDIRS_PPC}
18
19EXPINC_SUBDIRS_I386 = ${INSTINC_SUBDIRS_I386}
20
21DATAFILES = \
22 EventShmemLock.h \
23 ev_types.h \
24 event.h \
25 evio.h \
26 ev_keymap.h \
27 evsio.h
28
29INSTALL_MI_LIST = ${DATAFILES}
30
31INSTALL_MI_DIR = dev
32
33EXPORT_MI_LIST = \
34
35EXPORT_MI_DIR = \
36
37
38include $(MakeInc_rule)
39include $(MakeInc_dir)
40
41