Make

From FVue
Jump to: navigation, search

Gnu autoconf, automake

                +---------+     ----------      ------------
                | aclocal +-->--aclocal.m4      configure.in  
                +---------+     -----+----      ------+-----
                                     v                v
                                     |          +-----+----+
                                     +----->----+ autoconf |
                                                +-----+----+
                                                      v
-----------    +----------+     -----------     +-----+-----+     --------  
Makefile.am-->-+ automake +-->--Makefile.in-->--+ configure +-->--Makefile  
-----------    +----------+     -----------     +-----------+     ----+---  
                                                                      |
                                                                  +---+--+
                                                                  | make |
                                                                  +------+

Typical commands to run:

aclocal
autoconf
automake --add-missing
./configure
make

Comments

blog comments powered by Disqus