Lines Matching refs:Makefile
32 Makefile and a collection of derived header files generated by the
71 9] To provide support for the incidental Makefile targets many developers
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
98 uts/Makefile
99 uts/sparc/Makefile
100 uts/sun4c/Makefile
101 uts/sun4c/svvs/Makefile
108 uts/Makefile.uts
111 uts/Makefile.targ
114 uts/common/Makefile.files
115 uts/sun/Makefile.files
116 uts/sparc/Makefile.files
117 uts/sun4c/Makefile.files
118 uts/sun4/Makefile.files
126 uts/common/Makefile.rules
127 uts/sun/Makefile.rules
128 uts/sparc/Makefile.rules
129 uts/sun4c/Makefile.rules
130 uts/sun4/Makefile.rules
133 directory containing the Makefile has a build rule in the file.
135 uts/sun4c/Makefile.sun4c
136 uts/sun4/Makefile.sun4
137 These Makefile contains the definitions specific (defaults) to
141 uts/sun4c/unix/Makefile
142 Main driving Makefile for building /unix.
144 uts/sun4c/MODULE/Makefile (for MODULE in arp, aoutexec, ...)
145 Main driving Makefile for building MODULE.kmod.
147 uts/sun4c/unix.static/Makefile
148 Main driving Makefile for building a static unix (for development
149 work only). This Makefile is known to NSE, but its targets are
188 Makefile in the uts/MACHINE directory by linting all the lint-libraries
242 1] Edit uts/*/Makefile.files to define the set of objects. By convention
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
266 3] In each build directory, create a Makefile. This can usually be
267 accomplished by copying a Makefile from a parallel directory and
277 installation directory name (see Makefile.uts)
281 Makefile (after the inclusion of Makefile.mach (i.e.: Makefile.sun4c)).
289 4] Edit the parent Makefile.mach (i.e.: Makefile.sun4c) to know about
304 2] Move the Makefile from the "implementation architecture" build
306 Edit this Makefile to reflect the change of parent (trivial:
309 3] Edit the "implementation architecture" directory Makefile (i.e.:
310 Makefile.sun4c) to *not* know about this module and edit the
311 "instruction set architecture" directory Makefile (i.e.:
312 Makefile.sparc) to know about it.