]> git.saurik.com Git - apple/libc.git/blob - include/Makefile.inc
bf3db86b4438db0a52156fb1d8d80279cd21cf2b
[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 .ifdef FEATURE_LEGACY_NXZONE_APIS
6 .include "${.CURDIR}/include/objc/Makefile.inc"
7 .endif
8 .include "${.CURDIR}/include/secure/Makefile.inc"
9 .include "${.CURDIR}/include/sys/Makefile.inc"
10 .include "${.CURDIR}/include/xlocale/Makefile.inc"
11
12 INC_INSTHDRS += NSSystemDirectories.h \
13 _locale.h \
14 _structs.h \
15 _types.h \
16 _wctype.h \
17 _xlocale.h \
18 aio.h \
19 alloca.h \
20 ar.h \
21 asl.h \
22 assert.h \
23 asm.h \
24 bitstring.h \
25 cpio.h \
26 crt_externs.h \
27 ctype.h \
28 db.h \
29 dirent.h \
30 disktab.h \
31 err.h \
32 errno.h \
33 fcntl.h \
34 float.h \
35 fmtmsg.h \
36 fnmatch.h \
37 fsproperties.h \
38 fstab.h \
39 fts.h \
40 ftw.h \
41 getopt.h \
42 glob.h \
43 grp.h \
44 inttypes.h \
45 iso646.h \
46 langinfo.h \
47 libc.h \
48 libgen.h \
49 limits.h \
50 locale.h \
51 memory.h \
52 monetary.h \
53 monitor.h \
54 mpool.h \
55 ndbm.h \
56 nl_types.h \
57 nlist.h \
58 paths.h \
59 poll.h \
60 pwd.h \
61 ranlib.h \
62 readpassphrase.h \
63 regex.h \
64 runetype.h \
65 search.h \
66 semaphore.h \
67 setjmp.h \
68 sgtty.h \
69 signal.h \
70 spawn.h \
71 stab.h \
72 standards.h \
73 stdarg.h \
74 stdbool.h \
75 stddef.h \
76 stdio.h \
77 stdlib.h \
78 strhash.h \
79 string.h \
80 stringlist.h \
81 strings.h \
82 struct.h \
83 sysexits.h \
84 syslog.h \
85 tar.h \
86 termios.h \
87 time.h \
88 timeconv.h \
89 ttyent.h \
90 ucontext.h \
91 ulimit.h \
92 unistd.h \
93 util.h \
94 utime.h \
95 utmpx.h \
96 varargs.h \
97 vis.h \
98 wchar.h \
99 wctype.h \
100 wordexp.h \
101 xlocale.h
102
103 .ifdef FEATURE_LEGACY_RUNE_APIS
104 INC_INSTHDRS += rune.h
105 .endif
106
107 .ifdef FEATURE_LEGACY_UTMP_APIS
108 INC_INSTHDRS += utmp.h
109 .endif
110
111 .PATH: ${.CURDIR}/include
112 CWD := ${.CURDIR}/include
113
114 MAN3 += sysexits.3
115
116 INC_INSTHDRS := ${INC_INSTHDRS:S/^/${.CURDIR}\/include\//}
117 INSTHDRS += ${INC_INSTHDRS}
118
119 LOCALHDRS += ${.CURDIR}/include/spawn_private.h
120
121 .include "Makefile.nbsd_begin"
122 NBSDHDRS = utmpx.h
123 .include "Makefile.nbsd_end"