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