]> git.saurik.com Git - apple/libc.git/blame_incremental - include/Makefile.inc
Libc-763.13.tar.gz
[apple/libc.git] / include / Makefile.inc
... / ...
CommitLineData
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
12INC_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 fmtmsg.h \
35 fnmatch.h \
36 fsproperties.h \
37 fstab.h \
38 fts.h \
39 ftw.h \
40 getopt.h \
41 glob.h \
42 grp.h \
43 inttypes.h \
44 iso646.h \
45 langinfo.h \
46 libc.h \
47 libgen.h \
48 limits.h \
49 locale.h \
50 memory.h \
51 monetary.h \
52 monitor.h \
53 mpool.h \
54 ndbm.h \
55 nl_types.h \
56 nlist.h \
57 paths.h \
58 poll.h \
59 pwd.h \
60 ranlib.h \
61 readpassphrase.h \
62 regex.h \
63 runetype.h \
64 search.h \
65 semaphore.h \
66 setjmp.h \
67 sgtty.h \
68 signal.h \
69 spawn.h \
70 stab.h \
71 standards.h \
72 stdbool.h \
73 stddef.h \
74 stdio.h \
75 stdint.h \
76 stdlib.h \
77 strhash.h \
78 string.h \
79 stringlist.h \
80 strings.h \
81 struct.h \
82 sysexits.h \
83 syslog.h \
84 tar.h \
85 termios.h \
86 time.h \
87 timeconv.h \
88 ttyent.h \
89 ucontext.h \
90 ulimit.h \
91 unistd.h \
92 util.h \
93 utime.h \
94 utmpx.h \
95 vis.h \
96 wchar.h \
97 wctype.h \
98 wordexp.h \
99 xlocale.h
100
101.ifdef FEATURE_LEGACY_RUNE_APIS
102INC_INSTHDRS += rune.h
103.endif
104
105.ifdef FEATURE_LEGACY_UTMP_APIS
106INC_INSTHDRS += utmp.h
107.endif
108
109.PATH: ${.CURDIR}/include
110CWD := ${.CURDIR}/include
111
112MAN3 += sysexits.3
113
114INC_INSTHDRS := ${INC_INSTHDRS:S/^/${.CURDIR}\/include\//}
115INSTHDRS += ${INC_INSTHDRS}
116
117LOCALHDRS += ${.CURDIR}/include/spawn_private.h
118
119.include "Makefile.nbsd_begin"
120NBSDHDRS = utmpx.h
121.include "Makefile.nbsd_end"
122
123.include "Makefile.fbsd_begin"
124FBSDHDRS= nl_types.h
125.include "Makefile.fbsd_end"
126