Programming

automake 과정

쿨한넘 2013. 6. 21. 16:27




prerequisite*            command                     product
-------------           ---------                   ---------

configure.ac* ----------> aclocal
                            |
                            |
                         autoconf -----------------> configure
                            |
                            |
Makefile.am* -------->  "automake --add-missing --foreign --copy"
                            |
                            |
----------------------------+-----------------------------------
                            |
                        configure -----------------> Makefile
                            |
                            |
                           make