]> git.saurik.com Git - apple/xnu.git/blob - libkern/libkern/c++/Makefile
ccb46b4a87a5d7fb45a3e7e1d37e13a9f064c872
[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_PPC =
12
13 INSTINC_SUBDIRS_I386 =
14
15 INSTINC_SUBDIRS_ARM =
16
17 EXPINC_SUBDIRS = ${INSTINC_SUBDIRS}
18
19 EXPINC_SUBDIRS_PPC = ${INSTINC_SUBDIRS_PPC}
20
21 EXPINC_SUBDIRS_I386 = ${INSTINC_SUBDIRS_I386}
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 OSLib.h \
37 OSMetaClass.h \
38 OSNumber.h \
39 OSObject.h \
40 OSOrderedSet.h \
41 OSSerialize.h \
42 OSSet.h \
43 OSString.h \
44 OSSymbol.h \
45 OSUnserialize.h
46
47 INSTALL_MD_LIST =
48
49 INSTALL_MD_DIR = libkern/c++
50
51 EXPORT_MD_LIST = ${DATAFILES}
52
53 EXPORT_MD_DIR = libkern/c++
54
55 include $(MakeInc_rule)
56 include $(MakeInc_dir)
57
58