]> git.saurik.com Git - apple/xnu.git/blob - bsd/net/Makefile
xnu-1504.7.4.tar.gz
[apple/xnu.git] / bsd / net / 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
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 DATAFILES= \
23 bpf.h dlil.h \
24 ethernet.h if.h if_arp.h \
25 if_dl.h if_llc.h if_media.h if_mib.h \
26 if_types.h if_utun.h if_var.h \
27 kext_net.h ndrv.h pfkeyv2.h \
28 route.h
29
30 KERNELFILES= \
31 kpi_interface.h kpi_interfacefilter.h kpi_protocol.h \
32 if_ether.h init.h radix.h
33
34 PRIVATE_DATAFILES = \
35 if_atm.h if_vlan_var.h if_ppp.h firewire.h \
36 ppp_defs.h radix.h if_bond_var.h lacp.h ndrv_var.h \
37 raw_cb.h etherdefs.h iso88025.h if_pflog.h pfvar.h \
38 if_bridgevar.h
39
40 PRIVATE_KERNELFILES = ${KERNELFILES} \
41 bpfdesc.h dlil_pvt.h ppp_comp.h \
42 zlib.h bpf_compat.h net_osdep.h
43
44 INSTALL_MI_LIST = ${DATAFILES}
45
46 INSTALL_MI_DIR = net
47
48 EXPORT_MI_LIST = ${INSTALL_MI_LIST} ${KERNELFILES}
49
50 EXPORT_MI_DIR = ${INSTALL_MI_DIR}
51
52 INSTALL_MI_LCL_LIST = ${DATAFILES} ${PRIVATE_DATAFILES}
53
54 INSTALL_KF_MI_LCL_LIST = ${INSTALL_MI_LCL_LIST} ${PRIVATE_KERNELFILES}
55
56 include $(MakeInc_rule)
57 include $(MakeInc_dir)