maint: 'authenticate' depends on a couple of .go files.
[jackhill/guix/guix.git] / Makefile.am
1 # GNU Guix --- Functional package management for GNU
2 # Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Ludovic Courtès <ludo@gnu.org>
3 # Copyright © 2013 Andreas Enge <andreas@enge.fr>
4 # Copyright © 2015, 2017 Alex Kost <alezost@gmail.com>
5 # Copyright © 2016, 2018 Mathieu Lirzin <mthl@gnu.org>
6 # Copyright © 2016, 2017, 2018, 2019 Mark H Weaver <mhw@netris.org>
7 # Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
8 # Copyright © 2017 Leo Famulari <leo@famulari.name>
9 # Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
10 # Copyright © 2017 Jan Nieuwenhuizen <janneke@gnu.org>
11 # Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>
12 # Copyright © 2018 Nikita <nikita@n0.is>
13 # Copyright © 2018 Julien Lepiller <julien@lepiller.eu>
14 # Copyright © 2018 Oleg Pykhalov <go.wigust@gmail.com>
15 # Copyright © 2018 Alex Vong <alexvong1995@gmail.com>
16 # Copyright © 2019 Efraim Flashner <efraim@flashner.co.il>
17 #
18 # This file is part of GNU Guix.
19 #
20 # GNU Guix is free software; you can redistribute it and/or modify it
21 # under the terms of the GNU General Public License as published by
22 # the Free Software Foundation; either version 3 of the License, or (at
23 # your option) any later version.
24 #
25 # GNU Guix is distributed in the hope that it will be useful, but
26 # WITHOUT ANY WARRANTY; without even the implied warranty of
27 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28 # GNU General Public License for more details.
29 #
30 # You should have received a copy of the GNU General Public License
31 # along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
32
33 MSGMERGE_UPDATE = @MSGMERGE@ --update
34
35 bin_SCRIPTS = scripts/guix
36
37 # Handle substitution of fully-expanded Autoconf variables.
38 do_subst = $(SED) \
39 -e 's,[@]GUILE[@],$(GUILE),g' \
40 -e 's,[@]guilemoduledir[@],$(guilemoduledir),g' \
41 -e 's,[@]guileobjectdir[@],$(guileobjectdir),g' \
42 -e 's,[@]localedir[@],$(localedir),g'
43
44 scripts/guix: scripts/guix.in Makefile
45 $(AM_V_at)rm -f $@ $@-t
46 $(AM_V_at)$(MKDIR_P) "$(@D)"
47 $(AM_V_GEN)$(do_subst) < "$(srcdir)/$@.in" > "$@-t"
48 $(AM_V_at)chmod a+x,a-w "$@-t" && mv -f "$@-t" "$@"
49
50 nodist_noinst_SCRIPTS = \
51 pre-inst-env \
52 test-env
53
54 # Modules that are not compiled but are installed nonetheless, such as
55 # build-side modules with unusual dependencies.
56 MODULES_NOT_COMPILED = \
57 guix/build/po.scm \
58 guix/man-db.scm
59
60 include gnu/local.mk
61 include po/doc/local.mk
62
63 MODULES = \
64 guix/base16.scm \
65 guix/base32.scm \
66 guix/base64.scm \
67 guix/ci.scm \
68 guix/cpio.scm \
69 guix/deprecation.scm \
70 guix/docker.scm \
71 guix/json.scm \
72 guix/records.scm \
73 guix/openpgp.scm \
74 guix/pki.scm \
75 guix/progress.scm \
76 guix/combinators.scm \
77 guix/memoization.scm \
78 guix/utils.scm \
79 guix/sets.scm \
80 guix/modules.scm \
81 guix/download.scm \
82 guix/discovery.scm \
83 guix/bzr-download.scm \
84 guix/git-download.scm \
85 guix/hg-download.scm \
86 guix/swh.scm \
87 guix/monads.scm \
88 guix/monad-repl.scm \
89 guix/gexp.scm \
90 guix/profiles.scm \
91 guix/serialization.scm \
92 guix/nar.scm \
93 guix/derivations.scm \
94 guix/grafts.scm \
95 guix/repl.scm \
96 guix/inferior.scm \
97 guix/describe.scm \
98 guix/quirks.scm \
99 guix/channels.scm \
100 guix/gnu-maintenance.scm \
101 guix/self.scm \
102 guix/upstream.scm \
103 guix/licenses.scm \
104 guix/lint.scm \
105 guix/glob.scm \
106 guix/git.scm \
107 guix/graph.scm \
108 guix/cache.scm \
109 guix/cve.scm \
110 guix/workers.scm \
111 guix/zlib.scm \
112 guix/lzlib.scm \
113 guix/build-system.scm \
114 guix/build-system/android-ndk.scm \
115 guix/build-system/ant.scm \
116 guix/build-system/cargo.scm \
117 guix/build-system/clojure.scm \
118 guix/build-system/cmake.scm \
119 guix/build-system/dub.scm \
120 guix/build-system/dune.scm \
121 guix/build-system/emacs.scm \
122 guix/build-system/font.scm \
123 guix/build-system/go.scm \
124 guix/build-system/meson.scm \
125 guix/build-system/minify.scm \
126 guix/build-system/asdf.scm \
127 guix/build-system/copy.scm \
128 guix/build-system/glib-or-gtk.scm \
129 guix/build-system/gnu.scm \
130 guix/build-system/guile.scm \
131 guix/build-system/haskell.scm \
132 guix/build-system/julia.scm \
133 guix/build-system/linux-module.scm \
134 guix/build-system/node.scm \
135 guix/build-system/perl.scm \
136 guix/build-system/python.scm \
137 guix/build-system/ocaml.scm \
138 guix/build-system/qt.scm \
139 guix/build-system/waf.scm \
140 guix/build-system/r.scm \
141 guix/build-system/rakudo.scm \
142 guix/build-system/ruby.scm \
143 guix/build-system/scons.scm \
144 guix/build-system/texlive.scm \
145 guix/build-system/trivial.scm \
146 guix/ftp-client.scm \
147 guix/http-client.scm \
148 guix/gnupg.scm \
149 guix/elf.scm \
150 guix/profiling.scm \
151 guix/store.scm \
152 guix/cvs-download.scm \
153 guix/svn-download.scm \
154 guix/colors.scm \
155 guix/i18n.scm \
156 guix/diagnostics.scm \
157 guix/ui.scm \
158 guix/status.scm \
159 guix/build/android-ndk-build-system.scm \
160 guix/build/ant-build-system.scm \
161 guix/build/download.scm \
162 guix/build/download-nar.scm \
163 guix/build/cargo-build-system.scm \
164 guix/build/cargo-utils.scm \
165 guix/build/cmake-build-system.scm \
166 guix/build/dub-build-system.scm \
167 guix/build/dune-build-system.scm \
168 guix/build/emacs-build-system.scm \
169 guix/build/meson-build-system.scm \
170 guix/build/minify-build-system.scm \
171 guix/build/font-build-system.scm \
172 guix/build/go-build-system.scm \
173 guix/build/asdf-build-system.scm \
174 guix/build/bzr.scm \
175 guix/build/copy-build-system.scm \
176 guix/build/git.scm \
177 guix/build/hg.scm \
178 guix/build/glib-or-gtk-build-system.scm \
179 guix/build/gnu-bootstrap.scm \
180 guix/build/gnu-build-system.scm \
181 guix/build/gnu-dist.scm \
182 guix/build/guile-build-system.scm \
183 guix/build/node-build-system.scm \
184 guix/build/perl-build-system.scm \
185 guix/build/python-build-system.scm \
186 guix/build/ocaml-build-system.scm \
187 guix/build/qt-build-system.scm \
188 guix/build/r-build-system.scm \
189 guix/build/rakudo-build-system.scm \
190 guix/build/ruby-build-system.scm \
191 guix/build/scons-build-system.scm \
192 guix/build/texlive-build-system.scm \
193 guix/build/waf-build-system.scm \
194 guix/build/haskell-build-system.scm \
195 guix/build/julia-build-system.scm \
196 guix/build/linux-module-build-system.scm \
197 guix/build/store-copy.scm \
198 guix/build/json.scm \
199 guix/build/utils.scm \
200 guix/build/union.scm \
201 guix/build/profiles.scm \
202 guix/build/compile.scm \
203 guix/build/rpath.scm \
204 guix/build/cvs.scm \
205 guix/build/svn.scm \
206 guix/build/syscalls.scm \
207 guix/build/gremlin.scm \
208 guix/build/debug-link.scm \
209 guix/build/clojure-build-system.scm \
210 guix/build/clojure-utils.scm \
211 guix/build/emacs-utils.scm \
212 guix/build/java-utils.scm \
213 guix/build/lisp-utils.scm \
214 guix/build/graft.scm \
215 guix/build/bournish.scm \
216 guix/build/qt-utils.scm \
217 guix/build/make-bootstrap.scm \
218 guix/search-paths.scm \
219 guix/packages.scm \
220 guix/import/cabal.scm \
221 guix/import/cpan.scm \
222 guix/import/cran.scm \
223 guix/import/crate.scm \
224 guix/import/elpa.scm \
225 guix/import/gem.scm \
226 guix/import/github.scm \
227 guix/import/gnome.scm \
228 guix/import/gnu.scm \
229 guix/import/hackage.scm \
230 guix/import/json.scm \
231 guix/import/kde.scm \
232 guix/import/launchpad.scm \
233 guix/import/opam.scm \
234 guix/import/print.scm \
235 guix/import/pypi.scm \
236 guix/import/snix.scm \
237 guix/import/stackage.scm \
238 guix/import/texlive.scm \
239 guix/import/utils.scm \
240 guix/scripts.scm \
241 guix/scripts/download.scm \
242 guix/scripts/perform-download.scm \
243 guix/scripts/build.scm \
244 guix/scripts/archive.scm \
245 guix/scripts/import.scm \
246 guix/scripts/package.scm \
247 guix/scripts/install.scm \
248 guix/scripts/remove.scm \
249 guix/scripts/upgrade.scm \
250 guix/scripts/search.scm \
251 guix/scripts/show.scm \
252 guix/scripts/gc.scm \
253 guix/scripts/hash.scm \
254 guix/scripts/pack.scm \
255 guix/scripts/pull.scm \
256 guix/scripts/processes.scm \
257 guix/scripts/substitute.scm \
258 guix/scripts/authenticate.scm \
259 guix/scripts/refresh.scm \
260 guix/scripts/repl.scm \
261 guix/scripts/describe.scm \
262 guix/scripts/system.scm \
263 guix/scripts/system/search.scm \
264 guix/scripts/system/reconfigure.scm \
265 guix/scripts/lint.scm \
266 guix/scripts/challenge.scm \
267 guix/scripts/import/crate.scm \
268 guix/scripts/import/cran.scm \
269 guix/scripts/import/elpa.scm \
270 guix/scripts/import/gem.scm \
271 guix/scripts/import/gnu.scm \
272 guix/scripts/import/hackage.scm \
273 guix/scripts/import/json.scm \
274 guix/scripts/import/nix.scm \
275 guix/scripts/import/opam.scm \
276 guix/scripts/import/pypi.scm \
277 guix/scripts/import/stackage.scm \
278 guix/scripts/import/texlive.scm \
279 guix/scripts/environment.scm \
280 guix/scripts/publish.scm \
281 guix/scripts/edit.scm \
282 guix/scripts/size.scm \
283 guix/scripts/graph.scm \
284 guix/scripts/weather.scm \
285 guix/scripts/container.scm \
286 guix/scripts/container/exec.scm \
287 guix/scripts/deploy.scm \
288 guix/scripts/time-machine.scm \
289 guix.scm \
290 $(GNU_SYSTEM_MODULES)
291
292 if HAVE_GUILE_SSH
293
294 MODULES += \
295 guix/ssh.scm \
296 guix/remote.scm \
297 guix/scripts/copy.scm \
298 guix/store/ssh.scm
299
300 endif HAVE_GUILE_SSH
301
302 if BUILD_DAEMON_OFFLOAD
303
304 MODULES += \
305 guix/scripts/offload.scm
306
307 endif BUILD_DAEMON_OFFLOAD
308
309 # Scheme implementation of the build daemon and related functionality.
310 STORE_MODULES = \
311 guix/store/database.scm \
312 guix/store/deduplication.scm \
313 guix/store/roots.scm
314
315 MODULES += $(STORE_MODULES)
316
317 # Internal modules with test suite support.
318 dist_noinst_DATA = \
319 guix/tests.scm \
320 guix/tests/http.scm \
321 guix/tests/git.scm
322
323 # Auxiliary files for packages.
324 AUX_FILES = \
325 gnu/packages/aux-files/chromium/master-preferences.json \
326 gnu/packages/aux-files/emacs/guix-emacs.el \
327 gnu/packages/aux-files/linux-libre/5.4-arm.conf \
328 gnu/packages/aux-files/linux-libre/5.4-arm64.conf \
329 gnu/packages/aux-files/linux-libre/5.4-i686.conf \
330 gnu/packages/aux-files/linux-libre/5.4-x86_64.conf \
331 gnu/packages/aux-files/linux-libre/4.19-arm.conf \
332 gnu/packages/aux-files/linux-libre/4.19-arm64.conf \
333 gnu/packages/aux-files/linux-libre/4.19-i686.conf \
334 gnu/packages/aux-files/linux-libre/4.19-x86_64.conf \
335 gnu/packages/aux-files/linux-libre/4.14-arm.conf \
336 gnu/packages/aux-files/linux-libre/4.14-i686.conf \
337 gnu/packages/aux-files/linux-libre/4.14-x86_64.conf \
338 gnu/packages/aux-files/linux-libre/4.9-i686.conf \
339 gnu/packages/aux-files/linux-libre/4.9-x86_64.conf \
340 gnu/packages/aux-files/linux-libre/4.4-i686.conf \
341 gnu/packages/aux-files/linux-libre/4.4-x86_64.conf \
342 gnu/packages/aux-files/pack-audit.c \
343 gnu/packages/aux-files/run-in-namespace.c
344
345 # Templates, examples.
346 EXAMPLES = \
347 gnu/system/examples/asus-c201.tmpl \
348 gnu/system/examples/bare-bones.tmpl \
349 gnu/system/examples/beaglebone-black.tmpl \
350 gnu/system/examples/desktop.tmpl \
351 gnu/system/examples/lightweight-desktop.tmpl \
352 gnu/system/examples/docker-image.tmpl \
353 gnu/system/examples/vm-image.tmpl
354
355 GOBJECTS = $(MODULES:%.scm=%.go) guix/config.go $(dist_noinst_DATA:%.scm=%.go)
356
357 nobase_dist_guilemodule_DATA = \
358 guix/store/schema.sql \
359 $(MODULES) $(MODULES_NOT_COMPILED) $(AUX_FILES) $(EXAMPLES) \
360 $(MISC_DISTRO_FILES)
361 nobase_nodist_guilemodule_DATA = guix/config.scm
362 nobase_nodist_guileobject_DATA = $(GOBJECTS)
363
364 # Handy way to remove the .go files without removing all the rest.
365 clean-go:
366 -$(RM) -f $(GOBJECTS)
367 @find . -path ./test-tmp -prune -o -name '*.go' -print | \
368 if test -t 1; then \
369 xargs -r echo -e "\033[31mwarning:\033[0m stray .go files:"; \
370 else \
371 xargs -r echo "warning: stray .go files:"; \
372 fi
373
374
375 # Test extensions; has to be unconditional.
376 TEST_EXTENSIONS = .scm .sh
377
378 if CAN_RUN_TESTS
379
380 SCM_TESTS = \
381 tests/accounts.scm \
382 tests/base16.scm \
383 tests/base32.scm \
384 tests/base64.scm \
385 tests/bournish.scm \
386 tests/builders.scm \
387 tests/build-utils.scm \
388 tests/cache.scm \
389 tests/challenge.scm \
390 tests/channels.scm \
391 tests/combinators.scm \
392 tests/containers.scm \
393 tests/cpan.scm \
394 tests/cpio.scm \
395 tests/cran.scm \
396 tests/crate.scm \
397 tests/cve.scm \
398 tests/debug-link.scm \
399 tests/derivations.scm \
400 tests/discovery.scm \
401 tests/elpa.scm \
402 tests/file-systems.scm \
403 tests/gem.scm \
404 tests/gexp.scm \
405 tests/git.scm \
406 tests/glob.scm \
407 tests/gnu-maintenance.scm \
408 tests/grafts.scm \
409 tests/graph.scm \
410 tests/gremlin.scm \
411 tests/hackage.scm \
412 tests/import-utils.scm \
413 tests/inferior.scm \
414 tests/lint.scm \
415 tests/lzlib.scm \
416 tests/modules.scm \
417 tests/monads.scm \
418 tests/nar.scm \
419 tests/networking.scm \
420 tests/opam.scm \
421 tests/openpgp.scm \
422 tests/packages.scm \
423 tests/pack.scm \
424 tests/pki.scm \
425 tests/print.scm \
426 tests/processes.scm \
427 tests/profiles.scm \
428 tests/publish.scm \
429 tests/pypi.scm \
430 tests/records.scm \
431 tests/scripts.scm \
432 tests/scripts-build.scm \
433 tests/search-paths.scm \
434 tests/services.scm \
435 tests/services/linux.scm \
436 tests/sets.scm \
437 tests/size.scm \
438 tests/snix.scm \
439 tests/status.scm \
440 tests/store-database.scm \
441 tests/store-deduplication.scm \
442 tests/store-roots.scm \
443 tests/store.scm \
444 tests/substitute.scm \
445 tests/swh.scm \
446 tests/syscalls.scm \
447 tests/system.scm \
448 tests/texlive.scm \
449 tests/ui.scm \
450 tests/union.scm \
451 tests/upstream.scm \
452 tests/utils.scm \
453 tests/uuid.scm \
454 tests/workers.scm \
455 tests/zlib.scm
456
457 SH_TESTS = \
458 tests/guix-build.sh \
459 tests/guix-build-branch.sh \
460 tests/guix-download.sh \
461 tests/guix-gc.sh \
462 tests/guix-hash.sh \
463 tests/guix-pack.sh \
464 tests/guix-pack-localstatedir.sh \
465 tests/guix-pack-relocatable.sh \
466 tests/guix-package.sh \
467 tests/guix-package-aliases.sh \
468 tests/guix-package-net.sh \
469 tests/guix-system.sh \
470 tests/guix-archive.sh \
471 tests/guix-authenticate.sh \
472 tests/guix-environment.sh \
473 tests/guix-environment-container.sh \
474 tests/guix-graph.sh \
475 tests/guix-describe.sh \
476 tests/guix-lint.sh
477
478 TESTS = $(SCM_TESTS) $(SH_TESTS)
479
480 AM_TESTS_ENVIRONMENT = abs_top_srcdir="$(abs_top_srcdir)" GUILE_AUTO_COMPILE=0
481
482 SCM_LOG_DRIVER = \
483 $(top_builddir)/test-env --quiet-stderr \
484 $(GUILE) --no-auto-compile -e main \
485 $(top_srcdir)/build-aux/test-driver.scm
486
487 AM_SCM_LOG_DRIVER_FLAGS = --brief=yes
488
489 SH_LOG_COMPILER = $(top_builddir)/test-env $(SHELL)
490 AM_SH_LOG_FLAGS = -x -e
491
492 # Make sure `tests/guix-gc.sh' runs last, after all the others. Otherwise it
493 # could end up removing files from the store while they are being used by
494 # other instances of the daemon.
495 tests/guix-gc.log: \
496 $(patsubst %.sh,%.log,$(filter-out tests/guix-gc.sh,$(SH_TESTS))) \
497 $(SCM_TESTS:%.scm=%.log)
498
499 else !CAN_RUN_TESTS
500
501 TESTS =
502 SH_TESTS =
503 SCM_TESTS =
504
505 # Automake always generates a 'check' target, so better not override it.
506 check-local:
507 @echo
508 @echo "Cannot run tests because file name limits would be exceeded." >&2
509 @echo "Look for 'length' in the 'config.log' file for details." >&2
510 @echo
511 @exit 1
512
513 endif !CAN_RUN_TESTS
514
515 check-system: $(GOBJECTS)
516 $(AM_V_at)$(top_builddir)/pre-inst-env \
517 guix build -m $(top_srcdir)/etc/system-tests.scm -K
518
519 # Public keys used to sign substitutes.
520 dist_pkgdata_DATA = \
521 etc/substitutes/berlin.guixsd.org.pub \
522 etc/substitutes/ci.guix.gnu.org.pub \
523 etc/substitutes/ci.guix.info.pub
524
525 # Bash completion file.
526 dist_bashcompletion_DATA = etc/completion/bash/guix \
527 etc/completion/bash/guix-daemon
528
529 # Zsh completion file.
530 dist_zshcompletion_DATA = etc/completion/zsh/_guix
531
532 # Fish completion file.
533 dist_fishcompletion_DATA = etc/completion/fish/guix.fish
534
535 # SELinux policy
536 dist_selinux_policy_DATA = etc/guix-daemon.cil
537
538 EXTRA_DIST += \
539 HACKING \
540 ROADMAP \
541 TODO \
542 CODE-OF-CONDUCT \
543 .dir-locals.el \
544 .guix-channel \
545 scripts/guix.in \
546 etc/guix-install.sh \
547 etc/news.scm \
548 etc/release-manifest.scm \
549 etc/system-tests.scm \
550 build-aux/build-self.scm \
551 build-aux/compile-all.scm \
552 build-aux/hydra/evaluate.scm \
553 build-aux/hydra/gnu-system.scm \
554 build-aux/hydra/guix.scm \
555 build-aux/hydra/guix-modular.scm \
556 build-aux/cuirass/gnu-system.scm \
557 build-aux/cuirass/guix-modular.scm \
558 build-aux/cuirass/hydra-to-cuirass.scm \
559 build-aux/check-final-inputs-self-contained.scm \
560 build-aux/check-channel-news.scm \
561 build-aux/compile-as-derivation.scm \
562 build-aux/generate-authors.scm \
563 build-aux/git-authenticate.scm \
564 build-aux/test-driver.scm \
565 build-aux/update-guix-package.scm \
566 build-aux/update-NEWS.scm \
567 d3.v3.js \
568 graph.js \
569 tests/test.drv \
570 tests/signing-key.pub \
571 tests/signing-key.sec \
572 tests/cve-sample.json \
573 tests/civodul.key \
574 tests/rsa.key \
575 tests/dsa.key \
576 tests/ed25519.key \
577 tests/ed25519.sec \
578 build-aux/config.rpath \
579 bootstrap \
580 doc/build.scm \
581 $(TESTS)
582
583 if !BUILD_DAEMON_OFFLOAD
584
585 EXTRA_DIST += \
586 guix/scripts/offload.scm
587
588 endif !BUILD_DAEMON_OFFLOAD
589
590
591 CLEANFILES = \
592 $(bin_SCRIPTS) \
593 $(GOBJECTS) \
594 $(SCM_TESTS:tests/%.scm=%.log)
595
596 # Unset 'GUILE_LOAD_COMPILED_PATH' altogether while compiling. Otherwise, if
597 # $GUILE_LOAD_COMPILED_PATH contains $(moduledir), we may find .go files in
598 # there that are newer than the local .scm files (for instance because the
599 # user ran 'make install' recently). When that happens, we end up loading
600 # those previously-installed .go files, which may be stale, thereby breaking
601 # the whole thing. Likewise, set 'XDG_CACHE_HOME' to avoid loading possibly
602 # stale files from ~/.cache/guile/ccache.
603 %.go: make-go ; @:
604 make-go: $(MODULES) guix/config.scm $(dist_noinst_DATA)
605 $(AM_V_at)echo "Compiling Scheme modules..." ; \
606 unset GUILE_LOAD_COMPILED_PATH ; \
607 XDG_CACHE_HOME=/nowhere \
608 host=$(host) srcdir="$(top_srcdir)" \
609 $(top_builddir)/pre-inst-env \
610 $(GUILE) -L "$(top_builddir)" -L "$(top_srcdir)" \
611 --no-auto-compile \
612 -s "$(top_srcdir)"/build-aux/compile-all.scm $^
613
614 SUFFIXES = .go
615
616 # Make sure source files are installed first, so that the mtime of
617 # installed compiled files is greater than that of installed source
618 # files. See
619 # <http://lists.gnu.org/archive/html/guile-devel/2010-07/msg00125.html>
620 # for details.
621 guix_install_go_files = install-nobase_nodist_guileobjectDATA
622 $(guix_install_go_files): install-nobase_dist_guilemoduleDATA
623
624 # The above trick doesn't work for 'config.go' because both 'config.scm' and
625 # 'config.go' are listed in $(nobase_nodist_guileobject_DATA). Thus, give it
626 # special treatment.
627 install-data-hook:
628 touch "$(DESTDIR)$(guileobjectdir)/guix/config.go"
629
630 # Commit corresponding to the 'v1.0.1' tag.
631 commit_v1_0_1 = d68de958b60426798ed62797ff7c96c327a672ac
632
633 # Authenticate the current Git checkout by checking signatures on every commit
634 # starting from $(commit_v1_0_1).
635 authenticate: guix/openpgp.go guix/git.go
636 $(AM_V_at)echo "Authenticating Git checkout..." ; \
637 "$(top_builddir)/pre-inst-env" $(GUILE) \
638 --no-auto-compile -e git-authenticate \
639 "$(top_srcdir)/build-aux/git-authenticate.scm" \
640 "$(commit_v1_0_1)"
641
642 # Assuming Guix is already installed and the daemon is up and running, this
643 # rule builds from $(srcdir), creating and building derivations.
644 as-derivation:
645 $(AM_V_at)echo "Building Guix in Guix..." ; \
646 $(GUILE) --no-auto-compile \
647 "$(top_srcdir)/build-aux/compile-as-derivation.scm" \
648 "$(abs_top_srcdir)"
649
650 SUBDIRS = po/guix po/packages
651 BUILT_SOURCES =
652
653 include doc/local.mk
654
655 if BUILD_DAEMON
656
657 include nix/local.mk
658
659 endif BUILD_DAEMON
660
661 ACLOCAL_AMFLAGS = -I m4
662
663 # Pass an explicit '--localstatedir' so that configure does not error out if
664 # it finds an existing installation with a different localstatedir. Inherit
665 # 'ac_cv_guix_test_root' so that "make check" in $(distdir) does not have to
666 # repopulate the whole store, and to make sure $(GUIX_TEST_ROOT) is short
667 # enough for shebangs.
668 AM_DISTCHECK_CONFIGURE_FLAGS = \
669 --localstatedir="$$dc_install_base/var" \
670 --with-libgcrypt-prefix="$(LIBGCRYPT_PREFIX)" \
671 --with-libgcrypt-libdir="$(LIBGCRYPT_LIBDIR)" \
672 --with-nix-prefix="$(NIX_PREFIX)" \
673 --enable-daemon \
674 ac_cv_guix_test_root="$(GUIX_TEST_ROOT)"
675
676 # Name of the 'guix' package shipped in the binary tarball.
677 GUIX_FOR_BINARY_TARBALL = guile3.0-guix
678
679 # The self-contained tarball.
680 guix-binary.%.tar.xz:
681 $(AM_V_GEN)GUIX_PACKAGE_PATH= \
682 tarball=`$(top_builddir)/pre-inst-env guix pack -C xz \
683 --fallback \
684 -s "$*" --localstatedir --profile-name=current-guix \
685 $(GUIX_FOR_BINARY_TARBALL)` ; \
686 cp "$$tarball" "$@.tmp" ; mv "$@.tmp" "$@"
687
688
689 dist-hook: gen-ChangeLog gen-AUTHORS gen-tarball-version
690 dist-hook: assert-no-store-file-names
691 dist-hook: doc-po-update
692
693 distcheck-hook: assert-binaries-available assert-final-inputs-self-contained
694
695 EXTRA_DIST += $(top_srcdir)/.version
696 BUILT_SOURCES += $(top_srcdir)/.version
697 $(top_srcdir)/.version:
698 echo $(VERSION) > "$@-t" && mv "$@-t" "$@"
699
700 gen-tarball-version:
701 echo $(VERSION) > "$(distdir)/.tarball-version"
702
703 gen-ChangeLog:
704 $(AM_V_GEN)if test -d .git; then \
705 $(top_srcdir)/build-aux/gitlog-to-changelog \
706 > $(distdir)/ChangeLog.tmp; \
707 rm -f $(distdir)/ChangeLog; \
708 mv $(distdir)/ChangeLog.tmp $(distdir)/ChangeLog; \
709 fi
710
711 gen-AUTHORS:
712 $(AM_V_GEN)if test -d .git; then \
713 rm -f "$(distdir)/AUTHORS"; \
714 $(top_builddir)/pre-inst-env "$(GUILE)" \
715 "$(top_srcdir)/build-aux/generate-authors.scm" \
716 "$(top_srcdir)" "$(distdir)/AUTHORS"; \
717 fi
718
719 # Like 'dist', but regenerate 'configure' so we get an up-to-date
720 # 'PACKAGE_VERSION' string. (In Gnulib, 'GNUmakefile' has a special trick to
721 # do that whenever a 'dist' target is used.)
722 dist-with-updated-version:
723 @echo "Running './bootstrap' for new version string..."
724 $(top_srcdir)/bootstrap
725 $(MAKE) $(AM_MAKEFLAGS) $(top_srcdir)/.version dist
726
727 .PHONY: dist-with-updated-version
728
729 \f
730 #
731 # Release management.
732 #
733
734 releasedir = release-$(PACKAGE_VERSION)
735
736 PACKAGE_FULL_TARNAME = $(PACKAGE_TARNAME)-$(PACKAGE_VERSION)
737
738 # List of source tarballs produced. This must be kept in sync with the
739 # 'dist-' options of 'AM_INIT_AUTOMAKE' in 'configure.ac'.
740 SOURCE_TARBALLS = \
741 $(foreach ext,tar.gz,$(PACKAGE_FULL_TARNAME).$(ext))
742
743 # Systems supported by Guix.
744 SUPPORTED_SYSTEMS ?= x86_64-linux i686-linux armhf-linux aarch64-linux
745
746 # Guix binary tarballs.
747 BINARY_TARBALLS = \
748 $(foreach system,$(SUPPORTED_SYSTEMS),guix-binary.$(system).tar.xz)
749
750 # Systems supported by Guix System.
751 GUIX_SYSTEM_SUPPORTED_SYSTEMS ?= x86_64-linux i686-linux
752
753 # Systems for which we build Guix VMs.
754 GUIX_SYSTEM_VM_SYSTEMS ?= x86_64-linux
755
756 # Prefix of the Guix installation image file name.
757 GUIX_SYSTEM_IMAGE_BASE = guix-system-install-$(PACKAGE_VERSION)
758
759 # Prefix of the Guix VM image file name.
760 GUIX_SYSTEM_VM_IMAGE_BASE = guix-system-vm-image-$(PACKAGE_VERSION)
761
762 # Flags for 'guix system vm-image'. By default create a VM image that appears
763 # to have a 20G hard disk.
764 GUIX_SYSTEM_VM_IMAGE_FLAGS ?= --image-size=30G
765
766 # Return the sequence of '-s' flags for the given systems.
767 system_flags = $(foreach system,$(1),-s $(system))
768
769 # The release process works in several phases:
770 #
771 # 0. We assume the developer created a 'vX.Y' tag.
772 # 1. Build the source tarball.
773 # 2. Update the 'guix' package so that it corresponds to the 'vX.Y' tag.
774 # 3. Build the binary tarballs for that 'guix' package.
775 # 4. Update the 'guix' package again.
776 # 5. Build the installation images. The images will run 'guix'
777 # corresponding to 'vX.Y' + 1 commit, and they will install 'vX.Y'.
778 #
779 # This 'release' target takes care of everything and copies the resulting
780 # files to $(releasedir).
781 #
782 # XXX: Depend on 'dist' rather than 'distcheck' to work around the Gettext
783 # issue described at <https://savannah.gnu.org/bugs/index.php?51027>.
784 release: dist-with-updated-version
785 cd po; git checkout .
786 @if ! git diff-index --quiet HEAD; then \
787 echo "There are uncommitted changes; stopping." >&2 ; \
788 exit 1 ; \
789 fi
790 $(MKDIR_P) "$(releasedir)"
791 rm -f "$(releasedir)"/*
792 mv $(SOURCE_TARBALLS) "$(releasedir)"
793 $(top_builddir)/pre-inst-env "$(GUILE)" \
794 $(top_srcdir)/build-aux/update-guix-package.scm \
795 "`git rev-parse HEAD`" "$(PACKAGE_VERSION)"
796 git add $(top_srcdir)/gnu/packages/package-management.scm
797 git commit -m "gnu: guix: Update to $(PACKAGE_VERSION)."
798 $(top_builddir)/pre-inst-env guix build $(GUIX_FOR_BINARY_TARBALL) \
799 $(call system_flags,$(SUPPORTED_SYSTEMS)) \
800 -v1 --no-grafts --fallback
801 rm -f $(BINARY_TARBALLS)
802 $(MAKE) $(BINARY_TARBALLS)
803 for system in $(SUPPORTED_SYSTEMS) ; do \
804 mv "guix-binary.$$system.tar.xz" \
805 "$(releasedir)/guix-binary-$(PACKAGE_VERSION).$$system.tar.xz" ; \
806 done
807 $(top_builddir)/pre-inst-env "$(GUILE)" \
808 $(top_srcdir)/build-aux/update-guix-package.scm \
809 "`git rev-parse HEAD`"
810 git add $(top_srcdir)/gnu/packages/package-management.scm
811 git commit -m "gnu: guix: Update to `git rev-parse HEAD | cut -c1-7`."
812 $(top_builddir)/pre-inst-env guix build guix \
813 $(call system_flags,$(GUIX_SYSTEM_SUPPORTED_SYSTEMS)) \
814 -v1 --no-grafts --fallback
815 for system in $(GUIX_SYSTEM_SUPPORTED_SYSTEMS) ; do \
816 image=`$(top_builddir)/pre-inst-env \
817 guix system disk-image \
818 --file-system-type=iso9660 \
819 --system=$$system --fallback \
820 gnu/system/install.scm` ; \
821 if [ ! -f "$$image" ] ; then \
822 echo "failed to produced Guix installation image for $$system" >&2 ; \
823 exit 1 ; \
824 fi ; \
825 xz < "$$image" > "$(releasedir)/$(GUIX_SYSTEM_IMAGE_BASE).$$system.iso.xz.tmp" ; \
826 mv "$(releasedir)/$(GUIX_SYSTEM_IMAGE_BASE).$$system.iso.xz.tmp" \
827 "$(releasedir)/$(GUIX_SYSTEM_IMAGE_BASE).$$system.iso.xz" ; \
828 done
829 for system in $(GUIX_SYSTEM_VM_SYSTEMS) ; do \
830 image=`$(top_builddir)/pre-inst-env \
831 guix system vm-image $(GUIX_SYSTEM_VM_IMAGE_FLAGS) \
832 --save-provenance \
833 --system=$$system --fallback \
834 gnu/system/examples/vm-image.tmpl` ; \
835 if [ ! -f "$$image" ] ; then \
836 echo "failed to produced Guix VM image for $$system" >&2 ; \
837 exit 1 ; \
838 fi ; \
839 xz < "$$image" > "$(releasedir)/$(GUIX_SYSTEM_VM_IMAGE_BASE).$$system.xz.tmp" ; \
840 mv "$(releasedir)/$(GUIX_SYSTEM_VM_IMAGE_BASE).$$system.xz.tmp" \
841 "$(releasedir)/$(GUIX_SYSTEM_VM_IMAGE_BASE).$$system.xz" ; \
842 done
843 @echo
844 @echo "Congratulations! All the release files are now in $(releasedir)."
845 @echo
846
847 update-guix-package:
848 git rev-parse HEAD
849 $(top_builddir)/pre-inst-env "$(GUILE)" \
850 $(top_srcdir)/build-aux/update-guix-package.scm \
851 "`git rev-parse HEAD`"
852
853 # Location of a checkout of <git://git.savannah.gnu.org/guix/maintenance.git>.
854 # Package data from this checkout is used by 'update-NEWS.scm'.
855 GUIX_MAINTENANCE_DIRECTORY ?= $(top_srcdir)/../guix-maintenance
856
857 update-NEWS: $(GOBJECTS)
858 $(top_builddir)/pre-inst-env "$(GUILE)" \
859 $(top_srcdir)/build-aux/update-NEWS.scm \
860 $(top_srcdir)/NEWS "$(GUIX_MAINTENANCE_DIRECTORY)/data"
861
862 # Make sure we're not shipping a file that embeds a local /gnu/store file name.
863 assert-no-store-file-names:
864 $(AM_V_at)if grep -r --exclude=*.texi --exclude=*.info \
865 --exclude=*.info-[0-9] --exclude=*.dot \
866 --exclude=*.eps --exclude-dir=bootstrap \
867 --exclude=guix-manual.pot --exclude=guix-manual.*.po \
868 --exclude=guix-cookbook.pot --exclude=guix-cookbook.*.po \
869 --exclude=guix-prettify.el \
870 --exclude=ChangeLog* \
871 --exclude=binutils-boot-2.20*.patch \
872 -E "$(storedir)/[a-z0-9]{32}-" $(distdir) ; \
873 then \
874 echo "error: store file names embedded in the distribution" >&2 ; \
875 exit 1 ; \
876 fi
877
878 # Make sure important substitutes are available.
879 assert-binaries-available: $(GOBJECTS)
880 $(AM_V_at)$(top_builddir)/pre-inst-env \
881 guix weather -m "$(top_srcdir)/etc/release-manifest.scm" \
882 --display-missing
883
884 # Make sure the final inputs don't refer to bootstrap tools.
885 assert-final-inputs-self-contained: $(GOBJECTS)
886 $(AM_V_at)$(top_builddir)/pre-inst-env "$(GUILE)" \
887 "$(top_srcdir)/build-aux/check-final-inputs-self-contained.scm"
888
889 # Validate channel news.
890 check-channel-news: $(GOBJECTS)
891 $(AM_V_at)$(top_builddir)/pre-inst-env "$(GUILE)" \
892 "$(top_srcdir)/build-aux/check-channel-news.scm"
893
894 # Compute the Hydra jobs and write them in the target file.
895 hydra-jobs.scm: $(GOBJECTS)
896 $(AM_V_at)$(MKDIR_P) "`dirname "$@"`"
897 $(AM_V_GEN)$(top_builddir)/pre-inst-env "$(GUILE)" \
898 "$(top_srcdir)/build-aux/hydra/evaluate.scm" \
899 "$(top_srcdir)/build-aux/hydra/gnu-system.scm" > "$@.tmp"
900 $(AM_V_at)mv "$@.tmp" "$@"
901
902 # Compute the Cuirass jobs and write them in the target file.
903 cuirass-jobs.scm: $(GOBJECTS)
904 $(AM_V_at)$(MKDIR_P) "`dirname "$@"`"
905 $(AM_V_GEN)$(top_builddir)/pre-inst-env "$(GUILE)" \
906 "$(top_srcdir)/build-aux/hydra/evaluate.scm" \
907 "$(top_srcdir)/build-aux/cuirass/gnu-system.scm" \
908 cuirass > "$@.tmp"
909 $(AM_V_at)mv "$@.tmp" "$@"
910
911 .PHONY: gen-ChangeLog gen-AUTHORS gen-tarball-version
912 .PHONY: assert-no-store-file-names assert-binaries-available
913 .PHONY: assert-final-inputs-self-contained check-channel-news
914 .PHONY: clean-go make-go as-derivation authenticate
915 .PHONY: update-guix-package update-NEWS release
916
917 # Downloading up-to-date PO files.
918
919 # make-download-po-rule DOMAIN DIRECTORY [FILE-NAME-PREFIX]
920 define make-download-po-rule
921
922 download-po.$(1):
923 if [ -f "$(top_srcdir)/$(2)/LINGUAS" ]; then \
924 LINGUAS="`grep -v '^[[:blank:]]*#' < $(top_srcdir)/$(2)/LINGUAS`" ; \
925 else \
926 LINGUAS="`(cd $(top_srcdir)/$(2); \
927 for i in *.po; do echo $$$$i; done) | cut -d . -f 2`" ; \
928 fi ; \
929 for lang in $$$$LINGUAS; do \
930 if wget -nv -O "$(top_srcdir)/$(2)/$(3)$$$$lang.po.tmp" \
931 "https://translationproject.org/latest/$(1)/$$$$lang.po" ; \
932 then \
933 mv "$(top_srcdir)/$(2)/$(3)$$$$lang.po"{.tmp,} ; \
934 else \
935 rm "$(top_srcdir)/$(2)/$(3)$$$$lang.po.tmp" ; \
936 fi ; \
937 done
938
939 .PHONY: download-po.$(1)
940
941 endef
942
943 $(eval $(call make-download-po-rule,guix,po/guix))
944 $(eval $(call make-download-po-rule,guix-packages,po/packages))
945 $(eval $(call make-download-po-rule,guix-manual,po/doc,guix-manual.))
946
947 download-po: $(foreach domain,guix guix-packages guix-manual,download-po.$(domain))
948 .PHONY: download-po
949
950 ## -------------- ##
951 ## Silent rules. ##
952 ## -------------- ##
953
954 AM_V_DL = $(AM_V_DL_$(V))
955 AM_V_DL_ = $(AM_V_DL_$(AM_DEFAULT_VERBOSITY))
956 AM_V_DL_0 = @echo " DL " $@;
957
958 AM_V_DOT = $(AM_V_DOT_$(V))
959 AM_V_DOT_ = $(AM_V_DOT_$(AM_DEFAULT_VERBOSITY))
960 AM_V_DOT_0 = @echo " DOT " $@;
961
962 AM_V_HELP2MAN = $(AM_V_HELP2MAN_$(V))
963 AM_V_HELP2MAN_ = $(AM_V_HELP2MAN_$(AM_DEFAULT_VERBOSITY))
964 AM_V_HELP2MAN_0 = @echo " HELP2MAN" $@;
965
966 AM_V_PO4A = $(AM_V_PO4A_$(V))
967 AM_V_PO4A_ = $(AM_V_PO4A_$(AM_DEFAULT_VERBOSITY))
968 AM_V_PO4A_0 = @echo " PO4A" $@;
969
970 AM_V_POXREF = $(AM_V_POXREF_$(V))
971 AM_V_POXREF_ = $(AM_V_POXREF_$(AM_DEFAULT_VERBOSITY))
972 AM_V_POXREF_0 = @echo " POXREF" $@;