6.1. Super Targets
-
There are several top targets available. In each one, you can specify several
targets to build.
-
A partial list is:
-
bin_PROGRAMS - programs that should be compiled and installed.
-
bin_SCRIPTS - programs that should be installed but not compiled
-
man_MANS - man pages that should be installed.
-
lib_LTLIBRARIES - Libraries that should be built using libtool.
-
noinst_PROGRAMS - Programs that should be compiled but not installed.
Written by Shlomi Fish