aboutsummaryrefslogtreecommitdiff
path: root/build/meta/automake
AgeCommit message (Collapse)AuthorFilesLines
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-09-08Support for VC++ solutions and tests, other improvementsBoris Kolpackov1-1/+2
2010-08-26Add meta-build subsystemBoris Kolpackov1-0/+64
Meta-build is used to create (or, more precisely, maintain) other build systems. The idea is to create templates for other build systems (automake, VC++ projects) which are then processed by meta-build to fill in the details such as files to compile, etc. The template system is built on top of GNU m4. Currently supported build systems are autoconf, automake, VC++ 9, and VC++ 10.