~ruther/guix-local

ref: 208f7cd155abdf07ae4f858aeeb26892eb08df88 guix-local/Makefile.am -rw-r--r-- 2.1 KiB
208f7cd1 — Ludovic Courtès 13 years ago
Abstract build systems.

* 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.
73d96596 — Ludovic Courtès 13 years ago
build: Be cross-compilation-ready.

* Makefile.am (.scm.go): Pass `--target=$(host)'.

* configure.ac: Use `AC_CANONICAL_HOST'.
48e8333d — Ludovic Courtès 13 years ago
build: Provide the right include path when building modules.

* Makefile.am (.scm.go): Add missing `-L $(top_srcdir)'.
1273d44a — Ludovic Courtès 13 years ago
Build (guix) last.

* Makefile.am (MODULES): Move `guix.scm' last.
af51c820 — Ludovic Courtès 13 years ago
Add a build system.

* configure.ac, Makefile.am: New files.