channels: Move quirks and patches to (guix quirks).
[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/compile-as-derivation.scm \
561 build-aux/generate-authors.scm \
562 build-aux/git-authenticate.scm \
563 build-aux/test-driver.scm \
564 build-aux/update-guix-package.scm \
565 build-aux/update-NEWS.scm \
566 d3.v3.js \
567 graph.js \
568 tests/test.drv \
569 tests/signing-key.pub \
570 tests/signing-key.sec \
571 tests/cve-sample.json \
572 tests/civodul.key \
573 tests/rsa.key \
574 tests/dsa.key \
575 tests/ed25519.key \
576 tests/ed25519.sec \
577 build-aux/config.rpath \
578 bootstrap \
579 doc/build.scm \
580 $(TESTS)
581
582 if !BUILD_DAEMON_OFFLOAD
583
584 EXTRA_DIST += \
585 guix/scripts/offload.scm
586
587 endif !BUILD_DAEMON_OFFLOAD
588
589
590 CLEANFILES = \
591 $(bin_SCRIPTS) \
592 $(GOBJECTS) \
593 $(SCM_TESTS:tests/%.scm=%.log)
594
595 # Unset 'GUILE_LOAD_COMPILED_PATH' altogether while compiling. Otherwise, if
596 # $GUILE_LOAD_COMPILED_PATH contains $(moduledir), we may find .go files in
597 # there that are newer than the local .scm files (for instance because the
598 # user ran 'make install' recently). When that happens, we end up loading
599 # those previously-installed .go files, which may be stale, thereby breaking
600 # the whole thing. Likewise, set 'XDG_CACHE_HOME' to avoid loading possibly
601 # stale files from ~/.cache/guile/ccache.
602 %.go: make-go ; @:
603 make-go: $(MODULES) guix/config.scm $(dist_noinst_DATA)
604 $(AM_V_at)echo "Compiling Scheme modules..." ; \
605 unset GUILE_LOAD_COMPILED_PATH ; \
606 XDG_CACHE_HOME=/nowhere \
607 host=$(host) srcdir="$(top_srcdir)" \
608 $(top_builddir)/pre-inst-env \
609 $(GUILE) -L "$(top_builddir)" -L "$(top_srcdir)" \
610 --no-auto-compile \
611 -s "$(top_srcdir)"/build-aux/compile-all.scm $^
612
613 SUFFIXES = .go
614
615 # Make sure source files are installed first, so that the mtime of
616 # installed compiled files is greater than that of installed source
617 # files. See
618 # <http://lists.gnu.org/archive/html/guile-devel/2010-07/msg00125.html>
619 # for details.
620 guix_install_go_files = install-nobase_nodist_guileobjectDATA
621 $(guix_install_go_files): install-nobase_dist_guilemoduleDATA
622
623 # The above trick doesn't work for 'config.go' because both 'config.scm' and
624 # 'config.go' are listed in $(nobase_nodist_guileobject_DATA). Thus, give it
625 # special treatment.
626 install-data-hook:
627 touch "$(DESTDIR)$(guileobjectdir)/guix/config.go"
628
629 # Commit corresponding to the 'v1.0.1' tag.
630 commit_v1_0_1 = d68de958b60426798ed62797ff7c96c327a672ac
631
632 # Authenticate the current Git checkout by checking signatures on every commit
633 # starting from $(commit_v1_0_1).
634 authenticate:
635 $(AM_V_at)echo "Authenticating Git checkout..." ; \
636 "$(top_builddir)/pre-inst-env" $(GUILE) \
637 --no-auto-compile -e git-authenticate \
638 "$(top_srcdir)/build-aux/git-authenticate.scm" \
639 "$(commit_v1_0_1)"
640
641 # Assuming Guix is already installed and the daemon is up and running, this
642 # rule builds from $(srcdir), creating and building derivations.
643 as-derivation:
644 $(AM_V_at)echo "Building Guix in Guix..." ; \
645 $(GUILE) --no-auto-compile \
646 "$(top_srcdir)/build-aux/compile-as-derivation.scm" \
647 "$(abs_top_srcdir)"
648
649 SUBDIRS = po/guix po/packages
650 BUILT_SOURCES =
651
652 include doc/local.mk
653
654 if BUILD_DAEMON
655
656 include nix/local.mk
657
658 endif BUILD_DAEMON
659
660 ACLOCAL_AMFLAGS = -I m4
661
662 # Pass an explicit '--localstatedir' so that configure does not error out if
663 # it finds an existing installation with a different localstatedir. Inherit
664 # 'ac_cv_guix_test_root' so that "make check" in $(distdir) does not have to
665 # repopulate the whole store, and to make sure $(GUIX_TEST_ROOT) is short
666 # enough for shebangs.
667 AM_DISTCHECK_CONFIGURE_FLAGS = \
668 --localstatedir="$$dc_install_base/var" \
669 --with-libgcrypt-prefix="$(LIBGCRYPT_PREFIX)" \
670 --with-libgcrypt-libdir="$(LIBGCRYPT_LIBDIR)" \
671 --with-nix-prefix="$(NIX_PREFIX)" \
672 --enable-daemon \
673 ac_cv_guix_test_root="$(GUIX_TEST_ROOT)"
674
675 # Name of the 'guix' package shipped in the binary tarball.
676 GUIX_FOR_BINARY_TARBALL = guile3.0-guix
677
678 # The self-contained tarball.
679 guix-binary.%.tar.xz:
680 $(AM_V_GEN)GUIX_PACKAGE_PATH= \
681 tarball=`$(top_builddir)/pre-inst-env guix pack -C xz \
682 --fallback \
683 -s "$*" --localstatedir --profile-name=current-guix \
684 $(GUIX_FOR_BINARY_TARBALL)` ; \
685 cp "$$tarball" "$@.tmp" ; mv "$@.tmp" "$@"
686
687
688 dist-hook: gen-ChangeLog gen-AUTHORS gen-tarball-version
689 dist-hook: assert-no-store-file-names
690 dist-hook: doc-po-update
691
692 distcheck-hook: assert-binaries-available assert-final-inputs-self-contained
693
694 EXTRA_DIST += $(top_srcdir)/.version
695 BUILT_SOURCES += $(top_srcdir)/.version
696 $(top_srcdir)/.version:
697 echo $(VERSION) > "$@-t" && mv "$@-t" "$@"
698
699 gen-tarball-version:
700 echo $(VERSION) > "$(distdir)/.tarball-version"
701
702 gen-ChangeLog:
703 $(AM_V_GEN)if test -d .git; then \
704 $(top_srcdir)/build-aux/gitlog-to-changelog \
705 > $(distdir)/ChangeLog.tmp; \
706 rm -f $(distdir)/ChangeLog; \
707 mv $(distdir)/ChangeLog.tmp $(distdir)/ChangeLog; \
708 fi
709
710 gen-AUTHORS:
711 $(AM_V_GEN)if test -d .git; then \
712 rm -f "$(distdir)/AUTHORS"; \
713 $(top_builddir)/pre-inst-env "$(GUILE)" \
714 "$(top_srcdir)/build-aux/generate-authors.scm" \
715 "$(top_srcdir)" "$(distdir)/AUTHORS"; \
716 fi
717
718 # Like 'dist', but regenerate 'configure' so we get an up-to-date
719 # 'PACKAGE_VERSION' string. (In Gnulib, 'GNUmakefile' has a special trick to
720 # do that whenever a 'dist' target is used.)
721 dist-with-updated-version:
722 @echo "Running './bootstrap' for new version string..."
723 $(top_srcdir)/bootstrap
724 $(MAKE) $(AM_MAKEFLAGS) $(top_srcdir)/.version dist
725
726 .PHONY: dist-with-updated-version
727
728 \f
729 #
730 # Release management.
731 #
732
733 releasedir = release-$(PACKAGE_VERSION)
734
735 PACKAGE_FULL_TARNAME = $(PACKAGE_TARNAME)-$(PACKAGE_VERSION)
736
737 # List of source tarballs produced. This must be kept in sync with the
738 # 'dist-' options of 'AM_INIT_AUTOMAKE' in 'configure.ac'.
739 SOURCE_TARBALLS = \
740 $(foreach ext,tar.gz,$(PACKAGE_FULL_TARNAME).$(ext))
741
742 # Systems supported by Guix.
743 SUPPORTED_SYSTEMS ?= x86_64-linux i686-linux armhf-linux aarch64-linux
744
745 # Guix binary tarballs.
746 BINARY_TARBALLS = \
747 $(foreach system,$(SUPPORTED_SYSTEMS),guix-binary.$(system).tar.xz)
748
749 # Systems supported by Guix System.
750 GUIX_SYSTEM_SUPPORTED_SYSTEMS ?= x86_64-linux i686-linux
751
752 # Systems for which we build Guix VMs.
753 GUIX_SYSTEM_VM_SYSTEMS ?= x86_64-linux
754
755 # Prefix of the Guix installation image file name.
756 GUIX_SYSTEM_IMAGE_BASE = guix-system-install-$(PACKAGE_VERSION)
757
758 # Prefix of the Guix VM image file name.
759 GUIX_SYSTEM_VM_IMAGE_BASE = guix-system-vm-image-$(PACKAGE_VERSION)
760
761 # Flags for 'guix system vm-image'. By default create a VM image that appears
762 # to have a 20G hard disk.
763 GUIX_SYSTEM_VM_IMAGE_FLAGS ?= --image-size=30G
764
765 # Return the sequence of '-s' flags for the given systems.
766 system_flags = $(foreach system,$(1),-s $(system))
767
768 # The release process works in several phases:
769 #
770 # 0. We assume the developer created a 'vX.Y' tag.
771 # 1. Build the source tarball.
772 # 2. Update the 'guix' package so that it corresponds to the 'vX.Y' tag.
773 # 3. Build the binary tarballs for that 'guix' package.
774 # 4. Update the 'guix' package again.
775 # 5. Build the installation images. The images will run 'guix'
776 # corresponding to 'vX.Y' + 1 commit, and they will install 'vX.Y'.
777 #
778 # This 'release' target takes care of everything and copies the resulting
779 # files to $(releasedir).
780 #
781 # XXX: Depend on 'dist' rather than 'distcheck' to work around the Gettext
782 # issue described at <https://savannah.gnu.org/bugs/index.php?51027>.
783 release: dist-with-updated-version
784 cd po; git checkout .
785 @if ! git diff-index --quiet HEAD; then \
786 echo "There are uncommitted changes; stopping." >&2 ; \
787 exit 1 ; \
788 fi
789 $(MKDIR_P) "$(releasedir)"
790 rm -f "$(releasedir)"/*
791 mv $(SOURCE_TARBALLS) "$(releasedir)"
792 $(top_builddir)/pre-inst-env "$(GUILE)" \
793 $(top_srcdir)/build-aux/update-guix-package.scm \
794 "`git rev-parse HEAD`" "$(PACKAGE_VERSION)"
795 git add $(top_srcdir)/gnu/packages/package-management.scm
796 git commit -m "gnu: guix: Update to $(PACKAGE_VERSION)."
797 $(top_builddir)/pre-inst-env guix build $(GUIX_FOR_BINARY_TARBALL) \
798 $(call system_flags,$(SUPPORTED_SYSTEMS)) \
799 -v1 --no-grafts --fallback
800 rm -f $(BINARY_TARBALLS)
801 $(MAKE) $(BINARY_TARBALLS)
802 for system in $(SUPPORTED_SYSTEMS) ; do \
803 mv "guix-binary.$$system.tar.xz" \
804 "$(releasedir)/guix-binary-$(PACKAGE_VERSION).$$system.tar.xz" ; \
805 done
806 $(top_builddir)/pre-inst-env "$(GUILE)" \
807 $(top_srcdir)/build-aux/update-guix-package.scm \
808 "`git rev-parse HEAD`"
809 git add $(top_srcdir)/gnu/packages/package-management.scm
810 git commit -m "gnu: guix: Update to `git rev-parse HEAD | cut -c1-7`."
811 $(top_builddir)/pre-inst-env guix build guix \
812 $(call system_flags,$(GUIX_SYSTEM_SUPPORTED_SYSTEMS)) \
813 -v1 --no-grafts --fallback
814 for system in $(GUIX_SYSTEM_SUPPORTED_SYSTEMS) ; do \
815 image=`$(top_builddir)/pre-inst-env \
816 guix system disk-image \
817 --file-system-type=iso9660 \
818 --system=$$system --fallback \
819 gnu/system/install.scm` ; \
820 if [ ! -f "$$image" ] ; then \
821 echo "failed to produced Guix installation image for $$system" >&2 ; \
822 exit 1 ; \
823 fi ; \
824 xz < "$$image" > "$(releasedir)/$(GUIX_SYSTEM_IMAGE_BASE).$$system.iso.xz.tmp" ; \
825 mv "$(releasedir)/$(GUIX_SYSTEM_IMAGE_BASE).$$system.iso.xz.tmp" \
826 "$(releasedir)/$(GUIX_SYSTEM_IMAGE_BASE).$$system.iso.xz" ; \
827 done
828 for system in $(GUIX_SYSTEM_VM_SYSTEMS) ; do \
829 image=`$(top_builddir)/pre-inst-env \
830 guix system vm-image $(GUIX_SYSTEM_VM_IMAGE_FLAGS) \
831 --save-provenance \
832 --system=$$system --fallback \
833 gnu/system/examples/vm-image.tmpl` ; \
834 if [ ! -f "$$image" ] ; then \
835 echo "failed to produced Guix VM image for $$system" >&2 ; \
836 exit 1 ; \
837 fi ; \
838 xz < "$$image" > "$(releasedir)/$(GUIX_SYSTEM_VM_IMAGE_BASE).$$system.xz.tmp" ; \
839 mv "$(releasedir)/$(GUIX_SYSTEM_VM_IMAGE_BASE).$$system.xz.tmp" \
840 "$(releasedir)/$(GUIX_SYSTEM_VM_IMAGE_BASE).$$system.xz" ; \
841 done
842 @echo
843 @echo "Congratulations! All the release files are now in $(releasedir)."
844 @echo
845
846 update-guix-package:
847 git rev-parse HEAD
848 $(top_builddir)/pre-inst-env "$(GUILE)" \
849 $(top_srcdir)/build-aux/update-guix-package.scm \
850 "`git rev-parse HEAD`"
851
852 # Location of a checkout of <git://git.savannah.gnu.org/guix/maintenance.git>.
853 # Package data from this checkout is used by 'update-NEWS.scm'.
854 GUIX_MAINTENANCE_DIRECTORY ?= $(top_srcdir)/../guix-maintenance
855
856 update-NEWS: $(GOBJECTS)
857 $(top_builddir)/pre-inst-env "$(GUILE)" \
858 $(top_srcdir)/build-aux/update-NEWS.scm \
859 $(top_srcdir)/NEWS "$(GUIX_MAINTENANCE_DIRECTORY)/data"
860
861 # Make sure we're not shipping a file that embeds a local /gnu/store file name.
862 assert-no-store-file-names:
863 $(AM_V_at)if grep -r --exclude=*.texi --exclude=*.info \
864 --exclude=*.info-[0-9] --exclude=*.dot \
865 --exclude=*.eps --exclude-dir=bootstrap \
866 --exclude=guix-manual.pot --exclude=guix-manual.*.po \
867 --exclude=guix-cookbook.pot --exclude=guix-cookbook.*.po \
868 --exclude=guix-prettify.el \
869 --exclude=ChangeLog* \
870 --exclude=binutils-boot-2.20*.patch \
871 -E "$(storedir)/[a-z0-9]{32}-" $(distdir) ; \
872 then \
873 echo "error: store file names embedded in the distribution" >&2 ; \
874 exit 1 ; \
875 fi
876
877 # Make sure important substitutes are available.
878 assert-binaries-available: $(GOBJECTS)
879 $(AM_V_at)$(top_builddir)/pre-inst-env \
880 guix weather -m "$(top_srcdir)/etc/release-manifest.scm" \
881 --display-missing
882
883 # Make sure the final inputs don't refer to bootstrap tools.
884 assert-final-inputs-self-contained: $(GOBJECTS)
885 $(AM_V_at)$(top_builddir)/pre-inst-env "$(GUILE)" \
886 "$(top_srcdir)/build-aux/check-final-inputs-self-contained.scm"
887
888 # Compute the Hydra jobs and write them in the target file.
889 hydra-jobs.scm: $(GOBJECTS)
890 $(AM_V_at)$(MKDIR_P) "`dirname "$@"`"
891 $(AM_V_GEN)$(top_builddir)/pre-inst-env "$(GUILE)" \
892 "$(top_srcdir)/build-aux/hydra/evaluate.scm" \
893 "$(top_srcdir)/build-aux/hydra/gnu-system.scm" > "$@.tmp"
894 $(AM_V_at)mv "$@.tmp" "$@"
895
896 # Compute the Cuirass jobs and write them in the target file.
897 cuirass-jobs.scm: $(GOBJECTS)
898 $(AM_V_at)$(MKDIR_P) "`dirname "$@"`"
899 $(AM_V_GEN)$(top_builddir)/pre-inst-env "$(GUILE)" \
900 "$(top_srcdir)/build-aux/hydra/evaluate.scm" \
901 "$(top_srcdir)/build-aux/cuirass/gnu-system.scm" \
902 cuirass > "$@.tmp"
903 $(AM_V_at)mv "$@.tmp" "$@"
904
905 .PHONY: gen-ChangeLog gen-AUTHORS gen-tarball-version
906 .PHONY: assert-no-store-file-names assert-binaries-available
907 .PHONY: assert-final-inputs-self-contained
908 .PHONY: clean-go make-go as-derivation authenticate
909 .PHONY: update-guix-package update-NEWS release
910
911 # Downloading up-to-date PO files.
912
913 # make-download-po-rule DOMAIN DIRECTORY [FILE-NAME-PREFIX]
914 define make-download-po-rule
915
916 download-po.$(1):
917 if [ -f "$(top_srcdir)/$(2)/LINGUAS" ]; then \
918 LINGUAS="`grep -v '^[[:blank:]]*#' < $(top_srcdir)/$(2)/LINGUAS`" ; \
919 else \
920 LINGUAS="`(cd $(top_srcdir)/$(2); \
921 for i in *.po; do echo $$$$i; done) | cut -d . -f 2`" ; \
922 fi ; \
923 for lang in $$$$LINGUAS; do \
924 if wget -nv -O "$(top_srcdir)/$(2)/$(3)$$$$lang.po.tmp" \
925 "https://translationproject.org/latest/$(1)/$$$$lang.po" ; \
926 then \
927 mv "$(top_srcdir)/$(2)/$(3)$$$$lang.po"{.tmp,} ; \
928 else \
929 rm "$(top_srcdir)/$(2)/$(3)$$$$lang.po.tmp" ; \
930 fi ; \
931 done
932
933 .PHONY: download-po.$(1)
934
935 endef
936
937 $(eval $(call make-download-po-rule,guix,po/guix))
938 $(eval $(call make-download-po-rule,guix-packages,po/packages))
939 $(eval $(call make-download-po-rule,guix-manual,po/doc,guix-manual.))
940
941 download-po: $(foreach domain,guix guix-packages guix-manual,download-po.$(domain))
942 .PHONY: download-po
943
944 ## -------------- ##
945 ## Silent rules. ##
946 ## -------------- ##
947
948 AM_V_DL = $(AM_V_DL_$(V))
949 AM_V_DL_ = $(AM_V_DL_$(AM_DEFAULT_VERBOSITY))
950 AM_V_DL_0 = @echo " DL " $@;
951
952 AM_V_DOT = $(AM_V_DOT_$(V))
953 AM_V_DOT_ = $(AM_V_DOT_$(AM_DEFAULT_VERBOSITY))
954 AM_V_DOT_0 = @echo " DOT " $@;
955
956 AM_V_HELP2MAN = $(AM_V_HELP2MAN_$(V))
957 AM_V_HELP2MAN_ = $(AM_V_HELP2MAN_$(AM_DEFAULT_VERBOSITY))
958 AM_V_HELP2MAN_0 = @echo " HELP2MAN" $@;
959
960 AM_V_PO4A = $(AM_V_PO4A_$(V))
961 AM_V_PO4A_ = $(AM_V_PO4A_$(AM_DEFAULT_VERBOSITY))
962 AM_V_PO4A_0 = @echo " PO4A" $@;
963
964 AM_V_POXREF = $(AM_V_POXREF_$(V))
965 AM_V_POXREF_ = $(AM_V_POXREF_$(AM_DEFAULT_VERBOSITY))
966 AM_V_POXREF_0 = @echo " POXREF" $@;