]> git.saurik.com Git - apple/xnu.git/blob - libkern/libkern/c++/Makefile
xnu-1699.22.73.tar.gz
[apple/xnu.git] / libkern / libkern / c++ / Makefile
1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
2 export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
3 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
4 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
5
6 include $(MakeInc_cmd)
7 include $(MakeInc_def)
8
9 INSTINC_SUBDIRS =
10
11 INSTINC_SUBDIRS_I386 =
12
13 INSTINC_SUBDIRS_X86_64 =
14
15 INSTINC_SUBDIRS_ARM =
16
17 EXPINC_SUBDIRS = ${INSTINC_SUBDIRS}
18
19 EXPINC_SUBDIRS_I386 = ${INSTINC_SUBDIRS_I386}
20
21 EXPINC_SUBDIRS_X86_64 = ${INSTINC_SUBDIRS_X86_64}
22
23 EXPINC_SUBDIRS_ARM = ${INSTINC_SUBDIRS_ARM}
24
25 DATAFILES = \
26 OSArray.h \
27 OSBoolean.h \
28 OSCollection.h \
29 OSCollectionIterator.h \
30 OSContainers.h \
31 OSCPPDebug.h \
32 OSData.h \
33 OSDictionary.h \
34 OSEndianTypes.h \
35 OSIterator.h \
36 OSKext.h \
37 OSLib.h \
38 OSMetaClass.h \
39 OSNumber.h \
40 OSObject.h \
41 OSOrderedSet.h \
42 OSSerialize.h \
43 OSSet.h \
44 OSString.h \
45 OSSymbol.h \
46 OSUnserialize.h
47
48 INSTALL_MD_LIST =
49
50 INSTALL_MD_DIR = libkern/c++
51
52 EXPORT_MD_LIST = ${DATAFILES}
53
54 EXPORT_MD_DIR = libkern/c++
55
56 include $(MakeInc_rule)
57 include $(MakeInc_dir)
58
59