| /xnu-11215.41.3/ |
| H A D | Makefile | 67 default: install 69 Libsyscall_driverkit: install 73 installhdrs install:: target 83 installhdrs install:: do_unifdef_headers target 101 default: install 103 installhdrs install clean: target 115 default: install 117 installhdrs install clean: target 127 default: install 129 installhdrs install: target [all …]
|
| H A D | README.md | 58 To install the kernel into a DSTROOT, use the `install_kernels` target: 126 By default, a DWARF debug information repository is created during the install phase; this is a "bu… 226 to install it. The default locations where the header files are installed 273 install lists which are used by build system to install the header files. There 274 are two types of install lists: machine-dependent and machine-independent. 277 use a machine-dependent install list (e.g. `INSTALL_MD_LIST`). If your header 279 machine-independent install list (e.g. `INSTALL_MI_LIST`). 281 If the install list that you are interested does not exist, create it 282 by adding the appropriate file lists. The default install lists, its 344 for compilation only. Does not install anything into the SDK. [all …]
|
| /xnu-11215.41.3/libkern/kxld/ |
| H A D | Makefile | 137 install -c -m 644 $< $@ 142 install -c -m 644 $< $@ 153 install -o 0 -g 0 -c -m 444 $(HDRS) $(HDRDST) 155 install: release installhdrs $(LIBKXLDDST_$(PRODUCT_TYPE)) target 159 install -o 0 -g 0 -c -m 555 $< $@ 164 install -o 0 -g 0 -c -m 555 $< $@ 171 install -c -m 755 $(OBJROOT)/kextcopyright $@ 180 install -c -m 755 $(OBJROOT)/kxld_array_test $@ 187 install -c -m 755 $(OBJROOT)/kxld_dict_test $@ 195 install -c -m 755 $(OBJROOT)/copyrighttest $@
|
| /xnu-11215.41.3/tests/ |
| H A D | Makefile | 36 .DEFAULT_GOAL := install 126 install-sr_entitlement_helper: sr_entitlement_helper 148 install-corpse_backtrace2: ; 268 install-ipc/hardened_exceptions_entitled_debugger: ipc/hardened_exceptions_entitled_debugger 272 install-ipc/hardened_exceptions_entitled: ipc/hardened_exceptions_entitled 276 install-reply_port_defense_client: reply_port_defense_client 291 install-immovable_send_client: immovable_send_client 307 install-posix_spawnattr_set_crash_behavior_np_child: posix_spawnattr_set_crash_behavior_np_child 322 install-port_exhaustion_client: port_exhaustion_client 336 install-port_table_limits_client: port_table_limits_client [all …]
|
| /xnu-11215.41.3/libsyscall/xcodescripts/ |
| H A D | mach_install_mig.sh | 134 install $ASROOT -c -m 444 $SRC/servers/$hdr $SERVER_HEADER_DST 140 install $ASROOT -c -m 444 $SRC/mach/$hdr $MACH_HEADER_DST 146 install $ASROOT -c -m 444 $SRC/mach/$hdr $MACH_PRIVATE_HEADER_DST 162 install $ASROOT -c -m 444 $MIG_HEADER_OBJ/$MIG_NAME.h $MIG_HEADER_DST/$MIG_NAME.h
|
| /xnu-11215.41.3/tests/driverkit/ |
| H A D | Makefile | 6 .DEFAULT_GOAL := install 8 install: target
|
| /xnu-11215.41.3/tools/lldbmacros/tests/ |
| H A D | Makefile | 6 .DEFAULT_GOAL := install 20 install: target
|
| /xnu-11215.41.3/makedefs/ |
| H A D | MakeInc.top | 627 # Aggregate install targets, which install everything appropriate for the current build alias/make … 630 .PHONY: install 633 install: install_kernels 635 install: install_config install_kernels 637 install: installhdrs 639 install: installhdrs 643 install: installhdrs_desktop 645 install: installhdrs_desktop 651 install: installhdrs install_textfiles install_config install_kernels install_aliases 658 install_embedded install_release_embedded install_desktop install_release_desktop: install [all …]
|
| H A D | MakeInc.rule | 66 # $(1) is the list of install paths 102 # $(1) is the list of install paths 140 # $(1) is the install path 153 # Empty the install lists of non-host and non-exclave headers if building the
|
| H A D | MakeInc.def | 1117 # install flags for header files 1130 # only whitelisted headers install outside of the DriverKit Runtime hierarchy 1276 # mach_kernel install location 1281 # new OS X install location 1315 # System.kext pseudo-kext install location 1321 # System.kext PlugIns install location
|
| H A D | MakeInc.cmd | 305 # are trying to install the same target header
|
| H A D | MakeInc.kernel | 340 # has its install target run serially with respect to other primary
|
| /xnu-11215.41.3/libkern/zlib/ |
| H A D | README | 18 the top of Makefile. In short "make test; make install" should work for most 19 machines. For Unix: "./configure; make test; make install". For MSDOS, use one 82 installed before testing (do "make install" before "make test"), since the
|
| /xnu-11215.41.3/tools/tests/ |
| H A D | Makefile | 62 …stkext OBJROOT=$(OBJROOT)/testkext SDKROOT=$(SDKROOT) RC_ARCHS="$(subst i386,,$(RC_ARCHS))" install
|
| /xnu-11215.41.3/libkern/libkern/ |
| H A D | Makefile | 119 $(_v)install $(DATA_INSTALL_FLAGS) $< $@
|
| /xnu-11215.41.3/config/ |
| H A D | README.DEBUG-kernel.txt | 10 To install the DEBUG kernel, do:
|
| /xnu-11215.41.3/tools/tests/execperf/ |
| H A D | Makefile | 89 install -m 755 $< $@
|
| /xnu-11215.41.3/doc/debugging/ |
| H A D | debugging.md | 143 $ python3 -m pip install --user pylint flake8 206 $ python3 -m pip install --user coverage 263 $ python3 -m pip install gprof2dot 265 $ brew install graphviz
|
| H A D | macro_testing.md | 29 To run all tests (including LLDB based ones) a developer has to install
|
| /xnu-11215.41.3/osfmk/tests/ |
| H A D | README.md | 9 * Does not require complete install on device to run. Just kernelcache is enough.
|