gnu: calibre: Update to 2.85.1.
[guix.git] / Makefile.am
blob7c07d1b2b9e186558d98c5b0c1f77963c5c016ba
1 # GNU Guix --- Functional package management for GNU
2 # Copyright © 2012, 2013, 2014, 2015, 2016, 2017 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 Mathieu Lirzin <mthl@gnu.org>
6 # Copyright © 2016, 2017 Mark H Weaver <mhw@netris.org>
7 # Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
8 # Copyright © 2017 Leo Famulari <leo@famulari.name>
10 # This file is part of GNU Guix.
12 # GNU Guix is free software; you can redistribute it and/or modify it
13 # under the terms of the GNU General Public License as published by
14 # the Free Software Foundation; either version 3 of the License, or (at
15 # your option) any later version.
17 # GNU Guix is distributed in the hope that it will be useful, but
18 # WITHOUT ANY WARRANTY; without even the implied warranty of
19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20 # GNU General Public License for more details.
22 # You should have received a copy of the GNU General Public License
23 # along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.
25 bin_SCRIPTS =                                   \
26   scripts/guix
28 nodist_noinst_SCRIPTS =                         \
29   pre-inst-env                                  \
30   test-env
32 # Modules that are not compiled but are installed nonetheless, such as
33 # build-side modules with unusual dependencies.
34 MODULES_NOT_COMPILED =
36 include gnu/local.mk
38 MODULES =                                       \
39   guix/base16.scm                               \
40   guix/base32.scm                               \
41   guix/base64.scm                               \
42   guix/cpio.scm                                 \
43   guix/records.scm                              \
44   guix/gcrypt.scm                               \
45   guix/hash.scm                                 \
46   guix/pk-crypto.scm                            \
47   guix/pki.scm                                  \
48   guix/combinators.scm                          \
49   guix/memoization.scm                          \
50   guix/utils.scm                                \
51   guix/sets.scm                                 \
52   guix/modules.scm                              \
53   guix/download.scm                             \
54   guix/discovery.scm                            \
55   guix/git-download.scm                         \
56   guix/hg-download.scm                          \
57   guix/monads.scm                               \
58   guix/monad-repl.scm                           \
59   guix/gexp.scm                                 \
60   guix/profiles.scm                             \
61   guix/serialization.scm                        \
62   guix/nar.scm                                  \
63   guix/derivations.scm                          \
64   guix/grafts.scm                               \
65   guix/gnu-maintenance.scm                      \
66   guix/upstream.scm                             \
67   guix/licenses.scm                             \
68   guix/graph.scm                                \
69   guix/cache.scm                                \
70   guix/cve.scm                                  \
71   guix/workers.scm                              \
72   guix/zlib.scm                                 \
73   guix/build-system.scm                         \
74   guix/build-system/ant.scm                     \
75   guix/build-system/cargo.scm                   \
76   guix/build-system/cmake.scm                   \
77   guix/build-system/dub.scm                     \
78   guix/build-system/emacs.scm                   \
79   guix/build-system/asdf.scm                    \
80   guix/build-system/glib-or-gtk.scm             \
81   guix/build-system/gnu.scm                     \
82   guix/build-system/haskell.scm                 \
83   guix/build-system/perl.scm                    \
84   guix/build-system/python.scm                  \
85   guix/build-system/ocaml.scm                   \
86   guix/build-system/waf.scm                     \
87   guix/build-system/r.scm                       \
88   guix/build-system/ruby.scm                    \
89   guix/build-system/trivial.scm                 \
90   guix/ftp-client.scm                           \
91   guix/http-client.scm                          \
92   guix/gnupg.scm                                \
93   guix/elf.scm                                  \
94   guix/store.scm                                \
95   guix/cvs-download.scm                         \
96   guix/svn-download.scm                         \
97   guix/ui.scm                                   \
98   guix/build/ant-build-system.scm               \
99   guix/build/download.scm                       \
100   guix/build/cargo-build-system.scm             \
101   guix/build/cmake-build-system.scm             \
102   guix/build/dub-build-system.scm               \
103   guix/build/emacs-build-system.scm             \
104   guix/build/asdf-build-system.scm              \
105   guix/build/git.scm                            \
106   guix/build/hg.scm                             \
107   guix/build/glib-or-gtk-build-system.scm       \
108   guix/build/gnu-build-system.scm               \
109   guix/build/gnu-dist.scm                       \
110   guix/build/perl-build-system.scm              \
111   guix/build/python-build-system.scm            \
112   guix/build/ocaml-build-system.scm             \
113   guix/build/r-build-system.scm                 \
114   guix/build/ruby-build-system.scm              \
115   guix/build/waf-build-system.scm               \
116   guix/build/haskell-build-system.scm           \
117   guix/build/store-copy.scm                     \
118   guix/build/utils.scm                          \
119   guix/build/union.scm                          \
120   guix/build/profiles.scm                       \
121   guix/build/pull.scm                           \
122   guix/build/rpath.scm                          \
123   guix/build/cvs.scm                            \
124   guix/build/svn.scm                            \
125   guix/build/syscalls.scm                       \
126   guix/build/gremlin.scm                        \
127   guix/build/emacs-utils.scm                    \
128   guix/build/java-utils.scm                     \
129   guix/build/lisp-utils.scm                     \
130   guix/build/graft.scm                          \
131   guix/build/bournish.scm                       \
132   guix/build/qt-utils.scm                       \
133   guix/build/make-bootstrap.scm                 \
134   guix/search-paths.scm                         \
135   guix/packages.scm                             \
136   guix/import/utils.scm                         \
137   guix/import/gnu.scm                           \
138   guix/import/snix.scm                          \
139   guix/import/cabal.scm                         \
140   guix/import/cran.scm                          \
141   guix/import/hackage.scm                       \
142   guix/import/elpa.scm                          \
143   guix/scripts.scm                              \
144   guix/scripts/download.scm                     \
145   guix/scripts/perform-download.scm             \
146   guix/scripts/build.scm                        \
147   guix/scripts/archive.scm                      \
148   guix/scripts/import.scm                       \
149   guix/scripts/package.scm                      \
150   guix/scripts/gc.scm                           \
151   guix/scripts/hash.scm                         \
152   guix/scripts/pack.scm                         \
153   guix/scripts/pull.scm                         \
154   guix/scripts/substitute.scm                   \
155   guix/scripts/authenticate.scm                 \
156   guix/scripts/refresh.scm                      \
157   guix/scripts/system.scm                       \
158   guix/scripts/lint.scm                         \
159   guix/scripts/challenge.scm                    \
160   guix/scripts/import/cran.scm                  \
161   guix/scripts/import/gnu.scm                   \
162   guix/scripts/import/nix.scm                   \
163   guix/scripts/import/hackage.scm               \
164   guix/scripts/import/elpa.scm                  \
165   guix/scripts/environment.scm                  \
166   guix/scripts/publish.scm                      \
167   guix/scripts/edit.scm                         \
168   guix/scripts/size.scm                         \
169   guix/scripts/graph.scm                        \
170   guix/scripts/container.scm                    \
171   guix/scripts/container/exec.scm               \
172   guix.scm                                      \
173   $(GNU_SYSTEM_MODULES)
175 if HAVE_GUILE_JSON
177 MODULES +=                                      \
178   guix/docker.scm                               \
179   guix/import/cpan.scm                          \
180   guix/import/crate.scm                         \
181   guix/import/gem.scm                           \
182   guix/import/github.scm                        \
183   guix/import/json.scm                          \
184   guix/import/pypi.scm                          \
185   guix/import/stackage.scm                      \
186   guix/scripts/import/crate.scm                 \
187   guix/scripts/import/gem.scm                   \
188   guix/scripts/import/pypi.scm                  \
189   guix/scripts/import/stackage.scm
191 endif
193 if HAVE_GUILE_SSH
195 MODULES +=                                      \
196   guix/ssh.scm                                  \
197   guix/scripts/copy.scm                         \
198   guix/store/ssh.scm
200 endif HAVE_GUILE_SSH
202 if BUILD_DAEMON_OFFLOAD
204 MODULES +=                                      \
205   guix/scripts/offload.scm
207 endif BUILD_DAEMON_OFFLOAD
209 # Internal modules with test suite support.
210 dist_noinst_DATA = guix/tests.scm guix/tests/http.scm
212 # Auxiliary files for packages.
213 AUX_FILES =                                             \
214   gnu/packages/aux-files/emacs/guix-emacs.el            \
215   gnu/packages/aux-files/linux-libre/4.11-i686.conf     \
216   gnu/packages/aux-files/linux-libre/4.11-x86_64.conf   \
217   gnu/packages/aux-files/linux-libre/4.9-i686.conf      \
218   gnu/packages/aux-files/linux-libre/4.9-x86_64.conf    \
219   gnu/packages/aux-files/linux-libre/4.4-i686.conf      \
220   gnu/packages/aux-files/linux-libre/4.4-x86_64.conf    \
221   gnu/packages/aux-files/linux-libre/4.1-i686.conf      \
222   gnu/packages/aux-files/linux-libre/4.1-x86_64.conf
224 # Templates, examples.
225 EXAMPLES =                                      \
226   gnu/system/examples/bare-bones.tmpl           \
227   gnu/system/examples/desktop.tmpl              \
228   gnu/system/examples/lightweight-desktop.tmpl  \
229   gnu/system/examples/vm-image.tmpl
231 GOBJECTS = $(MODULES:%.scm=%.go) guix/config.go $(dist_noinst_DATA:%.scm=%.go)
233 nobase_dist_guilemodule_DATA =                                  \
234   $(MODULES) $(MODULES_NOT_COMPILED) $(AUX_FILES) $(EXAMPLES)   \
235   $(MISC_DISTRO_FILES)
236 nobase_nodist_guilemodule_DATA = guix/config.scm
237 nobase_nodist_guileobject_DATA = $(GOBJECTS)
239 # Do we need to provide our own non-broken (srfi srfi-37) module?
240 if INSTALL_SRFI_37
242 nobase_nodist_guilemodule_DATA += srfi/srfi-37.scm
243 GOBJECTS += srfi/srfi-37.go
245 srfi/srfi-37.scm: srfi/srfi-37.scm.in
246         $(MKDIR_P) srfi
247         cp "$<" "$@"
249 endif INSTALL_SRFI_37
251 # Handy way to remove the .go files without removing all the rest.
252 clean-go:
253         -$(RM) -f $(GOBJECTS)
254         @find . -name '*.go' -print | \
255           if test -t 1; then \
256             xargs -r echo -e "\033[31mwarning:\033[0m stray .go files:"; \
257           else \
258             xargs -r echo "warning: stray .go files:"; \
259           fi
262 # Test extensions; has to be unconditional.
263 TEST_EXTENSIONS = .scm .sh
265 if CAN_RUN_TESTS
267 SCM_TESTS =                                     \
268   tests/base16.scm                              \
269   tests/base32.scm                              \
270   tests/base64.scm                              \
271   tests/cpio.scm                                \
272   tests/hash.scm                                \
273   tests/pk-crypto.scm                           \
274   tests/pki.scm                                 \
275   tests/sets.scm                                \
276   tests/modules.scm                             \
277   tests/gnu-maintenance.scm                     \
278   tests/substitute.scm                          \
279   tests/builders.scm                            \
280   tests/derivations.scm                         \
281   tests/grafts.scm                              \
282   tests/ui.scm                                  \
283   tests/records.scm                             \
284   tests/upstream.scm                            \
285   tests/combinators.scm                         \
286   tests/discovery.scm                           \
287   tests/utils.scm                               \
288   tests/build-utils.scm                         \
289   tests/packages.scm                            \
290   tests/snix.scm                                \
291   tests/hackage.scm                             \
292   tests/cran.scm                                \
293   tests/elpa.scm                                \
294   tests/store.scm                               \
295   tests/monads.scm                              \
296   tests/gexp.scm                                \
297   tests/nar.scm                                 \
298   tests/union.scm                               \
299   tests/profiles.scm                            \
300   tests/search-paths.scm                        \
301   tests/syscalls.scm                            \
302   tests/gremlin.scm                             \
303   tests/bournish.scm                            \
304   tests/lint.scm                                \
305   tests/publish.scm                             \
306   tests/scripts.scm                             \
307   tests/size.scm                                \
308   tests/graph.scm                               \
309   tests/challenge.scm                           \
310   tests/cache.scm                               \
311   tests/cve.scm                                 \
312   tests/workers.scm                             \
313   tests/zlib.scm                                \
314   tests/file-systems.scm                        \
315   tests/system.scm                              \
316   tests/services.scm                            \
317   tests/scripts-build.scm                       \
318   tests/containers.scm                          \
319   tests/pack.scm                                \
320   tests/import-utils.scm
322 if HAVE_GUILE_JSON
324 SCM_TESTS +=                                    \
325   tests/pypi.scm                                \
326   tests/cpan.scm                                \
327   tests/gem.scm                                 \
328   tests/crate.scm
330 endif
332 SH_TESTS =                                      \
333   tests/guix-build.sh                           \
334   tests/guix-download.sh                        \
335   tests/guix-gc.sh                              \
336   tests/guix-hash.sh                            \
337   tests/guix-package.sh                         \
338   tests/guix-package-net.sh                     \
339   tests/guix-system.sh                          \
340   tests/guix-archive.sh                         \
341   tests/guix-authenticate.sh                    \
342   tests/guix-environment.sh                     \
343   tests/guix-environment-container.sh           \
344   tests/guix-graph.sh                           \
345   tests/guix-lint.sh
347 if BUILD_DAEMON
349 SH_TESTS += tests/guix-register.sh
351 endif BUILD_DAEMON
354 TESTS = $(SCM_TESTS) $(SH_TESTS)
356 AM_TESTS_ENVIRONMENT = abs_top_srcdir="$(abs_top_srcdir)" GUILE_AUTO_COMPILE=0
358 SCM_LOG_DRIVER =                                \
359   $(top_builddir)/test-env --quiet-stderr       \
360   $(GUILE) --no-auto-compile -e main            \
361       $(top_srcdir)/build-aux/test-driver.scm
363 AM_SCM_LOG_DRIVER_FLAGS = --brief=yes
365 SH_LOG_COMPILER = $(top_builddir)/test-env $(SHELL)
366 AM_SH_LOG_FLAGS = -x -e
368 # Make sure `tests/guix-gc.sh' runs last, after all the others.  Otherwise it
369 # could end up removing files from the store while they are being used by
370 # other instances of the daemon.
371 tests/guix-gc.log:                                                      \
372   $(patsubst %.sh,%.log,$(filter-out tests/guix-gc.sh,$(SH_TESTS)))     \
373   $(SCM_TESTS:%.scm=%.log)
375 else !CAN_RUN_TESTS
377 TESTS =
378 SH_TESTS =
379 SCM_TESTS =
381 # Automake always generates a 'check' target, so better not override it.
382 check-local:
383         @echo
384         @echo "Cannot run tests because file name limits would be exceeded." >&2
385         @echo "Look for 'length' in the 'config.log' file for details." >&2
386         @echo
387         @exit 1
389 endif !CAN_RUN_TESTS
391 check-system: $(GOBJECTS) $(BOOTSTRAP_GUILE_TARBALLS)
392         $(AM_V_at)$(top_builddir)/pre-inst-env                  \
393            $(GUILE) --no-auto-compile                           \
394            -e '(@@ (run-system-tests) run-system-tests)'        \
395            $(top_srcdir)/build-aux/run-system-tests.scm
397 # Public key used to sign substitutes from hydra.gnu.org & co.
398 dist_pkgdata_DATA =                             \
399   hydra.gnu.org.pub                             \
400   bayfront.guixsd.org.pub
402 # Bash completion file.
403 dist_bashcompletion_DATA = etc/completion/bash/guix
405 # Zsh completion file.
406 dist_zshcompletion_DATA = etc/completion/zsh/_guix
408 EXTRA_DIST =                                            \
409   HACKING                                               \
410   ROADMAP                                               \
411   TODO                                                  \
412   CODE-OF-CONDUCT                                       \
413   .dir-locals.el                                        \
414   build-aux/build-self.scm                              \
415   build-aux/compile-all.scm                             \
416   build-aux/hydra/evaluate.scm                          \
417   build-aux/hydra/gnu-system.scm                        \
418   build-aux/hydra/guix.scm                              \
419   build-aux/check-available-binaries.scm                \
420   build-aux/check-final-inputs-self-contained.scm       \
421   build-aux/download.scm                                \
422   build-aux/generate-authors.scm                        \
423   build-aux/test-driver.scm                             \
424   build-aux/update-guix-package.scm                     \
425   build-aux/run-system-tests.scm                        \
426   d3.v3.js                                              \
427   graph.js                                              \
428   srfi/srfi-37.scm.in                                   \
429   srfi/srfi-64.scm                                      \
430   srfi/srfi-64.upstream.scm                             \
431   tests/test.drv                                        \
432   tests/signing-key.pub                                 \
433   tests/signing-key.sec                                 \
434   tests/cve-sample.xml                                  \
435   build-aux/config.rpath                                \
436   bootstrap                                             \
437   release.nix                                           \
438   $(TESTS)
440 if !BUILD_DAEMON_OFFLOAD
442 EXTRA_DIST +=                                   \
443   guix/scripts/offload.scm
445 endif !BUILD_DAEMON_OFFLOAD
448 CLEANFILES =                                    \
449   $(GOBJECTS)                                   \
450   $(SCM_TESTS:tests/%.scm=%.log)
452 # Unset 'GUILE_LOAD_COMPILED_PATH' altogether while compiling.  Otherwise, if
453 # $GUILE_LOAD_COMPILED_PATH contains $(moduledir), we may find .go files in
454 # there that are newer than the local .scm files (for instance because the
455 # user ran 'make install' recently).  When that happens, we end up loading
456 # those previously-installed .go files, which may be stale, thereby breaking
457 # the whole thing.  Likewise, set 'XDG_CACHE_HOME' to avoid loading possibly
458 # stale files from ~/.cache/guile/ccache.
459 %.go: make-go ; @:
460 make-go: $(MODULES) guix/config.scm $(dist_noinst_DATA)
461         $(AM_V_at)echo "Compiling Scheme modules..." ;                  \
462         unset GUILE_LOAD_COMPILED_PATH ;                                \
463         XDG_CACHE_HOME=/nowhere                                         \
464         host=$(host) srcdir="$(top_srcdir)"                             \
465         $(top_builddir)/pre-inst-env                                    \
466         $(GUILE) -L "$(top_builddir)" -L "$(top_srcdir)"                \
467           --no-auto-compile                                             \
468           -s "$(top_srcdir)"/build-aux/compile-all.scm $^
470 SUFFIXES = .go
472 # Make sure source files are installed first, so that the mtime of
473 # installed compiled files is greater than that of installed source
474 # files.  See
475 # <http://lists.gnu.org/archive/html/guile-devel/2010-07/msg00125.html>
476 # for details.
477 guix_install_go_files = install-nobase_nodist_guileobjectDATA
478 $(guix_install_go_files): install-nobase_dist_guilemoduleDATA
480 # The above trick doesn't work for 'config.go' because both 'config.scm' and
481 # 'config.go' are listed in $(nobase_nodist_guileobject_DATA).  Thus, give it
482 # special treatment.
483 install-data-hook: set-bootstrap-executable-permissions
484         touch "$(DESTDIR)$(guileobjectdir)/guix/config.go"
487 SUBDIRS = po/guix po/packages
488 BUILT_SOURCES =
490 include doc/local.mk
492 if BUILD_DAEMON
494 include nix/local.mk
496 endif BUILD_DAEMON
498 ACLOCAL_AMFLAGS = -I m4
500 # Pass an explicit '--localstatedir' so that configure does not error out if
501 # it finds an existing installation with a different localstatedir.  Inherit
502 # 'ac_cv_guix_test_root' so that "make check" in $(distdir) does not have to
503 # repopulate the whole store, and to make sure $(GUIX_TEST_ROOT) is short
504 # enough for shebangs.
505 AM_DISTCHECK_CONFIGURE_FLAGS =                  \
506   --localstatedir="$$dc_install_base/var"       \
507   --with-libgcrypt-prefix="$(LIBGCRYPT_PREFIX)" \
508   --with-libgcrypt-libdir="$(LIBGCRYPT_LIBDIR)" \
509   --with-nix-prefix="$(NIX_PREFIX)"             \
510   --enable-daemon                               \
511   ac_cv_guix_test_root="$(GUIX_TEST_ROOT)"
513 # The self-contained tarball.  Add 'glibc-utf8-locales' along with glibc just
514 # so 'etc/profile' defines 'GUIX_LOCPATH' pointing to a valid set of locales.
515 guix-binary.%.tar.xz:
516         $(AM_V_GEN)GUIX_PACKAGE_PATH=                                   \
517         tarball=`$(top_builddir)/pre-inst-env guix pack -K -C xz        \
518           -s "$*" --localstatedir guix glibc-utf8-locales               \
519           -e  '(@@ (gnu packages commencement) glibc-final)'` ;         \
520         cp "$$tarball" "$@.tmp" ; mv "$@.tmp" "$@"
523 dist-hook: $(distdir)/ChangeLog gen-AUTHORS gen-tarball-version
524 dist-hook: assert-no-store-file-names
526 distcheck-hook: assert-binaries-available assert-final-inputs-self-contained
528 EXTRA_DIST += $(top_srcdir)/.version
529 BUILT_SOURCES += $(top_srcdir)/.version
530 $(top_srcdir)/.version:
531         echo $(VERSION) > "$@-t" && mv "$@-t" "$@"
533 gen-tarball-version:
534         echo $(VERSION) > "$(distdir)/.tarball-version"
536 gen-ChangeLog $(distdir)/ChangeLog:
537         $(AM_V_GEN)if test -d .git; then                \
538           $(top_srcdir)/build-aux/gitlog-to-changelog   \
539             > $(distdir)/cl-t;                          \
540           rm -f $(distdir)/ChangeLog;                   \
541           mv $(distdir)/cl-t $(distdir)/ChangeLog;      \
542         fi
544 gen-AUTHORS:
545         $(AM_V_GEN)if test -d .git; then                        \
546           rm -f "$(distdir)/AUTHORS";                           \
547           $(top_builddir)/pre-inst-env "$(GUILE)"               \
548             "$(top_srcdir)/build-aux/generate-authors.scm"      \
549             "$(top_srcdir)" "$(distdir)/AUTHORS";               \
550         fi
554 # Release management.
557 releasedir = release-$(PACKAGE_VERSION)
559 PACKAGE_FULL_TARNAME = $(PACKAGE_TARNAME)-$(PACKAGE_VERSION)
561 # List of source tarballs produced.  This must be kept in sync with the
562 # 'dist-' options of 'AM_INIT_AUTOMAKE' in 'configure.ac'.
563 SOURCE_TARBALLS =                                       \
564   $(foreach ext,tar.gz,$(PACKAGE_FULL_TARNAME).$(ext))
566 # Systems supported by Guix.
567 SUPPORTED_SYSTEMS ?= x86_64-linux i686-linux armhf-linux
569 # Guix binary tarballs.
570 BINARY_TARBALLS =                                                       \
571   $(foreach system,$(SUPPORTED_SYSTEMS),guix-binary.$(system).tar.xz)
573 # Systems supported by GuixSD.
574 GUIXSD_SUPPORTED_SYSTEMS ?= x86_64-linux i686-linux
576 # Systems for which we build GuixSD VMs.
577 GUIXSD_VM_SYSTEMS ?= x86_64-linux
579 # Prefix of the GuixSD installation image file name.
580 GUIXSD_IMAGE_BASE = guixsd-usb-install-$(PACKAGE_VERSION)
582 # Prefix of the GuixSD VM image file name.
583 GUIXSD_VM_IMAGE_BASE = guixsd-vm-image-$(PACKAGE_VERSION)
585 # Size of the installation image (for x86_64 typically).
586 GUIXSD_INSTALLATION_IMAGE_SIZE ?= 950MiB
588 # Size of the VM image (for x86_64 typically).
589 GUIXSD_VM_IMAGE_SIZE ?= 2GiB
591 # The release process works in several phases:
593 #   0. We assume the developer created a 'vX.Y' tag.
594 #   1. Build the source tarball.
595 #   2. Update the 'guix' package so that it corresponds to the 'vX.Y' tag.
596 #   3. Build the binary tarballs for that 'guix' package.
597 #   4. Update the 'guix' package again.
598 #   5. Build the GuixSD installation images.  The images will run 'guix'
599 #      corresponding to 'vX.Y' + 1 commit, and they will install 'vX.Y'.
601 # This 'release' target takes care of everything and copies the resulting
602 # files to $(releasedir).
604 # XXX: Depend on 'dist' rather than 'distcheck' to work around the Gettext
605 # issue described at <https://savannah.gnu.org/bugs/index.php?51027>.
606 release: dist
607         cd po; git checkout .
608         @if ! git diff-index --quiet HEAD; then                 \
609           echo "There are uncommitted changes; stopping." >&2 ; \
610           exit 1 ;                                              \
611         fi
612         $(MKDIR_P) "$(releasedir)"
613         rm -f "$(releasedir)"/*
614         mv $(SOURCE_TARBALLS) "$(releasedir)"
615         $(top_builddir)/pre-inst-env "$(GUILE)"                 \
616            $(top_srcdir)/build-aux/update-guix-package.scm      \
617            "`git rev-parse HEAD`" "$(PACKAGE_VERSION)"
618         git add $(top_srcdir)/gnu/packages/package-management.scm
619         git commit -m "gnu: guix: Update to $(PACKAGE_VERSION)."
620         rm -f $(BINARY_TARBALLS)
621         $(MAKE) $(BINARY_TARBALLS)
622         for system in $(SUPPORTED_SYSTEMS) ; do                                 \
623           mv "guix-binary.$$system.tar.xz"                                      \
624               "$(releasedir)/guix-binary-$(PACKAGE_VERSION).$$system.tar.xz" ;  \
625         done
626         $(top_builddir)/pre-inst-env "$(GUILE)"                 \
627            $(top_srcdir)/build-aux/update-guix-package.scm      \
628            "`git rev-parse HEAD`"
629         git add $(top_srcdir)/gnu/packages/package-management.scm
630         git commit -m "gnu: guix: Update to `git rev-parse HEAD | cut -c1-7`."
631         for system in $(GUIXSD_SUPPORTED_SYSTEMS) ; do                                  \
632           image=`$(top_builddir)/pre-inst-env                                           \
633             guix system disk-image                                                      \
634             --system=$$system                                                           \
635             --image-size=$(GUIXSD_INSTALLATION_IMAGE_SIZE)                              \
636             gnu/system/install.scm` ;                                                   \
637           if [ ! -f "$$image" ] ; then                                                  \
638             echo "failed to produced GuixSD installation image for $$system" >&2 ;      \
639             exit 1 ;                                                                    \
640           fi ;                                                                          \
641           xz < "$$image" > "$(releasedir)/$(GUIXSD_IMAGE_BASE).$$system.xz.tmp" ;       \
642           mv "$(releasedir)/$(GUIXSD_IMAGE_BASE).$$system.xz.tmp"                       \
643              "$(releasedir)/$(GUIXSD_IMAGE_BASE).$$system.xz" ;                         \
644         done
645         for system in $(GUIXSD_VM_SYSTEMS) ; do                                         \
646           image=`$(top_builddir)/pre-inst-env                                           \
647             guix system vm-image                                                        \
648             --system=$$system                                                           \
649             --image-size=$(GUIXSD_VM_IMAGE_SIZE)                                        \
650             gnu/system/examples/vm-image.tmpl` ;                                        \
651           if [ ! -f "$$image" ] ; then                                                  \
652             echo "failed to produced GuixSD VM image for $$system" >&2 ;                \
653             exit 1 ;                                                                    \
654           fi ;                                                                          \
655           xz < "$$image" > "$(releasedir)/$(GUIXSD_VM_IMAGE_BASE).$$system.xz.tmp" ;    \
656           mv "$(releasedir)/$(GUIXSD_VM_IMAGE_BASE).$$system.xz.tmp"                    \
657              "$(releasedir)/$(GUIXSD_VM_IMAGE_BASE).$$system.xz" ;                      \
658         done
659         @echo
660         @echo "Congratulations!  All the release files are now in $(releasedir)."
661         @echo
663 update-guix-package:
664         git rev-parse HEAD
665         $(top_builddir)/pre-inst-env "$(GUILE)"                 \
666            $(top_srcdir)/build-aux/update-guix-package.scm      \
667            "`git rev-parse HEAD`"
669 # Make sure we're not shipping a file that embeds a local /gnu/store file name.
670 assert-no-store-file-names: $(distdir)/ChangeLog
671         $(AM_V_at)if grep -r --exclude=*.texi --exclude=*.info                  \
672              --exclude=*.info-[0-9] --exclude=*.dot                             \
673              --exclude=*.eps --exclude-dir=bootstrap                            \
674              --exclude=guix-prettify.el                                         \
675              --exclude=ChangeLog                                                \
676              -E "$(storedir)/[a-z0-9]{32}-" $(distdir) ;                        \
677         then                                                                    \
678           echo "error: store file names embedded in the distribution" >&2 ;     \
679           exit 1 ;                                                              \
680         fi
682 # Make sure hydra.gnu.org has the important binaries.
683 assert-binaries-available: $(GOBJECTS)
684         $(AM_V_at)$(top_builddir)/pre-inst-env "$(GUILE)"                       \
685           "$(top_srcdir)/build-aux/check-available-binaries.scm"
687 # Make sure the final inputs don't refer to bootstrap tools.
688 assert-final-inputs-self-contained: $(GOBJECTS)
689         $(AM_V_at)$(top_builddir)/pre-inst-env "$(GUILE)"                       \
690           "$(top_srcdir)/build-aux/check-final-inputs-self-contained.scm"
692 # Compute the Hydra jobs and write them in the target file.
693 hydra-jobs.scm: $(GOBJECTS)
694         $(AM_V_at)$(MKDIR_P) "`dirname "$@"`"
695         $(AM_V_GEN)$(top_builddir)/pre-inst-env "$(GUILE)"              \
696           "$(top_srcdir)/build-aux/hydra/evaluate.scm"                  \
697           "$(top_srcdir)/build-aux/hydra/gnu-system.scm" > "$@.tmp"
698         $(AM_V_at)mv "$@.tmp" "$@"
700 .PHONY: gen-ChangeLog gen-AUTHORS gen-tarball-version
701 .PHONY: assert-no-store-file-names assert-binaries-available
702 .PHONY: assert-final-inputs-self-contained
703 .PHONY: clean-go make-go
704 .PHONY: update-guix-package release
706 ## -------------- ##
707 ## Silent rules.  ##
708 ## -------------- ##
710 AM_V_DL = $(AM_V_DL_$(V))
711 AM_V_DL_ = $(AM_V_DL_$(AM_DEFAULT_VERBOSITY))
712 AM_V_DL_0 = @echo "  DL      " $@;
714 AM_V_DOT = $(AM_V_DOT_$(V))
715 AM_V_DOT_ = $(AM_V_DOT_$(AM_DEFAULT_VERBOSITY))
716 AM_V_DOT_0 = @echo "  DOT     " $@;
718 AM_V_HELP2MAN = $(AM_V_HELP2MAN_$(V))
719 AM_V_HELP2MAN_ = $(AM_V_HELP2MAN_$(AM_DEFAULT_VERBOSITY))
720 AM_V_HELP2MAN_0 = @echo "  HELP2MAN" $@;