INSTINC_SUBDIRS = \
machine \
- c++
+ c++ \
+ crypto
INSTINC_SUBDIRS_PPC = ${INSTINC_SUBDIRS} \
ppc
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_ARM = ${INSTINC_SUBDIRS_ARM}
DATAFILES = \
OSAtomic.h \
OSBase.h \
OSByteOrder.h \
+ _OSByteOrder.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
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)