]> git.saurik.com Git - apple/libc.git/blame - include/Makefile.inc
Libc-763.13.tar.gz
[apple/libc.git] / include / Makefile.inc
CommitLineData
5b2abdfb 1.include "${.CURDIR}/include/arpa/Makefile.inc"
59e0d9fe 2.include "${.CURDIR}/include/libkern/Makefile.inc"
5b2abdfb 3.include "${.CURDIR}/include/protocols/Makefile.inc"
9385eb3d 4.include "${.CURDIR}/include/malloc/Makefile.inc"
b5d655f7 5.ifdef FEATURE_LEGACY_NXZONE_APIS
5b2abdfb 6.include "${.CURDIR}/include/objc/Makefile.inc"
b5d655f7 7.endif
224c7076 8.include "${.CURDIR}/include/secure/Makefile.inc"
59e0d9fe 9.include "${.CURDIR}/include/sys/Makefile.inc"
3d9156a7 10.include "${.CURDIR}/include/xlocale/Makefile.inc"
5b2abdfb
A
11
12INC_INSTHDRS += NSSystemDirectories.h \
3d9156a7 13 _locale.h \
224c7076 14 _structs.h \
59e0d9fe 15 _types.h \
3d9156a7
A
16 _wctype.h \
17 _xlocale.h \
59e0d9fe 18 aio.h \
9385eb3d
A
19 alloca.h \
20 ar.h \
3d9156a7
A
21 asl.h \
22 assert.h \
9385eb3d
A
23 asm.h \
24 bitstring.h \
59e0d9fe 25 cpio.h \
9385eb3d
A
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 \
59e0d9fe 34 fmtmsg.h \
9385eb3d
A
35 fnmatch.h \
36 fsproperties.h \
37 fstab.h \
38 fts.h \
59e0d9fe 39 ftw.h \
9385eb3d
A
40 getopt.h \
41 glob.h \
42 grp.h \
3d9156a7 43 inttypes.h \
9385eb3d 44 iso646.h \
9385eb3d
A
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 \
3d9156a7 58 poll.h \
9385eb3d
A
59 pwd.h \
60 ranlib.h \
61 readpassphrase.h \
62 regex.h \
9385eb3d
A
63 runetype.h \
64 search.h \
65 semaphore.h \
66 setjmp.h \
67 sgtty.h \
68 signal.h \
224c7076 69 spawn.h \
9385eb3d
A
70 stab.h \
71 standards.h \
3d9156a7 72 stdbool.h \
9385eb3d
A
73 stddef.h \
74 stdio.h \
1f2f436a 75 stdint.h \
9385eb3d
A
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 \
9385eb3d
A
89 ucontext.h \
90 ulimit.h \
91 unistd.h \
92 util.h \
93 utime.h \
224c7076 94 utmpx.h \
9385eb3d
A
95 vis.h \
96 wchar.h \
59e0d9fe 97 wctype.h \
3d9156a7
A
98 wordexp.h \
99 xlocale.h
59e0d9fe 100
b5d655f7
A
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
59e0d9fe 109.PATH: ${.CURDIR}/include
b5d655f7
A
110CWD := ${.CURDIR}/include
111
59e0d9fe 112MAN3 += sysexits.3
5b2abdfb
A
113
114INC_INSTHDRS := ${INC_INSTHDRS:S/^/${.CURDIR}\/include\//}
115INSTHDRS += ${INC_INSTHDRS}
3d9156a7 116
34e8f829
A
117LOCALHDRS += ${.CURDIR}/include/spawn_private.h
118
3d9156a7
A
119.include "Makefile.nbsd_begin"
120NBSDHDRS = utmpx.h
121.include "Makefile.nbsd_end"
1f2f436a
A
122
123.include "Makefile.fbsd_begin"
124FBSDHDRS= nl_types.h
125.include "Makefile.fbsd_end"
126