]> git.saurik.com Git - apple/xnu.git/blob - bsd/sys/Makefile
xnu-201.42.3.tar.gz
[apple/xnu.git] / bsd / sys / 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 acct.h attr.h buf.h callout.h cdefs.h cdio.h chio.h clist.h conf.h \
24 dir.h dirent.h disklabel.h disktab.h dkbad.h dkstat.h dmap.h domain.h \
25 errno.h ev.h exec.h fcntl.h file.h filedesc.h filio.h gmon.h ioccom.h ioctl.h \
26 ioctl_compat.h ipc.h kernel.h kern_event.h ktrace.h loadable_fs.h lock.h lockf.h mach_swapon.h malloc.h \
27 kdebug.h linker_set.h md5.h\
28 mbuf.h mman.h mount.h msgbuf.h mtio.h namei.h netport.h param.h paths.h \
29 proc.h protosw.h ptrace.h queue.h random.h reboot.h resource.h resourcevar.h \
30 select.h semaphore.h shm.h signal.h signalvar.h socket.h socketvar.h sockio.h stat.h \
31 syscall.h sysctl.h syslimits.h syslog.h systm.h termios.h time.h \
32 timeb.h times.h tprintf.h trace.h tty.h ttychars.h ttycom.h \
33 ttydefaults.h ttydev.h types.h ubc.h ucred.h uio.h un.h unistd.h unpcb.h \
34 user.h utfconv.h utsname.h ux_exception.h vadvise.h vcmd.h version.h vlimit.h \
35 vm.h vmmeter.h vmparam.h vnode.h vnode_if.h vstat.h wait.h
36
37 INSTALL_MI_LIST = ${DATAFILES}
38
39 INSTALL_MI_DIR = sys
40
41 EXPORT_MI_LIST = ${DATAFILES}
42
43 EXPORT_MI_DIR = sys
44
45
46 include $(MakeInc_rule)
47 include $(MakeInc_dir)
48
49