| /xnu-10002.81.5/tests/ |
| H A D | Makefile | 78 mkdir -p $(SYMROOT) 79 $(CC) -I $(OBJROOT) $(CFLAGS) $(OTHER_LDFLAGS) $(LDFLAGS) sr_entitlement_helper.c -o $(SYMROOT)/$@ 80 …SIGN) --force --sign - --timestamp=none --entitlements sr_entitlement.entitlements $(SYMROOT)/$@; \ 81 …DESIGN) --force --sign - --timestamp=none --entitlements sr_entitlement.entitlements $(SYMROOT)/$@; 85 cp $(SYMROOT)/sr_entitlement_helper $(INSTALLDIR) 129 …) $(DT_LDFLAGS) $(OTHER_LDFLAGS) $(LDFLAGS) immovable_send_client.c -o $(SYMROOT)/immovable_send_c… 133 cp $(SYMROOT)/immovable_send_client $(INSTALLDIR)/ 137 …CFLAGS) $(DT_LDFLAGS) $(OTHER_LDFLAGS) $(LDFLAGS) conclave_process.c -o $(SYMROOT)/conclave_process 138 $(CODESIGN) --force --sign - --timestamp=none $(SYMROOT)/$@ 142 cp $(SYMROOT)/conclave_process $(INSTALLDIR)/ [all …]
|
| /xnu-10002.81.5/tools/tests/MPMMTest/ |
| H A D | Makefile | 3 SYMROOT?=$(shell /bin/pwd) macro 18 ${CC} ${CFLAGS} ${ARCH_FLAGS_64} -o $(SYMROOT)/$(notdir $@) $? 19 if [ ! -e $@ ]; then ditto $(SYMROOT)/$(notdir $@) $@; fi 22 ${CC} ${CFLAGS} ${ARCH_FLAGS_64} -o $(SYMROOT)/$(notdir $@) $? 23 if [ ! -e $@ ]; then ditto $(SYMROOT)/$(notdir $@) $@; fi 26 ${CC} ${CFLAGS} ${ARCH_FLAGS_64} -DDIRECT_MSG_RCV=1 -o $(SYMROOT)/$(notdir $@) $? 27 if [ ! -e $@ ]; then ditto $(SYMROOT)/$(notdir $@) $@; fi 34 rm -rf $(addprefix $(DSTROOT)/,$(TARGETS)) $(addprefix $(SYMROOT)/,$(TARGETS)) $(SYMROOT)/*.dSYM
|
| /xnu-10002.81.5/tools/tests/personas/ |
| H A D | Makefile | 3 SYMROOT?=$(shell /bin/pwd) macro 17 ${CC} ${CFLAGS} ${ARCH_FLAGS} -o $(SYMROOT)/$(notdir $@) $< 19 $(CODESIGN) -s - --entitlements persona-entitlements.plist $(SYMROOT)/$(notdir $@) 20 if [ ! -e $@ ]; then ditto $(SYMROOT)/$(notdir $@) $@; fi 23 ${CC} ${CFLAGS} ${ARCH_FLAGS} -o $(SYMROOT)/$(notdir $@) $< 24 if [ ! -e $@ ]; then ditto $(SYMROOT)/$(notdir $@) $@; fi 31 rm -rf $(addprefix $(DSTROOT)/,$(TARGETS)) $(addprefix $(SYMROOT)/,$(TARGETS)) $(SYMROOT)/*.dSYM
|
| /xnu-10002.81.5/tools/tests/ |
| H A D | Makefile | 12 ifndef SYMROOT 13 export SYMROOT = $(SRCROOT)/BUILD/sym macro 62 …kext/testkext.xcodeproj -target pgokext DSTROOT=$(DSTSUBPATH_KEXTS) SYMROOT=$(SYMROOT)/testkext SR… 68 $(_v)mkdir -p $(SYMROOT)/$(notdir $@) 69 …=$(SRCROOT)/$(notdir $@) DSTROOT=$@ OBJROOT=$(OBJROOT)/$(notdir $@) SYMROOT=$(SYMROOT)/$(notdir $@… 70 $(_v)find $@ -type d -name "*.dSYM" -exec cp -a {} $(SYMROOT)/ ';' 75 $(_v)mkdir -p $(SYMROOT)
|
| /xnu-10002.81.5/tools/tests/TLBcoherency/ |
| H A D | Makefile | 6 SYMROOT?=$(shell /bin/pwd) macro 11 $(CC) $(CFLAGS) -Wall TLBcoherency.c -o $(SYMROOT)/$(notdir $@) -DDEBUG=$(DEBUG) -g -Os 12 if [ ! -e $@ ]; then ditto $(SYMROOT)/$(notdir $@) $@; fi 15 rm -rf $(DSTROOT)/tlbcoh $(SYMROOT)/*.dSYM $(SYMROOT)/tlbcoh
|
| /xnu-10002.81.5/tools/tests/zero-to-n/ |
| H A D | Makefile | 6 SYMROOT?=$(shell /bin/pwd) macro 11 $(CC) $(CFLAGS) -Wall zero-to-n.c -o $(SYMROOT)/$(notdir $@) -DDEBUG=$(DEBUG) -ggdb 12 if [ ! -e $@ ]; then ditto $(SYMROOT)/$(notdir $@) $@; fi 18 rm -rf $(DSTROOT)/zn $(SYMROOT)/*.dSYM $(SYMROOT)/zn
|
| /xnu-10002.81.5/tools/tests/execperf/ |
| H A D | Makefile | 8 SYMROOT?=$(shell /bin/pwd)/BUILD/sym macro 22 rm -f $(addprefix $(SYMROOT)/,$(EXECUTABLES)) 23 rm -rf $(addsuffix .dSYM,$(addprefix $(SYMROOT)/,$(EXECUTABLES))) 27 $(addprefix $(DSTROOT)/,$(EXECUTABLES)): | DSTROOT SYMROOT 31 DSTROOT SYMROOT OBJROOT: target 83 $(CC) -o $(SYMROOT)/run $< $(LDFLAGS) 84 $(DSYMUTIL) $(SYMROOT)/run 85 $(STRIP) -S -o $@ $(SYMROOT)/run
|
| /xnu-10002.81.5/tools/tests/perf_index/ |
| H A D | Makefile | 9 SYMROOT?=$(shell /bin/pwd)/BUILD/sym macro 18 all: $(DSTROOT) $(OBJROOT) $(SYMROOT) \ 49 …xcodebuild -sdk $(SDKROOT) -target $(TARGET_NAME) OBJROOT=$(OBJROOT) SYMROOT=$(SYMROOT) TARGET_TEM… 63 $(SYMROOT): 64 mkdir -p $(SYMROOT) 69 rm -rf $(SYMROOT)
|
| /xnu-10002.81.5/tools/ |
| H A D | remote_build.sh | 47 SYMROOT=*) 107 SYMROOT="${SYMROOT}" 115 if [ -z "${SYMROOT}" ]; then 118 mkdir -p "${SYMROOT}" || die "Could not create ${SYMROOT}" 140 if [ ! -e "${SYMROOT}/" ]; then 239 …rsync $RSYNC_ARGS --no-o --no-g $REMOTEBUILD:"${REMOTEBUILDPATH}/BUILD/sym/" "${SYMROOT}/" || die …
|
| /xnu-10002.81.5/tools/tests/affinity/ |
| H A D | Makefile | 3 SYMROOT?=$(shell /bin/pwd) macro 20 $(CC) $(CFLAGS) $(ARCH_FLAGS_64) $< -o $(SYMROOT)/$(notdir $@) # 64-bit fat 21 if [ ! -e $@ ]; then ditto $(SYMROOT)/$(notdir $@) $@; fi 25 rm -rf $(SYMROOT)/*.dSYM
|
| /xnu-10002.81.5/libkern/kxld/ |
| H A D | Makefile | 17 ifndef SYMROOT 18 SYMROOT=./BUILD/sym macro 52 LIBKXLDSYM_DYLIB=$(SYMROOT)/$(LIBKXLD_DYLIB) 53 LIBKXLDSYM_DYLIB_DSYM=$(SYMROOT)/$(LIBKXLD_DSYM) 54 LIBKXLDSYM_ARCHIVE=$(SYMROOT)/$(LIBKXLD_ARCHIVE) 138 @mkdir -p $(SYMROOT) 143 @mkdir -p $(SYMROOT) 206 @rm -rf $(OBJROOT) $(DSTROOT) $(SYMROOT)
|
| /xnu-10002.81.5/tools/tests/jitter/ |
| H A D | Makefile | 4 SYMROOT?=$(shell /bin/pwd) macro 16 rm -rf $(SYMROOT)/*.dSYM
|
| /xnu-10002.81.5/makedefs/ |
| H A D | MakeInc.kernel | 342 # files in the DSTROOT or SYMROOT, and can be installed in parallel 435 $(SYMROOT)/$(KERNEL_FILE_NAME): $(TARGET)/$(KERNEL_FILE_NAME).unstripped ALWAYS 450 $(SYMROOT)/$(KERNEL_FILE_NAME).dSYM/$(DSYMLLDBMACROSDIR)/lldbmacros … 459 $(SYMROOT)/$(KERNEL_FILE_NAME).dSYM/$(DSYMLLDBMACROSDIR)/$(KERNEL_LLDBBOOTSTRAP_NAME) … 472 $(SYMROOT)/$(KERNEL_FILE_NAME).dSYM/$(DSYMINFODIR)/Info.plist $(DSTROOT)/$(INSTALL_KERNEL_SYM_DIR)/… 477 $(SYMROOT)/$(KERNEL_FILE_NAME).dSYM/$(DSYMDWARFDIR)/$(KERNEL_FILE_NAME) $(DSTROOT)/$(INSTALL_KERNEL… 504 $(SYMROOT)/$(KERNEL_FILE_NAME) \ 509 $(SYMROOT)/$(KERNEL_FILE_NAME).dSYM/$(DSYMINFODIR)/Info.plist \ 510 $(SYMROOT)/$(KERNEL_FILE_NAME).dSYM/$(DSYMLLDBMACROSDIR)/lldbmacros \ 511 $(SYMROOT)/$(KERNEL_FILE_NAME).dSYM/$(DSYMLLDBMACROSDIR)/$(KERNEL_LLDBBOOTSTRAP_NAME) \ [all …]
|
| H A D | MakeInc.san | 49 # Generate rule to build System.kext plugin in SYMROOT
|
| H A D | MakeInc.top | 267 # This will be used to populate System.kext variants in SYMROOT / DSTROOT. 392 # invalidate current kernel in $(SYMROOT). Timestamp must be +1 from a previous kernel build 604 # Tell the next build the latest timestamp of any potential file in DSTROOT/SYMROOT 648 # Tell the next build the latest timestamp of any potential file in DSTROOT/SYMROOT 690 CLEAN_RM_DIRS= $(OBJROOT) $(SYMROOT) $(DSTROOT) \
|
| H A D | MakeInc.def | 1192 SYMROOT_SYSTEM_KEXT_PATH = $(addprefix $(SYMROOT),/System.kext/PlugIns)
|
| /xnu-10002.81.5/config/ |
| H A D | Makefile | 93 SYMROOT_INSTALL_KEXT_PLISTS += $$(SYMROOT)/$(1) 165 $(SYMROOT_INSTALL_KEXT_PLISTS): $(SYMROOT)/% : $(TARGET)/% 170 $(DSTROOT_INSTALL_KEXT_PLISTS): $(INSTALL_KEXT_DIR)/% : $(SYMROOT)/%
|
| /xnu-10002.81.5/ |
| H A D | Makefile | 17 ifndef SYMROOT 18 export SYMROOT = $(SRCROOT)/BUILD/sym macro
|