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_I386 = 
12
13INSTINC_SUBDIRS_X86_64 = 
14
15
16EXPINC_SUBDIRS = ${INSTINC_SUBDIRS}
17
18EXPINC_SUBDIRS_I386 = ${INSTINC_SUBDIRS_I386}
19
20EXPINC_SUBDIRS_X86_64 = ${INSTINC_SUBDIRS_X86_64}
21
22
23DATAFILES = \
24          OSArray.h \
25          OSBoolean.h \
26          OSCollection.h \
27          OSCollectionIterator.h \
28          OSContainers.h \
29          OSCPPDebug.h \
30          OSData.h \
31          OSDictionary.h \
32          OSEndianTypes.h \
33          OSIterator.h \
34          OSKext.h \
35          OSLib.h \
36          OSMetaClass.h \
37          OSNumber.h \
38          OSObject.h \
39          OSOrderedSet.h \
40          OSSerialize.h \
41          OSSet.h \
42          OSString.h \
43          OSSymbol.h \
44          OSUnserialize.h
45
46INSTALL_MD_LIST	=
47
48INSTALL_MD_DIR = libkern/c++
49
50EXPORT_MD_LIST	= ${DATAFILES}
51
52EXPORT_MD_DIR = libkern/c++
53
54include $(MakeInc_rule)
55include $(MakeInc_dir)
56
57
58