summaryrefslogtreecommitdiff
path: root/morphlib/buildsystem.py
Commit message (Expand)AuthorAgeFilesLines
* buildsystem: Generate a Morphology not textAdam Coldrick2014-08-141-11/+8
* Add detection for cmake and qmake build systemsRichard Dale2013-05-291-0/+57
* Fix copyright yearsSam Thursfield2013-03-071-1/+1
* Add pre- and post-commands for chunksLars Wirzenius2013-02-191-0/+12
* Revert "Merge remote-tracking branch 'origin/jonathanmaw/autotools-sysconfdir'"water-bombSam Thursfield2012-11-131-1/+1
* Set sysconfdir to /etc when morph builds an autotools projectJonathan Maw2012-11-081-1/+1
* Refactor build system code for easier testingSam Thursfield2012-08-241-13/+10
* Use git ls-tree to autodetect build systemSam Thursfield2012-08-241-1/+3
* Add support for autogen in addition to autogen.shLars Wirzenius2012-08-081-1/+3
* python scripts: pep8ize codebaseRichard Maw2012-08-011-34/+33
* Merge remote branch 'origin/samthursfield/avoid-double-configure'Lars Wirzenius2012-07-181-0/+1
|\
| * Avoid running configure twice on Autotools projectsSam Thursfield2012-07-181-1/+1
|/
* 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