Lines Matching full:programs
18 bsd.compat.mk - definitions for building programs against compat ABIs
43 bsd.prog.mk - building programs from source files
44 bsd.progs.mk - build multiple programs from sources
48 bsd.test.mk - building test programs from source files
101 multiple programs in a single directory. It's a lot easier to split up
102 the programs than to deal with the problem. Most of the agony comes from
145 CFLAGS_NO_SIMD Add this to CFLAGS for programs that don't want any SIMD
188 since that's used to link programs as well, so linker
310 The include file <bsd.prog.mk> handles building programs from one or
468 The include file, <bsd.compat.mk>, allows programs (built with
631 The include file <bsd.test.mk> handles building one or more test programs
637 build the test programs.
639 runs the test programs with kyua test.
648 remove the test programs and any object files.
656 install the test programs and their data files; if the
666 ATF_TESTS_C The names of the ATF C test programs to build.
668 ATF_TESTS_CXX The names of the ATF C++ test programs to build.
670 ATF_TESTS_SH The names of the ATF sh test programs to build.
672 GTESTS The names of the GoogleTest test programs to build.
675 test programs defined in the Makefile. If 'yes', then a
678 subdirectories providing helper programs or data files
686 If defined, none of the built test programs get
692 PLAIN_TESTS_C The names of the plain (legacy) programs to build.
694 PLAIN_TESTS_CXX The names of the plain (legacy) test programs to build.
697 test programs to build.
699 PLAIN_TESTS_SH The names of the plain (legacy) test programs to build.
703 TAP-compliant test programs that are written in Perl.
706 TAP_TESTS_C The names of the TAP-compliant C test programs to build.
708 TAP_TESTS_CXX The names of the TAP-compliant C++ test programs to
711 TAP_TESTS_PERL The names of the TAP-compliant Perl test programs to
717 TAP_TESTS_SH The names of the TAP-compliant sh test programs to
735 The actual building of the test programs is performed by <bsd.prog.mk>.