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
141 CFLAGS_NO_SIMD Add this to CFLAGS for programs that don't want any SIMD
259 The include file <bsd.prog.mk> handles building programs from one or
350 since that's used to link programs as well, so loader
467 The include file, <bsd.compat.mk>, allows programs (built with
639 The include file <bsd.test.mk> handles building one or more test programs
645 build the test programs.
647 runs the test programs with kyua test.
656 remove the test programs and any object files.
664 install the test programs and their data files; if the
674 ATF_TESTS_C The names of the ATF C test programs to build.
676 ATF_TESTS_CXX The names of the ATF C++ test programs to build.
678 ATF_TESTS_SH The names of the ATF sh test programs to build.
680 GTESTS The names of the GoogleTest test programs to build.
683 test programs defined in the Makefile. If 'yes', then a
686 subdirectories providing helper programs or data files
694 If defined, none of the built test programs get
700 PLAIN_TESTS_C The names of the plain (legacy) programs to build.
702 PLAIN_TESTS_CXX The names of the plain (legacy) test programs to build.
705 test programs to build.
707 PLAIN_TESTS_SH The names of the plain (legacy) test programs to build.
711 TAP-compliant test programs that are written in Perl.
714 TAP_TESTS_C The names of the TAP-compliant C test programs to build.
716 TAP_TESTS_CXX The names of the TAP-compliant C++ test programs to
719 TAP_TESTS_PERL The names of the TAP-compliant Perl test programs to
725 TAP_TESTS_SH The names of the TAP-compliant sh test programs to
743 The actual building of the test programs is performed by <bsd.prog.mk>.