[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This chapter describes how to integrate the compiling and linking of
programs using libgimpprint with build scripts. Commonly used systems include
make
, but more commonly `Makefile' files are generated by using
tools such as autoconf
and automake
.
3.1 gimpprint-config
Getting the correct compiler and linker flags 3.2 make
Normal makefiles 3.3 autoconf
Macro to automatically check for libgimpprint 3.4 automake
Automatically defined variables to use