summaryrefslogtreecommitdiff
path: root/morphlib/buildsystem.py
Commit message (Expand)AuthorAgeFilesLines
* CPANBuildSystem: split command into linesRichard Maw2012-04-251-1/+7
* CPANBuildSystem: install into perl dirs insteadRichard Maw2012-04-251-1/+1
* CPANBuildSystem: install to standard pathsRichard Maw2012-04-241-1/+1
* CPANBuildSystem: use $PREFIXRichard Maw2012-04-231-1/+1
* CPANBuildSystem: use destdirRichard Maw2012-04-231-1/+1
* buildsystem: rename Perl build system to CPANRichard Maw2012-04-231-4/+4
* buildsystem.py: Add support for generic Perl build systemJavier Jardón2012-04-231-0/+28
* PythonDistutilsBuildSystem: set --prefixRichard Maw2012-04-231-1/+1
* buildsystem.py: autotools project can only have a 'configure' fileJavier Jardón2012-04-181-0/+1
* Add an auto-detected 'python-distutils' build system.Jannis Pohlmann2012-04-171-1/+28
* Make build system autodetection use an file existence function passed inLars Wirzenius2012-03-301-9/+14
* Change detect_build_system to not default to manualLars Wirzenius2012-03-301-4/+2
* Make build system class return artificial text for missing morphologyLars Wirzenius2012-03-301-0/+14
* Add indexing access to the various commands in build systemsLars Wirzenius2012-03-301-0/+4
* Improve error message for unknown build system nameLars Wirzenius2012-03-301-1/+2
* Add the build commands for autotoolsLars Wirzenius2012-03-301-0/+15
* Add a dummy build systemLars Wirzenius2012-03-301-0/+16
* Add looking up of build systems by nameLars Wirzenius2012-03-301-4/+24
* Add default (empty) command lists for build systemsLars Wirzenius2012-03-301-1/+7
* Add autodetection for autotools, and a factory functionLars Wirzenius2012-03-301-0/+33
* STart a build system abstraction with autodetectionLars Wirzenius2012-03-301-0/+46