Home
last modified time | relevance | path

Searched refs:install (Results 1 – 18 of 18) sorted by relevance

/xnu-8020.121.3/
H A DMakefile67 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 DREADME.md105 By default, a DWARF debug information repository is created during the install phase; this is a "bu…
173 How to install a new header file from XNU
176 To install IOKit headers, see additional comments in [iokit/IOKit/Makefile]().
198 to install it. The default locations where the header files are installed
234 install lists which are used by build system to install the header files. There
235 are two types of install lists: machine-dependent and machine-independent.
238 use a machine-dependent install list (e.g. `INSTALL_MD_LIST`). If your header
240 machine-independent install list (e.g. `INSTALL_MI_LIST`).
242 If the install list that you are interested does not exist, create it
243 by adding the appropriate file lists. The default install lists, its
[all …]
/xnu-8020.121.3/libkern/kxld/
H A DMakefile139 install -c -m 644 $< $@
144 install -c -m 644 $< $@
155 install -o 0 -g 0 -c -m 444 $(HDRS) $(HDRDST)
157 install: release installhdrs $(LIBKXLDDST_$(PRODUCT_TYPE)) target
161 install -o 0 -g 0 -c -m 555 $< $@
166 install -o 0 -g 0 -c -m 555 $< $@
173 install -c -m 755 $(OBJROOT)/kextcopyright $@
182 install -c -m 755 $(OBJROOT)/kxld_array_test $@
189 install -c -m 755 $(OBJROOT)/kxld_dict_test $@
197 install -c -m 755 $(OBJROOT)/copyrighttest $@
/xnu-8020.121.3/tests/
H A DMakefile22 .DEFAULT_GOAL := install
77 install-sr_entitlement_helper: sr_entitlement_helper
106 install-immovable_send_client: immovable_send_client
116 install-port_exhaustion_client: port_exhaustion_client
130 install-port_table_limits_client: port_table_limits_client
143 install-fd_table_limits_client: fd_table_limits_client
151 install-vm_spawn_tool: vm_spawn_tool
167 install-imm_pinned_control_port_crasher: imm_pinned_control_port_crasher
230 install-stackshot_translated_child: stackshot_translated_child
252 install-text_corruption_helper: text_corruption_helper
[all …]
/xnu-8020.121.3/libsyscall/xcodescripts/
H A Dmach_install_mig.sh135 install $ASROOT -c -m 444 $SRC/servers/$hdr $SERVER_HEADER_DST
141 install $ASROOT -c -m 444 $SRC/mach/$hdr $MACH_HEADER_DST
147 install $ASROOT -c -m 444 $SRC/mach/$hdr $MACH_PRIVATE_HEADER_DST
163 install $ASROOT -c -m 444 $MIG_HEADER_OBJ/$MIG_NAME.h $MIG_HEADER_DST/$MIG_NAME.h
/xnu-8020.121.3/tests/driverkit/
H A DMakefile6 .DEFAULT_GOAL := install
8 install: target
/xnu-8020.121.3/makedefs/
H A DMakeInc.top633 # Aggregate install targets, which install everything appropriate for the current build alias/make …
636 .PHONY: install
639 install: install_kernels
641 install: install_config install_kernels
643 install: installhdrs
645 install: installhdrs
649 install: installhdrs_desktop
652 install: installhdrs install_textfiles install_config install_kernels install_aliases
658 install_embedded install_release_embedded install_desktop: install
660 # These special configs only install the kernel files
H A DMakeInc.rule55 # $(1) is the list of install paths
91 # $(1) is the list of install paths
129 # $(1) is the install path
142 # Empty the install lists of non-host headers if building the host headers alias
H A DMakeInc.def998 # install flags for header files
1011 # only whitelisted headers install outside of the DriverKit Runtime hierarchy
1124 # mach_kernel install location
1129 # new OS X install location
1163 # System.kext pseudo-kext install location
1168 # System.kext PlugIns install location
H A DMakeInc.cmd262 # are trying to install the same target header
H A DMakeInc.kernel269 # has its install target run serially with respect to other primary
/xnu-8020.121.3/libkern/zlib/
H A DREADME18 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-8020.121.3/config/
H A DREADME.DEBUG-kernel.txt10 To install the DEBUG kernel, do:
/xnu-8020.121.3/tools/tests/
H A DMakefile62 …stkext OBJROOT=$(OBJROOT)/testkext SDKROOT=$(SDKROOT) RC_ARCHS="$(subst i386,,$(RC_ARCHS))" install
/xnu-8020.121.3/libkern/libkern/
H A DMakefile120 $(_v)install $(DATA_INSTALL_FLAGS) $< $@
/xnu-8020.121.3/tools/tests/execperf/
H A DMakefile90 install -m 755 $< $@
/xnu-8020.121.3/doc/
H A Ddebugging.md254 $ pip install --user pylint flake8
257 $ pip install --user pylint flake8
326 $ pip install --user coverage
327 $ pip3 install --user coverage
/xnu-8020.121.3/osfmk/tests/
H A DREADME.md9 * Does not require complete install on device to run. Just kernelcache is enough.