]> git.saurik.com Git - apple/libc.git/blob - include/Makefile.inc
e2009740678d45b0718cd7d78d8ff1c97cc47573
[apple/libc.git] / include / Makefile.inc
1 .include "${.CURDIR}/include/arpa/Makefile.inc"
2 .include "${.CURDIR}/include/libkern/Makefile.inc"
3 .include "${.CURDIR}/include/protocols/Makefile.inc"
4 .include "${.CURDIR}/include/malloc/Makefile.inc"
5 .include "${.CURDIR}/include/objc/Makefile.inc"
6 .include "${.CURDIR}/include/sys/Makefile.inc"
7
8 INC_INSTHDRS += NSSystemDirectories.h \
9 _types.h \
10 aio.h \
11 alloca.h \
12 ar.h \
13 asm.h \
14 bitstring.h \
15 c.h \
16 cpio.h \
17 crt_externs.h \
18 ctype.h \
19 db.h \
20 dirent.h \
21 disktab.h \
22 err.h \
23 errno.h \
24 fcntl.h \
25 fmtmsg.h \
26 fnmatch.h \
27 fsproperties.h \
28 fstab.h \
29 fts.h \
30 ftw.h \
31 getopt.h \
32 glob.h \
33 grp.h \
34 iso646.h \
35 kvm.h \
36 langinfo.h \
37 libc.h \
38 libgen.h \
39 limits.h \
40 locale.h \
41 memory.h \
42 monetary.h \
43 monitor.h \
44 mpool.h \
45 ndbm.h \
46 nl_types.h \
47 nlist.h \
48 paths.h \
49 pwd.h \
50 ranlib.h \
51 readpassphrase.h \
52 regex.h \
53 regexp.h \
54 rune.h \
55 runetype.h \
56 search.h \
57 semaphore.h \
58 setjmp.h \
59 sgtty.h \
60 signal.h \
61 stab.h \
62 standards.h \
63 stddef.h \
64 stdio.h \
65 stdlib.h \
66 strhash.h \
67 string.h \
68 stringlist.h \
69 strings.h \
70 struct.h \
71 sysexits.h \
72 syslog.h \
73 tar.h \
74 termios.h \
75 time.h \
76 timeconv.h \
77 ttyent.h \
78 tzfile.h \
79 ucontext.h \
80 ulimit.h \
81 unistd.h \
82 util.h \
83 utime.h \
84 utmp.h \
85 vis.h \
86 wchar.h \
87 wctype.h \
88 wordexp.h
89
90 .PATH: ${.CURDIR}/include
91 MAN3 += sysexits.3
92
93 INC_INSTHDRS := ${INC_INSTHDRS:S/^/${.CURDIR}\/include\//}
94 INSTHDRS += ${INC_INSTHDRS}