Lines Matching refs:targets
44 for building any ISA-independent targets, such as installing header
46 targets to ISA-specific Makefiles.
93 rules for building ISA-independent targets, but should defer the
94 building of all other targets to ISA-specific Makefiles. The
95 ISA-independent targets usually consist of:
112 Of course, other targets (such as `cstyle') are fine as well, as long as
115 The ROOTHDRS and CHECKHDRS targets are provided in lib/Makefile.lib to make
117 these targets, your Makefile must set the HDRS to the list of your library's
128 to bind the provided targets to the standard `install_h' and `check' rules.
207 When using any of these targets, keep in mind that other macros, like
211 As previously mentioned, you should defer all ISA-specific targets to your
243 4. Having the aforementioned targets depend on SUBDIRS:
288 (TARGETMACH is the same as MACH for 32-bit targets, and the same as MACH64
289 for 64-bit targets).
309 4. A list of targets.
454 The fourth section typically consists of the following targets:
469 Conspicuously absent from this section are the `clean' and `clobber' targets.
470 These targets are already provided by lib/Makefile.targ and thus should not