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
6
7include $(MakeInc_cmd)
8include $(MakeInc_def)
9
10INSTINC_SUBDIRS = \
11	machine
12
13INSTINC_SUBDIRS_X86_64 = \
14	x86_64
15
16INSTINC_SUBDIRS_X86_64H = \
17	x86_64
18
19
20EXPINC_SUBDIRS = \
21	machine
22
23
24EXPINC_SUBDIRS_X86_64 = \
25	x86_64
26
27EXPINC_SUBDIRS_X86_64H = \
28	x86_64
29
30DATAFILES = \
31	profile-internal.h profile-mk.h profile-kgmon.c
32
33MIGINCLUDES = \
34
35INSTALL_MI_LIST	= ${DATAFILES} ${_MIG_HDRS_} ${MIGINCLUDES}
36
37INSTALL_MI_DIR = profile
38
39EXPORT_MI_LIST	= ${DATAFILES} ${_MIG_HDRS_} ${MIGINCLUDES}
40
41EXPORT_MI_DIR = profile
42
43.ORDER: ${_MIG_HDRS_} ${MIGINCLUDES}
44
45include $(MakeInc_rule)
46include $(MakeInc_dir)
47
48
49