freebsd-nq/share/mk
Dimitry Andric b294993d63 To avoid having to explicitly test COMPILER_TYPE for setting
clang-specific or gcc-specific flags, introduce the following new
variables for use in Makefiles:

CFLAGS.clang
CFLAGS.gcc
CXXFLAGS.clang
CXXFLAGS.gcc

In bsd.sys.mk, these get appended to the regular CFLAGS or CXXFLAGS for
the right compiler.

MFC after:	1 week
2013-12-22 17:51:33 +00:00
..
atf.test.mk Remove registration of C++ test programs into PROGS. 2013-11-18 12:44:05 +00:00
bsd.arch.inc.mk
bsd.compiler.mk
bsd.cpu.mk
bsd.crunchgen.mk
bsd.dep.mk
bsd.doc.mk
bsd.dtrace.mk
bsd.endian.mk
bsd.files.mk
bsd.incs.mk
bsd.info.mk
bsd.init.mk
bsd.kmod.mk
bsd.lib.mk
bsd.libnames.mk Please welcome casperd daemon. It (and its services) will be responsible for 2013-12-02 08:21:28 +00:00
bsd.links.mk
bsd.man.mk
bsd.nls.mk
bsd.obj.mk
bsd.own.mk Require a C++11 compiler to build LLDB 2013-12-17 18:30:37 +00:00
bsd.pkg.mk
bsd.port.mk
bsd.port.options.mk
bsd.port.post.mk
bsd.port.pre.mk
bsd.port.subdir.mk
bsd.prog.mk
bsd.progs.mk Make bsd.progs.mk work in directories with SCRIPTS but no PROGS. 2013-12-11 03:41:07 +00:00
bsd.README
bsd.snmpmod.mk
bsd.subdir.mk
bsd.symver.mk
bsd.sys.mk To avoid having to explicitly test COMPILER_TYPE for setting 2013-12-22 17:51:33 +00:00
bsd.test.mk
Makefile Add tap.test.mk. 2013-12-11 03:39:50 +00:00
plain.test.mk Generate plain sh test programs from a source file. 2013-11-25 13:30:06 +00:00
sys.mk
tap.test.mk Add tap.test.mk. 2013-12-11 03:39:50 +00:00
version_gen.awk