Lines Matching refs:that
35 Makefiles for the ON consolidation. It assumes that you're comfortable with
67 provided Makefiles that yours must include; the examples provided throughout
82 This contains macro overrides for libraries that install into /lib
137 POFILE macro to be the name of your catalog, and specify that the _msg target
157 Note that this example doesn't use grep to find message files, since that can
169 that case, you can use the BUILDPO.pofiles macro as explained below.
172 that include shell scripts, use the BUILDPO.pofiles macro:
206 parent Makefile and that merged file will be installed into the proto area
210 When using any of these targets, keep in mind that other macros, like
221 Note that if your library is also built 64-bit, then you should
226 so that SUBDIRS contains $(MACH64) if and only if you're compiling
236 3. Providing a collection of conditional assignments that set TARGET
251 The `all' target must be listed first so that make uses it as the
289 definitions that are the same on all ISAs. However, for reasons of
303 2. A list of macros that must be defined prior to the inclusion of
309 3. A list of macros that need not be defined prior to the inclusion
325 are never installed in the proto area. Note that the LIBS macro
326 (described below) controls the types of libraries that are built
329 If you are building a loadable module (i.e., a shared object that
354 `$(DYNLIB) $(LINTLIB)' so that a dynamic library and lint library
357 that are never linked at compile-time.
390 than SRCDIR are needed. Keep in mind that SRCS should be set to a
397 guarantee that programs that link against your library will be able
406 to build your library; minimally "-lc". Note that this should
407 *never* be set, since that will inadvertently clear the library
422 convention. If you have supplemental ISA-dependent mapfiles that
430 Appended with any flags that need to be passed to the C
439 Appended with any flags that need to be passed to the C compiler.
440 Minimally, append `$(CCVERBOSE)'. Keep in mind that you should
445 Appended with any flags that need to be passed to the C compiler
465 Appended with any flags that need to be passed to lint when
471 Appended with any flags that need to be passed to lint when
495 used to build the lint library (using LINTLIB), but that usage is
507 these directives go together. Note that Makefile.rootfs is included to
546 Note that for libinetutil, not all of the object files come from SRCDIR. To
550 sources in COMDIR; the rule uses COMPILE.c and POST_PROCESS_O so that any
558 rules that cannot be expressed in an ISA-independent way. Usually, the only
589 Observe that there is no .KEEP_STATE directive in these Makefiles, since all
591 .KEEP_STATE directive. Also, note that the 64-bit Makefiles also include
593 higher level Makefiles included by the common Makefile so that 64-bit
605 Filter libraries that have no source files will need to explicitly disable
622 Example of a simple 32-bit only library that obtains its sources
631 Example of a simple library that builds a message catalog.
643 Also an example of a Makefile hierarchy that supports the