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