Lines Matching +refs:cc +refs:include +refs:needs

2 This is the README file for the "include" files for the FreeBSD
10 There are two main types of make include files. One type is the generally
11 usable make include files, such as bsd.prog.mk and bsd.lib.mk. The other is
12 the internal make include files, such as bsd.files.mk and bsd.man.mk, which
13 can not/should not be used directly but are used by the other make include
14 files. In most cases it is only interesting to include bsd.prog.mk or
29 bsd.incs.mk - install of include files
31 bsd.init.mk - initialization for the make include files
67 include files. For more examples look at the makefiles in the FreeBSD
74 The files are like C-style #include files, and pretty much behave like
76 used instead of the hash mark, i.e. ".include <bsd.prog.mk>".
219 The include file <sys.mk> has the default rules for all makes, in the BSD
224 The include file <bsd.arch.inc.mk> includes other Makefiles for specific
225 architectures, if they exist. It will include the first of the following
231 The include file <bsd.man.mk> handles installing manual pages and their
265 The include file <bsd.man.mk> includes a file named "../Makefile.inc" if
270 The include file <bsd.own.mk> contains the owners, groups, etc. for both
314 The include file <bsd.prog.mk> handles building programs from one or
316 of suffixes, consistent with the current needs of the BSD tree.
436 defined, ${PROG_CXX}.cc.
447 The include file <bsd.prog.mk> includes the file named "../Makefile.inc"
448 if it exists, as well as the include file <bsd.man.mk>.
456 .include <bsd.prog.mk>
472 The include file, <bsd.compat.mk>, allows programs (built with
486 The include file, <bsd.snmpmod.mk>, handles building MIB modules for bsnmpd
488 limited number of suffixes, consistent with the current needs of the BSD
562 The include file <bsd.subdir.mk> contains the default targets for building
571 The include file <bsd.lib.mk> has support for building libraries. It has the
573 tags. It has a limited number of suffixes, consistent with the current needs of
628 The include file <bsd.lib.mk> includes the file named "../Makefile.inc"
629 if it exists, as well as the include file <bsd.man.mk>.
635 The include file <bsd.test.mk> handles building one or more test programs