]> git.saurik.com Git - apple/xnu.git/blame - iokit/include/bsddev/ppc/Makefile
xnu-123.5.tar.gz
[apple/xnu.git] / iokit / include / bsddev / ppc / 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 = \
10
11INSTINC_SUBDIRS_PPC = \
12
13INSTINC_SUBDIRS_I386 = \
14
15EXPINC_SUBDIRS = ${INSTINC_SUBDIRS}
16
17EXPINC_SUBDIRS_PPC = ${INSTINC_SUBDIRS_PPC}
18
19EXPINC_SUBDIRS_I386 = ${INSTINC_SUBDIRS_I386}
20
21DATAFILES = \
22 evsio.h \
23 evio.h \
24 event.h \
25 EventShmemLock.h
26
27INSTALL_MD_LIST = ${DATAFILES}
28
29INSTALL_MD_DIR = dev/ppc
30
31EXPORT_MD_LIST = \
32
33EXPORT_MD_DIR = \
34
35
36include $(MakeInc_rule)
37include $(MakeInc_dir)
38
39