]> git.saurik.com Git - apple/xnu.git/blame_incremental - bsd/netat/Makefile
xnu-792.12.6.tar.gz
[apple/xnu.git] / bsd / netat / Makefile
... / ...
CommitLineData
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
12INSTINC_SUBDIRS_PPC = \
13
14INSTINC_SUBDIRS_I386 = \
15
16EXPINC_SUBDIRS = \
17
18EXPINC_SUBDIRS_PPC = \
19
20EXPINC_SUBDIRS_I386 = \
21
22SETUP_SUBDIRS = \
23
24COMP_SUBDIRS = \
25
26INST_SUBDIRS = \
27
28DATAFILES = appletalk.h atp.h asp.h aurp.h \
29 ddp.h ep.h lap.h nbp.h pap.h zip.h \
30 adsp.h at_pat.h at_snmp.h at_aarp.h \
31 rtmp.h
32
33PRIVATE_DATAFILES = \
34 debug.h routing_tables.h sysglue.h at_var.h
35
36PRIVATE_KERNELFILES = \
37 adsp_internal.h at_ddp_brt.h at_pcb.h
38
39
40INSTALL_MI_LIST = ${DATAFILES}
41
42INSTALL_MI_DIR = netat
43
44EXPORT_MI_LIST = ${DATAFILES}
45
46EXPORT_MI_DIR = netat
47
48INSTALL_MI_LCL_LIST = ${DATAFILES} ${PRIVATE_DATAFILES}
49
50INSTALL_KF_MI_LCL_LIST = ${INSTALL_MI_LCL_LIST} ${PRIVATE_KERNELFILES}
51
52include $(MakeInc_rule)
53include $(MakeInc_dir)
54
55