gnu: Add ghc-transformers-0.4.2.0.
[jackhill/guix/guix.git] / Makefile.am
CommitLineData
233e7676 1# GNU Guix --- Functional package management for GNU
bb251307 2# Copyright © 2012, 2013, 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org>
f2499672 3# Copyright © 2013 Andreas Enge <andreas@enge.fr>
a8ac45b1 4# Copyright © 2015 Alex Kost <alezost@gmail.com>
8c3d8894 5# Copyright © 2016 Mathieu Lirzin <mthl@gnu.org>
adddd5ba 6# Copyright © 2016 Mark H Weaver <mhw@netris.org>
af51c820 7#
233e7676 8# This file is part of GNU Guix.
af51c820 9#
233e7676 10# GNU Guix is free software; you can redistribute it and/or modify it
af51c820
LC
11# under the terms of the GNU General Public License as published by
12# the Free Software Foundation; either version 3 of the License, or (at
13# your option) any later version.
14#
233e7676 15# GNU Guix is distributed in the hope that it will be useful, but
af51c820
LC
16# WITHOUT ANY WARRANTY; without even the implied warranty of
17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18# GNU General Public License for more details.
19#
20# You should have received a copy of the GNU General Public License
233e7676 21# along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
af51c820 22
c52a5bf0 23bin_SCRIPTS = \
e49951eb 24 scripts/guix
14a1c319 25
58867ae7
MW
26nodist_noinst_SCRIPTS = \
27 pre-inst-env \
28 test-env
29
03d0e2d2 30include gnu/local.mk
d516736c 31
af51c820 32MODULES = \
ddc29a78 33 guix/base32.scm \
e9c6c584 34 guix/base64.scm \
7a18c3cc 35 guix/cpio.scm \
c0cd1b3e 36 guix/records.scm \
4862bc4a 37 guix/gcrypt.scm \
72626a71 38 guix/hash.scm \
3476ded9 39 guix/pk-crypto.scm \
8b420f74 40 guix/pki.scm \
958dd3ce 41 guix/combinators.scm \
73fbb904 42 guix/utils.scm \
d326767e 43 guix/sets.scm \
7ca87354 44 guix/modules.scm \
de1355f1 45 guix/download.scm \
9b5b5c17 46 guix/git-download.scm \
c4e48b68 47 guix/hg-download.scm \
b860f382 48 guix/monads.scm \
b9b86078 49 guix/monad-repl.scm \
21b679f6 50 guix/gexp.scm \
cc4ecc2d 51 guix/profiles.scm \
0f41c26f
LC
52 guix/serialization.scm \
53 guix/nar.scm \
af51c820 54 guix/derivations.scm \
7adf9b84 55 guix/grafts.scm \
22189ed1 56 guix/gnu-maintenance.scm \
0a7c5a09 57 guix/upstream.scm \
838d78e3 58 guix/licenses.scm \
8fb58371 59 guix/graph.scm \
0eef7551 60 guix/cve.scm \
72153902 61 guix/zlib.scm \
208f7cd1 62 guix/build-system.scm \
5f7a1a4d 63 guix/build-system/ant.scm \
c6bded8a 64 guix/build-system/cmake.scm \
e9137a53 65 guix/build-system/emacs.scm \
be3425e5 66 guix/build-system/glib-or-gtk.scm \
208f7cd1 67 guix/build-system/gnu.scm \
ce6fc7d6 68 guix/build-system/haskell.scm \
08fd1ebe 69 guix/build-system/perl.scm \
40506d5d 70 guix/build-system/python.scm \
a677c726 71 guix/build-system/waf.scm \
f8f3bef6 72 guix/build-system/r.scm \
c08f9818 73 guix/build-system/ruby.scm \
be13fbfa 74 guix/build-system/trivial.scm \
457dd86d 75 guix/ftp-client.scm \
3b8258c5 76 guix/http-client.scm \
0fdd3bea 77 guix/gnupg.scm \
d5d16686 78 guix/elf.scm \
af51c820 79 guix/store.scm \
89328d24 80 guix/cvs-download.scm \
b3acf365 81 guix/svn-download.scm \
073c34d7 82 guix/ui.scm \
5f7a1a4d 83 guix/build/ant-build-system.scm \
62cab99c 84 guix/build/download.scm \
c6bded8a 85 guix/build/cmake-build-system.scm \
e9137a53 86 guix/build/emacs-build-system.scm \
9b5b5c17 87 guix/build/git.scm \
c4e48b68 88 guix/build/hg.scm \
be3425e5 89 guix/build/glib-or-gtk-build-system.scm \
af51c820 90 guix/build/gnu-build-system.scm \
fe12c345 91 guix/build/gnu-dist.scm \
08fd1ebe 92 guix/build/perl-build-system.scm \
40506d5d 93 guix/build/python-build-system.scm \
f8f3bef6 94 guix/build/r-build-system.scm \
c08f9818 95 guix/build/ruby-build-system.scm \
a677c726 96 guix/build/waf-build-system.scm \
9fd6c2ba 97 guix/build/haskell-build-system.scm \
6fd1a796 98 guix/build/store-copy.scm \
1273d44a 99 guix/build/utils.scm \
c8c88afa 100 guix/build/union.scm \
611adb1e 101 guix/build/profiles.scm \
3dbeecd2 102 guix/build/pull.scm \
3309e3a1 103 guix/build/rpath.scm \
89328d24 104 guix/build/cvs.scm \
b3acf365 105 guix/build/svn.scm \
875715ca 106 guix/build/syscalls.scm \
15aa2c38 107 guix/build/gremlin.scm \
75f3b1a1 108 guix/build/emacs-utils.scm \
fb59e275 109 guix/build/graft.scm \
f2e4805b 110 guix/build/bournish.scm \
2098d024 111 guix/build/qt-utils.scm \
e89431bf 112 guix/search-paths.scm \
e3ce5d70 113 guix/packages.scm \
1b3e9685 114 guix/import/utils.scm \
7047133f 115 guix/import/gnu.scm \
1b3e9685 116 guix/import/snix.scm \
a4154748 117 guix/import/cabal.scm \
e1248602 118 guix/import/cran.scm \
a4154748 119 guix/import/hackage.scm \
7f74a931 120 guix/import/elpa.scm \
88981dd3 121 guix/scripts.scm \
de1355f1
LC
122 guix/scripts/download.scm \
123 guix/scripts/build.scm \
760c60d6 124 guix/scripts/archive.scm \
de1355f1
LC
125 guix/scripts/import.scm \
126 guix/scripts/package.scm \
127 guix/scripts/gc.scm \
128 guix/scripts/hash.scm \
129 guix/scripts/pull.scm \
2c74fde0 130 guix/scripts/substitute.scm \
526382ff 131 guix/scripts/authenticate.scm \
de1355f1 132 guix/scripts/refresh.scm \
523e4896 133 guix/scripts/system.scm \
b4f5e0e8 134 guix/scripts/lint.scm \
d23c20f1 135 guix/scripts/challenge.scm \
e1248602 136 guix/scripts/import/cran.scm \
7047133f 137 guix/scripts/import/gnu.scm \
1b3e9685 138 guix/scripts/import/nix.scm \
a4154748 139 guix/scripts/import/hackage.scm \
7f74a931 140 guix/scripts/import/elpa.scm \
372c4bbc 141 guix/scripts/environment.scm \
aff8ce7c 142 guix/scripts/publish.scm \
39bee8a2 143 guix/scripts/edit.scm \
fcc58db6 144 guix/scripts/size.scm \
88856916 145 guix/scripts/graph.scm \
32efa254
DT
146 guix/scripts/container.scm \
147 guix/scripts/container/exec.scm \
e3ce5d70 148 guix.scm \
d516736c 149 $(GNU_SYSTEM_MODULES)
af51c820 150
bb251307
LC
151if HAVE_GUILE_JSON
152
153MODULES += \
70161842 154 guix/import/github.scm \
bb251307
LC
155 guix/import/json.scm \
156 guix/import/pypi.scm \
157 guix/scripts/import/pypi.scm \
158 guix/import/cpan.scm \
159 guix/scripts/import/gem.scm \
160 guix/import/gem.scm
161
162endif
163
49e6291a
LC
164if BUILD_DAEMON_OFFLOAD
165
166MODULES += \
167 guix/scripts/offload.scm
168
169endif BUILD_DAEMON_OFFLOAD
170
c1bc358f 171# Internal module with test suite support.
02754a5e 172dist_noinst_DATA = guix/tests.scm
c1bc358f 173
a94546ec
LC
174# Linux-Libre configurations.
175KCONFIGS = \
de348a0b
MW
176 gnu/packages/linux-libre-4.7-i686.conf \
177 gnu/packages/linux-libre-4.7-x86_64.conf \
75b314a6
MW
178 gnu/packages/linux-libre-4.4-i686.conf \
179 gnu/packages/linux-libre-4.4-x86_64.conf \
adddd5ba
MW
180 gnu/packages/linux-libre-4.1-i686.conf \
181 gnu/packages/linux-libre-4.1-x86_64.conf
1959fb04 182
ebc32b31
LC
183# Templates, examples.
184EXAMPLES = \
36ffaca2 185 gnu/system/examples/bare-bones.tmpl \
d038b674
LC
186 gnu/system/examples/desktop.tmpl \
187 gnu/system/examples/lightweight-desktop.tmpl
ebc32b31 188
c1bc358f 189GOBJECTS = $(MODULES:%.scm=%.go) guix/config.go guix/tests.go
af51c820 190
74574fd1
RW
191nobase_dist_guilemodule_DATA = \
192 $(MODULES) $(KCONFIGS) $(EXAMPLES) \
193 $(MISC_DISTRO_FILES)
1959fb04 194nobase_nodist_guilemodule_DATA = $(GOBJECTS) guix/config.scm
800cdeef 195
1959fb04
LC
196# Do we need to provide our own non-broken (srfi srfi-37) module?
197if INSTALL_SRFI_37
198
199nobase_nodist_guilemodule_DATA += srfi/srfi-37.scm
200GOBJECTS += srfi/srfi-37.go
201
202srfi/srfi-37.scm: srfi/srfi-37.scm.in
203 $(MKDIR_P) srfi
204 cp "$<" "$@"
205
206endif INSTALL_SRFI_37
ac5aa288 207
70a9c720
LC
208# Handy way to remove the .go files without removing all the rest.
209clean-go:
210 -$(RM) -f $(GOBJECTS)
211
af51c820 212
bb251307
LC
213# Test extensions; has to be unconditional.
214TEST_EXTENSIONS = .scm .sh
215
216if CAN_RUN_TESTS
217
30dd8310 218SCM_TESTS = \
ddc29a78 219 tests/base32.scm \
e9c6c584 220 tests/base64.scm \
7a18c3cc 221 tests/cpio.scm \
69927e78 222 tests/hash.scm \
3476ded9 223 tests/pk-crypto.scm \
8b420f74 224 tests/pki.scm \
d326767e 225 tests/sets.scm \
7ca87354 226 tests/modules.scm \
202440e0 227 tests/gnu-maintenance.scm \
2c74fde0 228 tests/substitute.scm \
af51c820
LC
229 tests/builders.scm \
230 tests/derivations.scm \
7adf9b84 231 tests/grafts.scm \
299112d3 232 tests/ui.scm \
c0cd1b3e 233 tests/records.scm \
f1eacbaf 234 tests/upstream.scm \
958dd3ce 235 tests/combinators.scm \
e3ce5d70 236 tests/utils.scm \
b0e0d0e9 237 tests/build-utils.scm \
c8c88afa 238 tests/packages.scm \
10226c05 239 tests/snix.scm \
a4154748 240 tests/hackage.scm \
e1248602 241 tests/cran.scm \
7f74a931 242 tests/elpa.scm \
3259877d 243 tests/store.scm \
b860f382 244 tests/monads.scm \
21b679f6 245 tests/gexp.scm \
53c63ee9 246 tests/nar.scm \
a2078770 247 tests/union.scm \
29fa45f4 248 tests/profiles.scm \
b4f5e0e8 249 tests/syscalls.scm \
15aa2c38 250 tests/gremlin.scm \
f82c5853 251 tests/bournish.scm \
aff8ce7c 252 tests/lint.scm \
fcc58db6 253 tests/publish.scm \
88981dd3 254 tests/scripts.scm \
c1f6a0c2 255 tests/size.scm \
88856916 256 tests/graph.scm \
d23c20f1 257 tests/challenge.scm \
0eef7551 258 tests/cve.scm \
72153902 259 tests/zlib.scm \
661a1d79 260 tests/file-systems.scm \
6b779207 261 tests/system.scm \
0adfe95a 262 tests/services.scm \
629a064f 263 tests/scripts-build.scm \
a132f7d6
BW
264 tests/containers.scm \
265 tests/import-utils.scm
30dd8310 266
1b3e9685
DT
267if HAVE_GUILE_JSON
268
d45dc6da
EB
269SCM_TESTS += \
270 tests/pypi.scm \
a96524cc
DT
271 tests/cpan.scm \
272 tests/gem.scm
1b3e9685
DT
273
274endif
275
30dd8310 276SH_TESTS = \
0afdc485 277 tests/guix-build.sh \
37d19403 278 tests/guix-download.sh \
fe8ff028 279 tests/guix-gc.sh \
ccbce848 280 tests/guix-hash.sh \
0820098d 281 tests/guix-package.sh \
57b86237 282 tests/guix-package-net.sh \
c1202fb1 283 tests/guix-system.sh \
760c60d6 284 tests/guix-archive.sh \
dd7c013d 285 tests/guix-authenticate.sh \
cad25264 286 tests/guix-environment.sh \
f535dcbe 287 tests/guix-environment-container.sh \
88856916 288 tests/guix-graph.sh \
dd7c013d 289 tests/guix-lint.sh
af51c820 290
a7a4e6a4
LC
291if BUILD_DAEMON
292
293SH_TESTS += tests/guix-register.sh
294
295endif BUILD_DAEMON
296
297
30dd8310
LC
298TESTS = $(SCM_TESTS) $(SH_TESTS)
299
a9edb211 300AM_TESTS_ENVIRONMENT = abs_top_srcdir="$(abs_top_srcdir)" GUILE_AUTO_COMPILE=0
352ec143 301
4d9ed584
LC
302SCM_LOG_DRIVER = \
303 $(top_builddir)/test-env --quiet-stderr \
304 $(GUILE) --no-auto-compile -e main \
305 $(top_srcdir)/build-aux/test-driver.scm
306
a9edb211 307AM_SCM_LOG_DRIVER_FLAGS = --brief=yes
97298ffa 308
69cfce50 309SH_LOG_COMPILER = $(top_builddir)/test-env $(SHELL)
97298ffa 310AM_SH_LOG_FLAGS = -x -e
af51c820 311
3a33730a
LC
312# Make sure `tests/guix-gc.sh' runs last, after all the others. Otherwise it
313# could end up removing files from the store while they are being used by
314# other instances of the daemon.
315tests/guix-gc.log: \
316 $(patsubst %.sh,%.log,$(filter-out tests/guix-gc.sh,$(SH_TESTS))) \
317 $(SCM_TESTS:%.scm=%.log)
318
bb251307
LC
319else !CAN_RUN_TESTS
320
321TESTS =
322SH_TESTS =
323SCM_TESTS =
324
325# Automake always generates a 'check' target, so better not override it.
326check-local:
327 @echo
328 @echo "Cannot run tests because file name limits would be exceeded." >&2
329 @echo "Look for 'length' in the 'config.log' file for details." >&2
330 @echo
331 @exit 1
332
333endif !CAN_RUN_TESTS
334
e9f693d0 335check-system: $(GOBJECTS)
e9f693d0
LC
336 $(AM_V_at)$(top_builddir)/pre-inst-env \
337 $(GUILE) --no-auto-compile \
338 -e '(@@ (run-system-tests) run-system-tests)' \
339 $(top_srcdir)/build-aux/run-system-tests.scm
340
bf59c06d 341# Public key used to sign substitutes from hydra.gnu.org.
6c110833 342dist_pkgdata_DATA = hydra.gnu.org.pub
3a33730a 343
ee3e157d
LC
344# Bash completion file.
345dist_bashcompletion_DATA = etc/completion/bash/guix
346
96dbc930
ELB
347# Zsh completion file.
348dist_zshcompletion_DATA = etc/completion/zsh/_guix
349
81f61c17
LC
350EXTRA_DIST = \
351 HACKING \
352 ROADMAP \
353 TODO \
e15fcdd1 354 CODE-OF-CONDUCT \
81f61c17 355 .dir-locals.el \
f81ac34d 356 build-aux/build-self.scm \
de6af327 357 build-aux/compile-all.scm \
89cbec89 358 build-aux/hydra/evaluate.scm \
81f61c17
LC
359 build-aux/hydra/gnu-system.scm \
360 build-aux/hydra/demo-os.scm \
361 build-aux/hydra/guix.scm \
362 build-aux/check-available-binaries.scm \
363 build-aux/check-final-inputs-self-contained.scm \
364 build-aux/download.scm \
8bc35f85 365 build-aux/make-binary-tarball.scm \
1c2ae810 366 build-aux/generate-authors.scm \
3cf0dbda 367 build-aux/test-driver.scm \
41c569d9 368 build-aux/run-system-tests.scm \
81f61c17
LC
369 srfi/srfi-37.scm.in \
370 srfi/srfi-64.scm \
371 srfi/srfi-64.upstream.scm \
372 tests/test.drv \
373 tests/signing-key.pub \
374 tests/signing-key.sec \
0eef7551 375 tests/cve-sample.xml \
81f61c17
LC
376 build-aux/config.rpath \
377 bootstrap \
378 release.nix \
ed795c06 379 $(TESTS)
d7672884 380
49e6291a
LC
381if !BUILD_DAEMON_OFFLOAD
382
383EXTRA_DIST += \
384 guix/scripts/offload.scm
385
386endif !BUILD_DAEMON_OFFLOAD
387
388
30dd8310
LC
389CLEANFILES = \
390 $(GOBJECTS) \
9bff16b3 391 $(SCM_TESTS:tests/%.scm=%.log)
af51c820 392
28561d85
LC
393# Unset 'GUILE_LOAD_COMPILED_PATH' altogether while compiling. Otherwise, if
394# $GUILE_LOAD_COMPILED_PATH contains $(moduledir), we may find .go files in
395# there that are newer than the local .scm files (for instance because the
396# user ran 'make install' recently). When that happens, we end up loading
397# those previously-installed .go files, which may be stale, thereby breaking
d92e23dc
LC
398# the whole thing. Likewise, set 'XDG_CACHE_HOME' to avoid loading possibly
399# stale files from ~/.cache/guile/ccache.
de6af327
TUBK
400%.go: make-go ; @:
401make-go: $(MODULES) guix/config.scm guix/tests.scm
402 $(AM_V_at)echo "Compiling Scheme modules..." ; \
28561d85 403 unset GUILE_LOAD_COMPILED_PATH ; \
d92e23dc 404 XDG_CACHE_HOME=/nowhere \
de6af327 405 host=$(host) srcdir="$(top_srcdir)" \
671d8f5e 406 $(top_builddir)/pre-inst-env \
de6af327
TUBK
407 $(GUILE) -L "$(top_builddir)" -L "$(top_srcdir)" \
408 --no-auto-compile \
409 -s "$(top_srcdir)"/build-aux/compile-all.scm $^
af51c820
LC
410
411SUFFIXES = .go
412
413# Make sure source files are installed first, so that the mtime of
414# installed compiled files is greater than that of installed source
415# files. See
416# <http://lists.gnu.org/archive/html/guile-devel/2010-07/msg00125.html>
417# for details.
418guix_install_go_files = install-nobase_nodist_guilemoduleDATA
419$(guix_install_go_files): install-nobase_dist_guilemoduleDATA
f68b0893 420
6005bd07
LC
421# The above trick doesn't work for 'config.go' because both 'config.scm' and
422# 'config.go' are listed in $(nobase_nodist_guilemodule_DATA). Thus, give it
423# special treatment.
424install-data-hook: set-bootstrap-executable-permissions
425 touch "$(DESTDIR)$(guilemoduledir)/guix/config.go"
426
427
ee764179 428SUBDIRS = po/guix po/packages
931c132a 429BUILT_SOURCES =
a9424c08 430
03d0e2d2 431include doc/local.mk
568717fd 432
c2033df4
LC
433if BUILD_DAEMON
434
03d0e2d2 435include nix/local.mk
c2033df4
LC
436
437endif BUILD_DAEMON
438
f68b0893 439ACLOCAL_AMFLAGS = -I m4
ef5f5c86
LC
440
441# Pass an explicit '--localstatedir' so that configure does not error out if
442# it finds an existing installation with a different localstatedir.
e76bdf8b 443AM_DISTCHECK_CONFIGURE_FLAGS = \
ef5f5c86 444 --localstatedir="$$dc_install_base/var" \
d388c2c4 445 --with-libgcrypt-prefix="$(LIBGCRYPT_PREFIX)" \
14af289e 446 --with-libgcrypt-libdir="$(LIBGCRYPT_LIBDIR)" \
aca54b39
LC
447 --with-nix-prefix="$(NIX_PREFIX)" \
448 --enable-daemon
0e993428 449
457f60fa
AK
450dist_emacsui_DATA = emacs/guix-main.scm
451nodist_emacsui_DATA = emacs/guix-helper.scm
03d0e2d2 452include emacs/local.mk
457f60fa 453
9d3fb6c7
LC
454# The self-contained tarball.
455guix-binary.%.tar.xz:
e71ad29d 456 $(AM_V_GEN)GUIX_PACKAGE_PATH= \
9d3fb6c7
LC
457 $(top_builddir)/pre-inst-env "$(GUILE)" \
458 "$(top_srcdir)/build-aux/make-binary-tarball.scm" "$*" "$@"
459
460
a8ac45b1
AK
461dist-hook: sync-descriptions gen-ChangeLog gen-AUTHORS
462dist-hook: assert-no-store-file-names
463
81f61c17 464distcheck-hook: assert-binaries-available assert-final-inputs-self-contained
e793178a 465
668d48a6 466sync-descriptions:
e71ad29d 467 $(AM_V_at)GUIX_PACKAGE_PATH= \
36c45230 468 $(top_builddir)/pre-inst-env guix lint --checkers=gnu-description
e793178a
LC
469
470gen-ChangeLog:
e71ad29d 471 $(AM_V_GEN)if test -d .git; then \
e793178a
LC
472 $(top_srcdir)/build-aux/gitlog-to-changelog \
473 > $(distdir)/cl-t; \
474 rm -f $(distdir)/ChangeLog; \
475 mv $(distdir)/cl-t $(distdir)/ChangeLog; \
476 fi
477
a8ac45b1 478gen-AUTHORS:
e71ad29d 479 $(AM_V_GEN)if test -d .git; then \
ac140f79
LC
480 rm -f "$(distdir)/AUTHORS"; \
481 $(top_builddir)/pre-inst-env "$(GUILE)" \
482 "$(top_srcdir)/build-aux/generate-authors.scm" \
483 "$(top_srcdir)" "$(distdir)/AUTHORS"; \
484 fi
a8ac45b1 485
834129e0 486# Make sure we're not shipping a file that embeds a local /gnu/store file name.
a463ffd9 487assert-no-store-file-names:
e71ad29d 488 $(AM_V_at)if grep -r --exclude=*.texi --exclude=*.info \
a463ffd9
LC
489 "$(storedir)/[a-z0-9]{32}-" $(distdir) ; \
490 then \
491 echo "error: store file names embedded in the distribution" >&2 ; \
492 exit 1 ; \
493 fi
494
56fbf262 495# Make sure hydra.gnu.org has the important binaries.
93cba30c 496assert-binaries-available: $(GOBJECTS)
e71ad29d 497 $(AM_V_at)$(top_builddir)/pre-inst-env "$(GUILE)" \
56fbf262
LC
498 "$(top_srcdir)/build-aux/check-available-binaries.scm"
499
81f61c17 500# Make sure the final inputs don't refer to bootstrap tools.
93cba30c 501assert-final-inputs-self-contained: $(GOBJECTS)
e71ad29d 502 $(AM_V_at)$(top_builddir)/pre-inst-env "$(GUILE)" \
81f61c17
LC
503 "$(top_srcdir)/build-aux/check-final-inputs-self-contained.scm"
504
89cbec89
LC
505# Compute the Hydra jobs and write them in the target file.
506hydra-jobs.scm: $(GOBJECTS)
507 $(AM_V_at)$(MKDIR_P) "`dirname "$@"`"
508 $(AM_V_GEN)$(top_builddir)/pre-inst-env "$(GUILE)" \
509 "$(top_srcdir)/build-aux/hydra/evaluate.scm" \
510 "$(top_srcdir)/build-aux/hydra/gnu-system.scm" > "$@.tmp"
28dee3d2 511 $(AM_V_at)mv "$@.tmp" "$@"
89cbec89 512
de6af327 513.PHONY: sync-descriptions gen-ChangeLog gen-AUTHORS clean-go make-go
56fbf262 514.PHONY: assert-no-store-file-names assert-binaries-available
81f61c17 515.PHONY: assert-final-inputs-self-contained
8c3d8894
ML
516
517## -------------- ##
518## Silent rules. ##
519## -------------- ##
520
521AM_V_DL = $(AM_V_DL_$(V))
522AM_V_DL_ = $(AM_V_DL_$(AM_DEFAULT_VERBOSITY))
523AM_V_DL_0 = @echo " DL " $@;
4c48878d
ML
524
525AM_V_DOT = $(AM_V_DOT_$(V))
526AM_V_DOT_ = $(AM_V_DOT_$(AM_DEFAULT_VERBOSITY))
527AM_V_DOT_0 = @echo " DOT " $@;
71ed439b
ML
528
529AM_V_EMACS = $(AM_V_EMACS_$(V))
530AM_V_EMACS_ = $(AM_V_EMACS_$(AM_DEFAULT_VERBOSITY))
531AM_V_EMACS_0 = @echo " EMACS " $@;
8dddedf7
ML
532
533AM_V_HELP2MAN = $(AM_V_HELP2MAN_$(V))
534AM_V_HELP2MAN_ = $(AM_V_HELP2MAN_$(AM_DEFAULT_VERBOSITY))
535AM_V_HELP2MAN_0 = @echo " HELP2MAN" $@;