Lines Matching refs:in

6 # You may not use this file except in compliance with the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
54 can be made an integration criterion, in addition to being general
82 "Implementation architecture" independent modules are produced in
85 architecture" dependent modules are produced in individual directories
90 The driving Makefile for any module is located in the leaf directory
92 clobber' operation, the Makefile is the only file remaining in that
93 directory. Common definitions and rules are contained in suffixed
94 Makefiles in non-leaf directories which are included in the leaf
95 Makefiles. Non-suffixed Makefiles in non-leaf directories generally
103 made in subdirectories and invoke Makefiles in those sub-
132 in a multiple directory environment. Each source tree below the
133 directory containing the Makefile has a build rule in the file.
139 overridden in specific leaf node Makefiles if necessary.
144 uts/sun4c/MODULE/Makefile (for MODULE in arp, aoutexec, ...)
161 Issuing the command 'make' in the uts directory will cause all supported,
164 Issuing the command 'make' in a uts/ARCHITECTURE directory (i.e.: uts/sparc)
168 Issuing the command 'make' in a uts/MACHINE directory (i.e.: uts/sun4c)
172 Issuing the command 'make' in the uts/MACHINE/unix directory will cause the
175 Issuing the command 'make' in a uts/MACHINE/MODULE or a uts/ARCHITECTURE/MODULE
186 responsible for placing the a lint-library (llib-lMODULE) in the
188 Makefile in the uts/MACHINE directory by linting all the lint-libraries
191 Note that there is no equivalent to Locore.c in the current source base.
192 The C prototypes are in the .s files. As example:
244 MODULE is the module name (i.e.: namefs). The files in each subtree
245 should be defined in the Makefile.files in the root directory of that
251 Each source file needs a build rule in the corresponding Makefile.rules
260 2] Create build directories in the appropriate places. If the module
261 can be built in a machine independent way, this would be in the
268 editing the following lines (in addition to comments).