1 # GNU Guix --- Functional package management for GNU
2 # Copyright © 2012, 2013, 2014 Ludovic Courtès <ludo@gnu.org>
3 # Copyright © 2013 Andreas Enge <andreas@enge.fr>
5 # This file is part of GNU Guix.
7 # GNU Guix is free software; you can redistribute it and/or modify it
8 # under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 3 of the License, or (at
10 # your option) any later version.
12 # GNU Guix is distributed in the hope that it will be useful, but
13 # WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # GNU General Public License for more details.
17 # You should have received a copy of the GNU General Public License
18 # along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
23 nodist_noinst_SCRIPTS = \
38 guix/git-download.scm \
43 guix/serialization.scm \
45 guix/derivations.scm \
46 guix/gnu-maintenance.scm \
48 guix/build-system.scm \
49 guix/build-system/cmake.scm \
50 guix/build-system/glib-or-gtk.scm \
51 guix/build-system/gnu.scm \
52 guix/build-system/perl.scm \
53 guix/build-system/python.scm \
54 guix/build-system/ruby.scm \
55 guix/build-system/trivial.scm \
57 guix/http-client.scm \
60 guix/svn-download.scm \
62 guix/build/download.scm \
63 guix/build/cmake-build-system.scm \
65 guix/build/glib-or-gtk-build-system.scm \
66 guix/build/gnu-build-system.scm \
67 guix/build/gnu-dist.scm \
68 guix/build/perl-build-system.scm \
69 guix/build/python-build-system.scm \
70 guix/build/ruby-build-system.scm \
71 guix/build/store-copy.scm \
72 guix/build/utils.scm \
73 guix/build/union.scm \
75 guix/build/rpath.scm \
77 guix/build/syscalls.scm \
78 guix/build/emacs-utils.scm \
79 guix/build/graft.scm \
81 guix/import/utils.scm \
82 guix/import/snix.scm \
83 guix/scripts/download.scm \
84 guix/scripts/build.scm \
85 guix/scripts/archive.scm \
86 guix/scripts/import.scm \
87 guix/scripts/package.scm \
89 guix/scripts/hash.scm \
90 guix/scripts/pull.scm \
91 guix/scripts/substitute-binary.scm \
92 guix/scripts/authenticate.scm \
93 guix/scripts/refresh.scm \
94 guix/scripts/system.scm \
95 guix/scripts/lint.scm \
96 guix/scripts/import/nix.scm \
97 guix/scripts/environment.scm \
101 if BUILD_DAEMON_OFFLOAD
104 guix/scripts/offload.scm
106 endif BUILD_DAEMON_OFFLOAD
108 # Internal module with test suite support.
109 noinst_DATA = guix/tests.scm
111 # Because of the autoload hack in (guix build download), we must build it
112 # first to avoid errors on systems where (gnutls) is unavailable.
113 guix/scripts/download.go: guix/build/download.go
114 guix/download.go: guix/build/download.go
116 # Linux-Libre configurations.
118 gnu/packages/linux-libre-i686.conf \
119 gnu/packages/linux-libre-x86_64.conf
121 # Templates, examples.
123 gnu/system/os-config.tmpl
125 GOBJECTS = $(MODULES:%.scm=%.go) guix/config.go guix/tests.go
127 nobase_dist_guilemodule_DATA = $(MODULES) $(KCONFIGS) $(EXAMPLES)
128 nobase_nodist_guilemodule_DATA = $(GOBJECTS) guix/config.scm
130 # Do we need to provide our own non-broken (srfi srfi-37) module?
133 nobase_nodist_guilemodule_DATA += srfi/srfi-37.scm
134 GOBJECTS += srfi/srfi-37.go
136 srfi/srfi-37.scm: srfi/srfi-37.scm.in
140 endif INSTALL_SRFI_37
142 # Handy way to remove the .go files without removing all the rest.
144 -$(RM) -f $(GOBJECTS)
151 tests/pk-crypto.scm \
153 tests/substitute-binary.scm \
155 tests/derivations.scm \
159 tests/build-utils.scm \
174 guix/import/pypi.scm \
175 guix/scripts/import/pypi.scm
177 SCM_TESTS += tests/pypi.scm
182 tests/guix-build.sh \
183 tests/guix-download.sh \
186 tests/guix-package.sh \
187 tests/guix-system.sh \
188 tests/guix-archive.sh \
189 tests/guix-authenticate.sh \
194 SH_TESTS += tests/guix-register.sh
199 TESTS = $(SCM_TESTS) $(SH_TESTS)
201 TEST_EXTENSIONS = .scm .sh
203 AM_TESTS_ENVIRONMENT = abs_top_srcdir="$(abs_top_srcdir)"
205 SCM_LOG_COMPILER = $(top_builddir)/test-env $(GUILE)
206 AM_SCM_LOG_FLAGS = --no-auto-compile -L "$(top_srcdir)"
208 SH_LOG_COMPILER = $(top_builddir)/test-env $(SHELL)
209 AM_SH_LOG_FLAGS = -x -e
211 # Make sure `tests/guix-gc.sh' runs last, after all the others. Otherwise it
212 # could end up removing files from the store while they are being used by
213 # other instances of the daemon.
215 $(patsubst %.sh,%.log,$(filter-out tests/guix-gc.sh,$(SH_TESTS))) \
216 $(SCM_TESTS:%.scm=%.log)
218 # Public key used to sign substitutes from hydra.gnu.org.
219 dist_pkgdata_DATA = hydra.gnu.org.pub
226 build-aux/hydra/gnu-system.scm \
227 build-aux/hydra/demo-os.scm \
228 build-aux/hydra/guix.scm \
229 build-aux/check-available-binaries.scm \
230 build-aux/check-final-inputs-self-contained.scm \
231 build-aux/download.scm \
232 build-aux/list-packages.scm \
233 build-aux/sync-descriptions.scm \
234 srfi/srfi-37.scm.in \
236 srfi/srfi-64.upstream.scm \
238 tests/signing-key.pub \
239 tests/signing-key.sec \
240 build-aux/config.rpath \
245 if !BUILD_DAEMON_OFFLOAD
248 guix/scripts/offload.scm
250 endif !BUILD_DAEMON_OFFLOAD
255 $(SCM_TESTS:tests/%.scm=%.log)
257 AM_V_GUILEC = $(AM_V_GUILEC_$(V))
258 AM_V_GUILEC_ = $(AM_V_GUILEC_$(AM_DEFAULT_VERBOSITY))
259 AM_V_GUILEC_0 = @echo " GUILEC" $@;
261 # XXX: Use the C locale for when Guile lacks
262 # <http://git.sv.gnu.org/cgit/guile.git/commit/?h=stable-2.0&id=e2c6bf3866d1186c60bacfbd4fe5037087ee5e3f>.
264 $(AM_V_GUILEC)$(MKDIR_P) `dirname "$@"` ; \
266 $(top_builddir)/pre-inst-env \
267 $(GUILD) compile -L "$(top_builddir)" -L "$(top_srcdir)" \
268 -Wformat -Wunbound-variable -Warity-mismatch \
274 # Make sure source files are installed first, so that the mtime of
275 # installed compiled files is greater than that of installed source
277 # <http://lists.gnu.org/archive/html/guile-devel/2010-07/msg00125.html>
279 guix_install_go_files = install-nobase_nodist_guilemoduleDATA
280 $(guix_install_go_files): install-nobase_dist_guilemoduleDATA
282 SUBDIRS = po/guix po/packages
293 ACLOCAL_AMFLAGS = -I m4
294 AM_DISTCHECK_CONFIGURE_FLAGS = \
295 --with-libgcrypt-prefix="$(LIBGCRYPT_PREFIX)" \
296 --with-libgcrypt-libdir="$(LIBGCRYPT_LIBDIR)" \
297 --with-nix-prefix="$(NIX_PREFIX)" \
300 dist_emacsui_DATA = emacs/guix-main.scm
301 nodist_emacsui_DATA = emacs/guix-helper.scm
304 dist-hook: sync-descriptions gen-ChangeLog assert-no-store-file-names
305 distcheck-hook: assert-binaries-available assert-final-inputs-self-contained
308 -$(top_builddir)/pre-inst-env $(GUILE) \
309 $(top_srcdir)/build-aux/sync-descriptions.scm
312 if test -d .git; then \
313 $(top_srcdir)/build-aux/gitlog-to-changelog \
315 rm -f $(distdir)/ChangeLog; \
316 mv $(distdir)/cl-t $(distdir)/ChangeLog; \
319 # Make sure we're not shipping a file that embeds a local /gnu/store file name.
320 assert-no-store-file-names:
321 if grep -r --exclude=*.texi --exclude=*.info \
322 "$(storedir)/[a-z0-9]{32}-" $(distdir) ; \
324 echo "error: store file names embedded in the distribution" >&2 ; \
328 # Make sure hydra.gnu.org has the important binaries.
329 assert-binaries-available:
330 $(top_builddir)/pre-inst-env "$(GUILE)" \
331 "$(top_srcdir)/build-aux/check-available-binaries.scm"
333 # Make sure the final inputs don't refer to bootstrap tools.
334 assert-final-inputs-self-contained:
335 $(top_builddir)/pre-inst-env "$(GUILE)" \
336 "$(top_srcdir)/build-aux/check-final-inputs-self-contained.scm"
338 .PHONY: sync-descriptions gen-ChangeLog clean-go
339 .PHONY: assert-no-store-file-names assert-binaries-available
340 .PHONY: assert-final-inputs-self-contained