]> git.saurik.com Git - apple/xnu.git/blobdiff - libkern/libkern/Makefile
xnu-1228.tar.gz
[apple/xnu.git] / libkern / libkern / Makefile
index 41c7ce91f265aeb970577f616fa0baa899ba05aa..f9f4116723b51378e18398049e4b0f8854d1df7c 100644 (file)
@@ -9,7 +9,8 @@ include $(MakeInc_def)
 
 INSTINC_SUBDIRS = \
         machine \
 
 INSTINC_SUBDIRS = \
         machine \
-       c++
+       c++ \
+       crypto
 
 INSTINC_SUBDIRS_PPC = ${INSTINC_SUBDIRS} \
         ppc
 
 INSTINC_SUBDIRS_PPC = ${INSTINC_SUBDIRS} \
         ppc
@@ -17,22 +18,28 @@ INSTINC_SUBDIRS_PPC = ${INSTINC_SUBDIRS} \
 INSTINC_SUBDIRS_I386 = ${INSTINC_SUBDIRS} \
         i386
 
 INSTINC_SUBDIRS_I386 = ${INSTINC_SUBDIRS} \
         i386
 
+INSTINC_SUBDIRS_ARM = ${INSTINC_SUBDIRS} \
+        arm
+
 EXPINC_SUBDIRS = ${INSTINC_SUBDIRS}
 EXPINC_SUBDIRS_PPC = ${INSTINC_SUBDIRS_PPC}
 EXPINC_SUBDIRS_I386 = ${INSTINC_SUBDIRS_I386}
 EXPINC_SUBDIRS = ${INSTINC_SUBDIRS}
 EXPINC_SUBDIRS_PPC = ${INSTINC_SUBDIRS_PPC}
 EXPINC_SUBDIRS_I386 = ${INSTINC_SUBDIRS_I386}
+EXPINC_SUBDIRS_ARM = ${INSTINC_SUBDIRS_ARM}
 
 DATAFILES = \
        OSAtomic.h      \
         OSBase.h       \
         OSByteOrder.h  \
 
 DATAFILES = \
        OSAtomic.h      \
         OSBase.h       \
         OSByteOrder.h  \
+        _OSByteOrder.h \
         OSDebug.h      \
         OSMalloc.h     \
         OSReturn.h     \
         OSTypes.h      \
        locks.h         \
         OSDebug.h      \
         OSMalloc.h     \
         OSReturn.h     \
         OSTypes.h      \
        locks.h         \
-       sysctl.h
+       sysctl.h        \
+       zlib.h
 
 
-INSTALL_MI_LIST        = OSByteOrder.h OSDebug.h OSReturn.h OSTypes.h 
+INSTALL_MI_LIST        = OSByteOrder.h _OSByteOrder.h OSDebug.h OSReturn.h OSTypes.h 
 
 INSTALL_MI_DIR = libkern
 
 
 INSTALL_MI_DIR = libkern
 
@@ -48,8 +55,8 @@ NEWVERS = $(SRCROOT)/config/newvers.pl
 
 version.h: version.h.template $(SRCROOT)/config/MasterVersion
        @echo "Generating libkern/$@ from $<";
 
 version.h: version.h.template $(SRCROOT)/config/MasterVersion
        @echo "Generating libkern/$@ from $<";
-       install $(DATA_INSTALL_FLAGS) $< $@
-       $(NEWVERS) $@;
+       $(_v)install $(DATA_INSTALL_FLAGS) $< $@
+       $(_v)$(NEWVERS) $@ > /dev/null;
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)