build: Require Guile >= 2.0.7.
[jackhill/guix/guix.git] / Makefile.am
CommitLineData
233e7676 1# GNU Guix --- Functional package management for GNU
d326767e 2# Copyright © 2012, 2013, 2014, 2015 Ludovic Courtès <ludo@gnu.org>
f2499672 3# Copyright © 2013 Andreas Enge <andreas@enge.fr>
af51c820 4#
233e7676 5# This file is part of GNU Guix.
af51c820 6#
233e7676 7# GNU Guix is free software; you can redistribute it and/or modify it
af51c820
LC
8# under the terms of the GNU General Public License as published by
9# the Free Software Foundation; either version 3 of the License, or (at
10# your option) any later version.
11#
233e7676 12# GNU Guix is distributed in the hope that it will be useful, but
af51c820
LC
13# WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU General Public License for more details.
16#
17# You should have received a copy of the GNU General Public License
233e7676 18# along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
af51c820 19
c52a5bf0 20bin_SCRIPTS = \
e49951eb 21 scripts/guix
14a1c319 22
58867ae7
MW
23nodist_noinst_SCRIPTS = \
24 pre-inst-env \
25 test-env
26
d516736c
LC
27include gnu-system.am
28
af51c820 29MODULES = \
ddc29a78 30 guix/base32.scm \
e9c6c584 31 guix/base64.scm \
c0cd1b3e 32 guix/records.scm \
4862bc4a 33 guix/gcrypt.scm \
72626a71 34 guix/hash.scm \
3476ded9 35 guix/pk-crypto.scm \
8b420f74 36 guix/pki.scm \
73fbb904 37 guix/utils.scm \
d326767e 38 guix/sets.scm \
de1355f1 39 guix/download.scm \
9b5b5c17 40 guix/git-download.scm \
b860f382 41 guix/monads.scm \
b9b86078 42 guix/monad-repl.scm \
21b679f6 43 guix/gexp.scm \
cc4ecc2d 44 guix/profiles.scm \
0f41c26f
LC
45 guix/serialization.scm \
46 guix/nar.scm \
af51c820 47 guix/derivations.scm \
22189ed1 48 guix/gnu-maintenance.scm \
838d78e3 49 guix/licenses.scm \
208f7cd1 50 guix/build-system.scm \
c6bded8a 51 guix/build-system/cmake.scm \
be3425e5 52 guix/build-system/glib-or-gtk.scm \
208f7cd1 53 guix/build-system/gnu.scm \
ce6fc7d6 54 guix/build-system/haskell.scm \
08fd1ebe 55 guix/build-system/perl.scm \
40506d5d 56 guix/build-system/python.scm \
a677c726 57 guix/build-system/waf.scm \
c08f9818 58 guix/build-system/ruby.scm \
be13fbfa 59 guix/build-system/trivial.scm \
457dd86d 60 guix/ftp-client.scm \
3b8258c5 61 guix/http-client.scm \
0fdd3bea 62 guix/gnupg.scm \
d5d16686 63 guix/elf.scm \
af51c820 64 guix/store.scm \
89328d24 65 guix/cvs-download.scm \
b3acf365 66 guix/svn-download.scm \
073c34d7 67 guix/ui.scm \
62cab99c 68 guix/build/download.scm \
c6bded8a 69 guix/build/cmake-build-system.scm \
9b5b5c17 70 guix/build/git.scm \
be3425e5 71 guix/build/glib-or-gtk-build-system.scm \
af51c820 72 guix/build/gnu-build-system.scm \
fe12c345 73 guix/build/gnu-dist.scm \
08fd1ebe 74 guix/build/perl-build-system.scm \
40506d5d 75 guix/build/python-build-system.scm \
c08f9818 76 guix/build/ruby-build-system.scm \
a677c726 77 guix/build/waf-build-system.scm \
9fd6c2ba 78 guix/build/haskell-build-system.scm \
6fd1a796 79 guix/build/store-copy.scm \
1273d44a 80 guix/build/utils.scm \
c8c88afa 81 guix/build/union.scm \
611adb1e 82 guix/build/profiles.scm \
3dbeecd2 83 guix/build/pull.scm \
3309e3a1 84 guix/build/rpath.scm \
89328d24 85 guix/build/cvs.scm \
b3acf365 86 guix/build/svn.scm \
29fa45f4 87 guix/build/syscalls.scm \
15aa2c38 88 guix/build/gremlin.scm \
75f3b1a1 89 guix/build/emacs-utils.scm \
fb59e275 90 guix/build/graft.scm \
e89431bf 91 guix/search-paths.scm \
e3ce5d70 92 guix/packages.scm \
1b3e9685 93 guix/import/utils.scm \
7047133f 94 guix/import/gnu.scm \
1b3e9685 95 guix/import/snix.scm \
de1355f1
LC
96 guix/scripts/download.scm \
97 guix/scripts/build.scm \
760c60d6 98 guix/scripts/archive.scm \
de1355f1
LC
99 guix/scripts/import.scm \
100 guix/scripts/package.scm \
101 guix/scripts/gc.scm \
102 guix/scripts/hash.scm \
103 guix/scripts/pull.scm \
2c74fde0 104 guix/scripts/substitute.scm \
526382ff 105 guix/scripts/authenticate.scm \
de1355f1 106 guix/scripts/refresh.scm \
523e4896 107 guix/scripts/system.scm \
b4f5e0e8 108 guix/scripts/lint.scm \
7047133f 109 guix/scripts/import/gnu.scm \
1b3e9685 110 guix/scripts/import/nix.scm \
372c4bbc 111 guix/scripts/environment.scm \
aff8ce7c 112 guix/scripts/publish.scm \
e3ce5d70 113 guix.scm \
d516736c 114 $(GNU_SYSTEM_MODULES)
af51c820 115
49e6291a
LC
116if BUILD_DAEMON_OFFLOAD
117
118MODULES += \
119 guix/scripts/offload.scm
120
121endif BUILD_DAEMON_OFFLOAD
122
c1bc358f 123# Internal module with test suite support.
02754a5e 124dist_noinst_DATA = guix/tests.scm
c1bc358f 125
855a8ad7
LC
126# Because of the autoload hack in (guix build download), we must build it
127# first to avoid errors on systems where (gnutls) is unavailable.
128guix/scripts/download.go: guix/build/download.go
de1355f1 129guix/download.go: guix/build/download.go
c44899a2 130
a94546ec
LC
131# Linux-Libre configurations.
132KCONFIGS = \
133 gnu/packages/linux-libre-i686.conf \
134 gnu/packages/linux-libre-x86_64.conf
1959fb04 135
ebc32b31
LC
136# Templates, examples.
137EXAMPLES = \
36ffaca2
LC
138 gnu/system/examples/bare-bones.tmpl \
139 gnu/system/examples/desktop.tmpl
ebc32b31 140
c1bc358f 141GOBJECTS = $(MODULES:%.scm=%.go) guix/config.go guix/tests.go
af51c820 142
74574fd1
RW
143nobase_dist_guilemodule_DATA = \
144 $(MODULES) $(KCONFIGS) $(EXAMPLES) \
145 $(MISC_DISTRO_FILES)
1959fb04 146nobase_nodist_guilemodule_DATA = $(GOBJECTS) guix/config.scm
800cdeef 147
1959fb04
LC
148# Do we need to provide our own non-broken (srfi srfi-37) module?
149if INSTALL_SRFI_37
150
151nobase_nodist_guilemodule_DATA += srfi/srfi-37.scm
152GOBJECTS += srfi/srfi-37.go
153
154srfi/srfi-37.scm: srfi/srfi-37.scm.in
155 $(MKDIR_P) srfi
156 cp "$<" "$@"
157
158endif INSTALL_SRFI_37
ac5aa288 159
70a9c720
LC
160# Handy way to remove the .go files without removing all the rest.
161clean-go:
162 -$(RM) -f $(GOBJECTS)
163
af51c820 164
30dd8310 165SCM_TESTS = \
ddc29a78 166 tests/base32.scm \
e9c6c584 167 tests/base64.scm \
69927e78 168 tests/hash.scm \
3476ded9 169 tests/pk-crypto.scm \
8b420f74 170 tests/pki.scm \
d326767e 171 tests/sets.scm \
2c74fde0 172 tests/substitute.scm \
af51c820
LC
173 tests/builders.scm \
174 tests/derivations.scm \
299112d3 175 tests/ui.scm \
c0cd1b3e 176 tests/records.scm \
e3ce5d70 177 tests/utils.scm \
b0e0d0e9 178 tests/build-utils.scm \
c8c88afa 179 tests/packages.scm \
10226c05 180 tests/snix.scm \
3259877d 181 tests/store.scm \
b860f382 182 tests/monads.scm \
21b679f6 183 tests/gexp.scm \
53c63ee9 184 tests/nar.scm \
a2078770 185 tests/union.scm \
29fa45f4 186 tests/profiles.scm \
b4f5e0e8 187 tests/syscalls.scm \
15aa2c38 188 tests/gremlin.scm \
aff8ce7c
DT
189 tests/lint.scm \
190 tests/publish.scm
30dd8310 191
1b3e9685
DT
192if HAVE_GUILE_JSON
193
85054932 194MODULES += \
1ff2619b 195 guix/import/json.scm \
85054932 196 guix/import/pypi.scm \
d45dc6da
EB
197 guix/scripts/import/pypi.scm \
198 guix/import/cpan.scm \
199 guix/scripts/import/cpan.scm
85054932 200
d45dc6da
EB
201SCM_TESTS += \
202 tests/pypi.scm \
203 tests/cpan.scm
1b3e9685
DT
204
205endif
206
30dd8310 207SH_TESTS = \
0afdc485 208 tests/guix-build.sh \
37d19403 209 tests/guix-download.sh \
fe8ff028 210 tests/guix-gc.sh \
ccbce848 211 tests/guix-hash.sh \
0820098d 212 tests/guix-package.sh \
57b86237 213 tests/guix-package-net.sh \
c1202fb1 214 tests/guix-system.sh \
760c60d6 215 tests/guix-archive.sh \
dd7c013d
CR
216 tests/guix-authenticate.sh \
217 tests/guix-lint.sh
af51c820 218
a7a4e6a4
LC
219if BUILD_DAEMON
220
221SH_TESTS += tests/guix-register.sh
222
223endif BUILD_DAEMON
224
225
30dd8310
LC
226TESTS = $(SCM_TESTS) $(SH_TESTS)
227
97298ffa
LC
228TEST_EXTENSIONS = .scm .sh
229
352ec143
LC
230AM_TESTS_ENVIRONMENT = abs_top_srcdir="$(abs_top_srcdir)"
231
69cfce50 232SCM_LOG_COMPILER = $(top_builddir)/test-env $(GUILE)
97298ffa
LC
233AM_SCM_LOG_FLAGS = --no-auto-compile -L "$(top_srcdir)"
234
69cfce50 235SH_LOG_COMPILER = $(top_builddir)/test-env $(SHELL)
97298ffa 236AM_SH_LOG_FLAGS = -x -e
af51c820 237
3a33730a
LC
238# Make sure `tests/guix-gc.sh' runs last, after all the others. Otherwise it
239# could end up removing files from the store while they are being used by
240# other instances of the daemon.
241tests/guix-gc.log: \
242 $(patsubst %.sh,%.log,$(filter-out tests/guix-gc.sh,$(SH_TESTS))) \
243 $(SCM_TESTS:%.scm=%.log)
244
bf59c06d 245# Public key used to sign substitutes from hydra.gnu.org.
6c110833 246dist_pkgdata_DATA = hydra.gnu.org.pub
3a33730a 247
ee3e157d
LC
248# Bash completion file.
249dist_bashcompletion_DATA = etc/completion/bash/guix
250
81f61c17
LC
251EXTRA_DIST = \
252 HACKING \
253 ROADMAP \
254 TODO \
255 .dir-locals.el \
f81ac34d 256 build-aux/build-self.scm \
81f61c17
LC
257 build-aux/hydra/gnu-system.scm \
258 build-aux/hydra/demo-os.scm \
259 build-aux/hydra/guix.scm \
260 build-aux/check-available-binaries.scm \
261 build-aux/check-final-inputs-self-contained.scm \
262 build-aux/download.scm \
263 build-aux/list-packages.scm \
8bc35f85 264 build-aux/make-binary-tarball.scm \
81f61c17
LC
265 srfi/srfi-37.scm.in \
266 srfi/srfi-64.scm \
267 srfi/srfi-64.upstream.scm \
268 tests/test.drv \
269 tests/signing-key.pub \
270 tests/signing-key.sec \
271 build-aux/config.rpath \
272 bootstrap \
273 release.nix \
ed795c06 274 $(TESTS)
d7672884 275
49e6291a
LC
276if !BUILD_DAEMON_OFFLOAD
277
278EXTRA_DIST += \
279 guix/scripts/offload.scm
280
281endif !BUILD_DAEMON_OFFLOAD
282
283
30dd8310
LC
284CLEANFILES = \
285 $(GOBJECTS) \
9bff16b3 286 $(SCM_TESTS:tests/%.scm=%.log)
af51c820 287
dab5d51b
LC
288AM_V_GUILEC = $(AM_V_GUILEC_$(V))
289AM_V_GUILEC_ = $(AM_V_GUILEC_$(AM_DEFAULT_VERBOSITY))
290AM_V_GUILEC_0 = @echo " GUILEC" $@;
291
28561d85
LC
292# Unset 'GUILE_LOAD_COMPILED_PATH' altogether while compiling. Otherwise, if
293# $GUILE_LOAD_COMPILED_PATH contains $(moduledir), we may find .go files in
294# there that are newer than the local .scm files (for instance because the
295# user ran 'make install' recently). When that happens, we end up loading
296# those previously-installed .go files, which may be stale, thereby breaking
297# the whole thing.
298#
a69b7ad2
LC
299# XXX: Use the C locale for when Guile lacks
300# <http://git.sv.gnu.org/cgit/guile.git/commit/?h=stable-2.0&id=e2c6bf3866d1186c60bacfbd4fe5037087ee5e3f>.
af51c820 301.scm.go:
dab5d51b 302 $(AM_V_GUILEC)$(MKDIR_P) `dirname "$@"` ; \
28561d85 303 unset GUILE_LOAD_COMPILED_PATH ; \
a69b7ad2 304 LC_ALL=C \
671d8f5e
LC
305 $(top_builddir)/pre-inst-env \
306 $(GUILD) compile -L "$(top_builddir)" -L "$(top_srcdir)" \
307 -Wformat -Wunbound-variable -Warity-mismatch \
308 --target="$(host)" \
af51c820
LC
309 -o "$@" "$<"
310
311SUFFIXES = .go
312
313# Make sure source files are installed first, so that the mtime of
314# installed compiled files is greater than that of installed source
315# files. See
316# <http://lists.gnu.org/archive/html/guile-devel/2010-07/msg00125.html>
317# for details.
318guix_install_go_files = install-nobase_nodist_guilemoduleDATA
319$(guix_install_go_files): install-nobase_dist_guilemoduleDATA
f68b0893 320
6005bd07
LC
321# The above trick doesn't work for 'config.go' because both 'config.scm' and
322# 'config.go' are listed in $(nobase_nodist_guilemodule_DATA). Thus, give it
323# special treatment.
324install-data-hook: set-bootstrap-executable-permissions
325 touch "$(DESTDIR)$(guilemoduledir)/guix/config.go"
326
327
ee764179 328SUBDIRS = po/guix po/packages
931c132a 329BUILT_SOURCES =
a9424c08
LC
330
331include doc.am
568717fd 332
c2033df4
LC
333if BUILD_DAEMON
334
335include daemon.am
336
337endif BUILD_DAEMON
338
f68b0893 339ACLOCAL_AMFLAGS = -I m4
e76bdf8b 340AM_DISTCHECK_CONFIGURE_FLAGS = \
d388c2c4 341 --with-libgcrypt-prefix="$(LIBGCRYPT_PREFIX)" \
14af289e 342 --with-libgcrypt-libdir="$(LIBGCRYPT_LIBDIR)" \
aca54b39
LC
343 --with-nix-prefix="$(NIX_PREFIX)" \
344 --enable-daemon
0e993428 345
457f60fa
AK
346dist_emacsui_DATA = emacs/guix-main.scm
347nodist_emacsui_DATA = emacs/guix-helper.scm
348include emacs.am
349
9d3fb6c7
LC
350# The self-contained tarball.
351guix-binary.%.tar.xz:
352 -GUIX_PACKAGE_PATH= \
353 $(top_builddir)/pre-inst-env "$(GUILE)" \
354 "$(top_srcdir)/build-aux/make-binary-tarball.scm" "$*" "$@"
355
356
668d48a6 357dist-hook: sync-descriptions gen-ChangeLog assert-no-store-file-names
81f61c17 358distcheck-hook: assert-binaries-available assert-final-inputs-self-contained
e793178a 359
668d48a6 360sync-descriptions:
36c45230
LC
361 -GUIX_PACKAGE_PATH= \
362 $(top_builddir)/pre-inst-env guix lint --checkers=gnu-description
e793178a
LC
363
364gen-ChangeLog:
365 if test -d .git; then \
366 $(top_srcdir)/build-aux/gitlog-to-changelog \
367 > $(distdir)/cl-t; \
368 rm -f $(distdir)/ChangeLog; \
369 mv $(distdir)/cl-t $(distdir)/ChangeLog; \
370 fi
371
834129e0 372# Make sure we're not shipping a file that embeds a local /gnu/store file name.
a463ffd9
LC
373assert-no-store-file-names:
374 if grep -r --exclude=*.texi --exclude=*.info \
375 "$(storedir)/[a-z0-9]{32}-" $(distdir) ; \
376 then \
377 echo "error: store file names embedded in the distribution" >&2 ; \
378 exit 1 ; \
379 fi
380
56fbf262
LC
381# Make sure hydra.gnu.org has the important binaries.
382assert-binaries-available:
383 $(top_builddir)/pre-inst-env "$(GUILE)" \
384 "$(top_srcdir)/build-aux/check-available-binaries.scm"
385
81f61c17
LC
386# Make sure the final inputs don't refer to bootstrap tools.
387assert-final-inputs-self-contained:
388 $(top_builddir)/pre-inst-env "$(GUILE)" \
389 "$(top_srcdir)/build-aux/check-final-inputs-self-contained.scm"
390
70a9c720 391.PHONY: sync-descriptions gen-ChangeLog clean-go
56fbf262 392.PHONY: assert-no-store-file-names assert-binaries-available
81f61c17 393.PHONY: assert-final-inputs-self-contained