
16
3.3.1 Makefile Targets
The AMSO1100 package top-level
Makefile
supports the following targets:
all
:
Configures and builds AMSO1100 (default target).
config
:
Configures the AMSO1100 source tree for building. The result is a file
Config.mk
that contains various environment variables needed to build the product.
build
:
Builds AMSO1100 -- depends on
config
target.
install
:
Installs AMSO1100 -- depends on
build
target.
uninstall
:
Uninstalls AMSO1100 if it is installed.
clean
:
Deletes (cleans) the build objects from the source tree.
binary
:
This will put together a binary that can be put on other machines with identical setups.
The resulting file
ammasso1100.bin
can be executed on each identical system in
a cluster to install and configure the AMSO1100 package.