]>
Commit | Line | Data |
---|---|---|
1c79356b A |
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 | ||
7 | include $(MakeInc_cmd) | |
8 | include $(MakeInc_def) | |
9 | ||
10 | INSTINC_SUBDIRS = \ | |
11 | ||
12 | INSTINC_SUBDIRS_PPC = \ | |
13 | ||
14 | INSTINC_SUBDIRS_I386 = \ | |
15 | ||
16 | EXPINC_SUBDIRS = \ | |
17 | ||
18 | EXPINC_SUBDIRS_PPC = \ | |
19 | ||
20 | EXPINC_SUBDIRS_I386 = \ | |
21 | ||
22 | SETUP_SUBDIRS = \ | |
23 | ||
24 | COMP_SUBDIRS = \ | |
25 | ||
26 | INST_SUBDIRS = \ | |
27 | ||
28 | DATAFILES = appletalk.h atp.h asp.h at_pcb.h at_var.h aurp.h \ | |
29 | debug.h ddp.h ep.h lap.h nbp.h pap.h sysglue.h zip.h \ | |
30 | adsp.h adsp_internal.h \ | |
31 | at_pat.h at_snmp.h at_aarp.h at_ddp_brt.h \ | |
32 | routing_tables.h rtmp.h | |
33 | ||
34 | INSTALL_MI_LIST = ${DATAFILES} | |
35 | ||
36 | INSTALL_MI_DIR = netat | |
37 | ||
38 | EXPORT_MI_LIST = ${DATAFILES} | |
39 | ||
40 | EXPORT_MI_DIR = netat | |
41 | ||
42 | include $(MakeInc_rule) | |
43 | include $(MakeInc_dir) | |
44 | ||
45 |