]> git.saurik.com Git - apple/xnu.git/blobdiff - Makefile
xnu-4903.270.47.tar.gz
[apple/xnu.git] / Makefile
index 1660223f5d5a0448a921997c57a5b8e5304c8a05..38cb749358eac4cf556b0cbb875506a0e37d60a5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -159,7 +159,7 @@ TOP_TARGETS =                                                               \
        install install_desktop install_embedded                        \
        install_release_embedded install_development_embedded           \
        installopensource                                               \
-       cscope tags TAGS reindent                                       \
+       cscope tags TAGS checkstyle restyle check_uncrustify uncrustify                         \
        help
 
 DEFAULT_TARGET = all
@@ -220,7 +220,7 @@ EXPINC_SUBDIRS_X86_64H = $(EXPINC_SUBDIRS)
 EXPINC_SUBDIRS_ARM = $(EXPINC_SUBDIRS)
 EXPINC_SUBDIRS_ARM64 = $(EXPINC_SUBDIRS)
 
-SETUP_SUBDIRS = SETUP san
+SETUP_SUBDIRS = SETUP osfmk san
 
 COMP_SUBDIRS_X86_64 = $(ALL_SUBDIRS)
 COMP_SUBDIRS_X86_64H = $(ALL_SUBDIRS)
@@ -240,7 +240,17 @@ endif # all other RC_ProjectName
 
 installapi_libkdd installhdrs_libkdd install_libkdd:
        cd libkdd; \
-               xcodebuild -target libkdd $(subst _libkdd,,$@)  \
+               xcodebuild -target Default $(subst _libkdd,,$@) \
+                       "SRCROOT=$(SRCROOT)/libkdd"             \
+                       "OBJROOT=$(OBJROOT)"                    \
+                       "SYMROOT=$(SYMROOT)"                    \
+                       "DSTROOT=$(DSTROOT)"                    \
+                       "SDKROOT=$(SDKROOT)"
+
+
+installapi_libkdd_tests installhdrs_libkdd_tests install_libkdd_tests:
+       cd libkdd; \
+               xcodebuild -target tests $(subst _libkdd_tests,,$@)     \
                        "SRCROOT=$(SRCROOT)/libkdd"             \
                        "OBJROOT=$(OBJROOT)"                    \
                        "SYMROOT=$(SYMROOT)"                    \
@@ -250,7 +260,7 @@ installapi_libkdd installhdrs_libkdd install_libkdd:
 
 installapi_libkdd_host installhdrs_libkdd_host install_libkdd_host:
        cd libkdd; \
-               xcodebuild -target kdd.framework $(subst _libkdd_host,,$@)      \
+               xcodebuild -configuration ReleaseHost -target kdd.framework $(subst _libkdd_host,,$@)   \
                        "SRCROOT=$(SRCROOT)/libkdd"             \
                        "OBJROOT=$(OBJROOT)"                    \
                        "SYMROOT=$(SYMROOT)"                    \
@@ -265,3 +275,5 @@ installapi_libkdd_host installhdrs_libkdd_host install_libkdd_host:
 xnu_tests:
        $(MAKE) -C $(SRCROOT)/tools/tests       $(if $(filter -j,$(MAKEFLAGS)),,$(MAKEJOBS)) \
                SRCROOT=$(SRCROOT)/tools/tests
+       $(MAKE) -C $(SRCROOT)/tests     $(if $(filter -j,$(MAKEFLAGS)),,$(MAKEJOBS)) \
+               SRCROOT=$(SRCROOT)/tests