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 = pexpert
11
12
13INSTINC_SUBDIRS_PPC = pexpert
14
15INSTINC_SUBDIRS_I386 = pexpert
16
17INSTINC_SUBDIRS_ARM = pexpert
18
19
20EXPINC_SUBDIRS = pexpert
21
22
23EXPINC_SUBDIRS_PPC = pexpert
24
25
26EXPINC_SUBDIRS_I386 = pexpert
27
28EXPINC_SUBDIRS_ARM = pexpert
29
30
31SETUP_SUBDIRS = 	\
32	conf
33
34COMP_SUBDIRS = 	\
35	conf
36
37INST_SUBDIRS =	\
38
39
40include $(MakeInc_rule)
41include $(MakeInc_dir)
42
43
44