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