summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2012-06-27Abstract build systems.Ludovic Courtès
* Makefile.am (MODULES): Add `guix/build-system.scm' and `guix/build-system/gnu.scm'. Remove `guix/gnu-build-system.scm'. * guix/build-system.scm: New file. * guix/gnu-build-system.scm: Rename to... * guix/build-system/gnu.scm: ... this. (gnu-build-system): New variable. * tests/builders.scm: Adjust `use-module' clauses. ("gnu-build-system"): New test.
2012-06-15build: Be cross-compilation-ready.Ludovic Courtès
* Makefile.am (.scm.go): Pass `--target=$(host)'. * configure.ac: Use `AC_CANONICAL_HOST'.
2012-06-15build: Provide the right include path when building modules.Ludovic Courtès
* Makefile.am (.scm.go): Add missing `-L $(top_srcdir)'.
2012-06-15Build (guix) last.Ludovic Courtès
* Makefile.am (MODULES): Move `guix.scm' last.
2012-06-13Add a build system.Ludovic Courtès
* configure.ac, Makefile.am: New files.