X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/d7e50217d7adf6e52786a38bcaa4cd698cb9a79e..c331a0bec715536613c8dd5f34a4e115d5b15824:/Makefile diff --git a/Makefile b/Makefile index d843488d3..57c8a4c88 100644 --- a/Makefile +++ b/Makefile @@ -5,13 +5,13 @@ ifndef SRCROOT export SRCROOT=$(shell /bin/pwd) endif ifndef OBJROOT -export OBJROOT=$(SRCROOT)/BUILD/obj +export OBJROOT=$(SRCROOT)/BUILD/obj/ endif ifndef DSTROOT -export DSTROOT=$(SRCROOT)/BUILD/dst +export DSTROOT=$(SRCROOT)/BUILD/dst/ endif ifndef SYMROOT -export SYMROOT=$(SRCROOT)/BUILD/sym +export SYMROOT=$(SRCROOT)/BUILD/sym/ endif export MakeInc_cmd=${VERSDIR}/makedefs/MakeInc.cmd @@ -29,13 +29,26 @@ ALL_SUBDIRS = \ bsd \ pexpert \ libkern \ - libsa + libsa \ + security -INSTINC_SUBDIRS = $(ALL_SUBDIRS) +CONFIG_SUBDIRS_PPC = config -INSTINC_SUBDIRS_PPC = $(INSTINC_SUBDIRS) +CONFIG_SUBDIRS_I386 = config -INSTINC_SUBDIRS_I386 = $(INSTINC_SUBDIRS) +CONFIG_SUBDIRS_X86_64 = config + +CONFIG_SUBDIRS_ARM = config + +INSTINC_SUBDIRS = $(ALL_SUBDIRS) EXTERNAL_HEADERS + +INSTINC_SUBDIRS_PPC = $(INSTINC_SUBDIRS) EXTERNAL_HEADERS + +INSTINC_SUBDIRS_I386 = $(INSTINC_SUBDIRS) EXTERNAL_HEADERS + +INSTINC_SUBDIRS_X86_64 = $(INSTINC_SUBDIRS) EXTERNAL_HEADERS + +INSTINC_SUBDIRS_ARM = $(INSTINC_SUBDIRS) EXTERNAL_HEADERS EXPINC_SUBDIRS = $(ALL_SUBDIRS) @@ -43,7 +56,17 @@ EXPINC_SUBDIRS_PPC = $(EXPINC_SUBDIRS) EXPINC_SUBDIRS_I386 = $(EXPINC_SUBDIRS) -COMP_SUBDIRS = $(ALL_SUBDIRS) +EXPINC_SUBDIRS_X86_64 = $(EXPINC_SUBDIRS) + +EXPINC_SUBDIRS_ARM = $(EXPINC_SUBDIRS) + +COMP_SUBDIRS_PPC = $(ALL_SUBDIRS) + +COMP_SUBDIRS_I386 = $(ALL_SUBDIRS) + +COMP_SUBDIRS_X86_64 = $(ALL_SUBDIRS) + +COMP_SUBDIRS_ARM = $(ALL_SUBDIRS) INST_SUBDIRS = \ libkern \ @@ -51,7 +74,8 @@ INST_SUBDIRS = \ iokit \ osfmk \ bsd \ - config + config \ + security INSTALL_FILE_LIST= \ mach_kernel