]> git.saurik.com Git - apple/libc.git/blobdiff - include/Makefile.inc
Libc-498.1.1.tar.gz
[apple/libc.git] / include / Makefile.inc
index e2009740678d45b0718cd7d78d8ff1c97cc47573..656f625855b4b06208c089e15ca9504119d79463 100644 (file)
@@ -1,18 +1,28 @@
+.ifnmake autopatch
 .include "${.CURDIR}/include/arpa/Makefile.inc"
 .include "${.CURDIR}/include/libkern/Makefile.inc"
 .include "${.CURDIR}/include/protocols/Makefile.inc"
+.include "${.CURDIR}/include/machine/Makefile.inc"
 .include "${.CURDIR}/include/malloc/Makefile.inc"
 .include "${.CURDIR}/include/objc/Makefile.inc"
+.include "${.CURDIR}/include/secure/Makefile.inc"
 .include "${.CURDIR}/include/sys/Makefile.inc"
+.include "${.CURDIR}/include/xlocale/Makefile.inc"
+.endif # !autopatch
 
 INC_INSTHDRS += NSSystemDirectories.h \
+               _locale.h \
+               _structs.h \
                _types.h \
+               _wctype.h \
+               _xlocale.h \
                aio.h \
                alloca.h \
                ar.h \
+               asl.h \
+               assert.h \
                asm.h \
                bitstring.h \
-               c.h \
                cpio.h \
                crt_externs.h \
                ctype.h \
@@ -22,6 +32,7 @@ INC_INSTHDRS += NSSystemDirectories.h \
                err.h \
                errno.h \
                fcntl.h \
+               float.h \
                fmtmsg.h \
                fnmatch.h \
                fsproperties.h \
@@ -31,8 +42,8 @@ INC_INSTHDRS += NSSystemDirectories.h \
                getopt.h \
                glob.h \
                grp.h \
+               inttypes.h \
                iso646.h \
-               kvm.h \
                langinfo.h \
                libc.h \
                libgen.h \
@@ -46,11 +57,11 @@ INC_INSTHDRS += NSSystemDirectories.h \
                nl_types.h \
                nlist.h \
                paths.h \
+               poll.h \
                pwd.h \
                ranlib.h \
                readpassphrase.h \
                regex.h \
-               regexp.h \
                rune.h \
                runetype.h \
                search.h \
@@ -58,8 +69,11 @@ INC_INSTHDRS += NSSystemDirectories.h \
                setjmp.h \
                sgtty.h \
                signal.h \
+               spawn.h \
                stab.h \
                standards.h \
+               stdarg.h \
+               stdbool.h \
                stddef.h \
                stdio.h \
                stdlib.h \
@@ -75,20 +89,29 @@ INC_INSTHDRS += NSSystemDirectories.h \
                time.h \
                timeconv.h \
                ttyent.h \
-               tzfile.h \
                ucontext.h \
                ulimit.h \
                unistd.h \
                util.h \
                utime.h \
                utmp.h \
+               utmpx.h \
+               varargs.h \
                vis.h \
                wchar.h \
                wctype.h \
-               wordexp.h
+               wordexp.h \
+               xlocale.h
 
 .PATH: ${.CURDIR}/include
 MAN3 += sysexits.3
 
 INC_INSTHDRS := ${INC_INSTHDRS:S/^/${.CURDIR}\/include\//}
 INSTHDRS += ${INC_INSTHDRS}
+
+STRIP_HDRS += ctype.h dirent.h fnmatch.h fts.h ftw.h glob.h regex.h \
+       signal.h stdio.h stdlib.h string.h time.h unistd.h wchar.h xlocale.h
+
+.include "Makefile.nbsd_begin"
+NBSDHDRS = utmpx.h
+.include "Makefile.nbsd_end"