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