daemon: Make argp usage compatible with libc on GNU/Hurd.
[jackhill/guix/guix.git] / Makefile.am
1 # GNU Guix --- Functional package management for GNU
2 # Copyright © 2012, 2013 Ludovic Courtès <ludo@gnu.org>
3 # Copyright © 2013 Andreas Enge <andreas@enge.fr>
4 #
5 # This file is part of GNU Guix.
6 #
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.
11 #
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.
16 #
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/>.
19
20 bin_SCRIPTS = \
21 scripts/guix
22
23 nodist_noinst_SCRIPTS = \
24 pre-inst-env \
25 test-env
26
27 include gnu-system.am
28
29 MODULES = \
30 guix/scripts/build.scm \
31 guix/scripts/download.scm \
32 guix/scripts/import.scm \
33 guix/scripts/package.scm \
34 guix/scripts/gc.scm \
35 guix/scripts/hash.scm \
36 guix/scripts/pull.scm \
37 guix/scripts/substitute-binary.scm \
38 guix/scripts/refresh.scm \
39 guix/base32.scm \
40 guix/records.scm \
41 guix/hash.scm \
42 guix/utils.scm \
43 guix/serialization.scm \
44 guix/nar.scm \
45 guix/derivations.scm \
46 guix/download.scm \
47 guix/gnu-maintenance.scm \
48 guix/licenses.scm \
49 guix/build-system.scm \
50 guix/build-system/cmake.scm \
51 guix/build-system/gnu.scm \
52 guix/build-system/perl.scm \
53 guix/build-system/python.scm \
54 guix/build-system/trivial.scm \
55 guix/ftp-client.scm \
56 guix/web.scm \
57 guix/gnupg.scm \
58 guix/store.scm \
59 guix/ui.scm \
60 guix/build/download.scm \
61 guix/build/cmake-build-system.scm \
62 guix/build/gnu-build-system.scm \
63 guix/build/gnu-cross-build.scm \
64 guix/build/perl-build-system.scm \
65 guix/build/python-build-system.scm \
66 guix/build/utils.scm \
67 guix/build/union.scm \
68 guix/build/rpath.scm \
69 guix/packages.scm \
70 guix/snix.scm \
71 guix.scm \
72 $(GNU_SYSTEM_MODULES)
73
74 # Because of the autoload hack in (guix build download), we must build it
75 # first to avoid errors on systems where (gnutls) is unavailable.
76 guix/scripts/download.go: guix/build/download.go
77
78 GOBJECTS = $(MODULES:%.scm=%.go) guix/config.go
79
80 nobase_dist_guilemodule_DATA = $(MODULES)
81
82
83 nobase_nodist_guilemodule_DATA = $(GOBJECTS) guix/config.scm
84
85 SCM_TESTS = \
86 tests/base32.scm \
87 tests/hash.scm \
88 tests/builders.scm \
89 tests/derivations.scm \
90 tests/ui.scm \
91 tests/records.scm \
92 tests/utils.scm \
93 tests/build-utils.scm \
94 tests/packages.scm \
95 tests/snix.scm \
96 tests/store.scm \
97 tests/nar.scm \
98 tests/union.scm
99
100 SH_TESTS = \
101 tests/guix-build.sh \
102 tests/guix-download.sh \
103 tests/guix-gc.sh \
104 tests/guix-hash.sh \
105 tests/guix-package.sh
106
107 TESTS = $(SCM_TESTS) $(SH_TESTS)
108
109 TEST_EXTENSIONS = .scm .sh
110
111 AM_TESTS_ENVIRONMENT = abs_top_srcdir="$(abs_top_srcdir)"
112
113 SCM_LOG_COMPILER = $(top_builddir)/test-env $(GUILE)
114 AM_SCM_LOG_FLAGS = --no-auto-compile -L "$(top_srcdir)"
115
116 SH_LOG_COMPILER = $(top_builddir)/test-env $(SHELL)
117 AM_SH_LOG_FLAGS = -x -e
118
119 # Make sure `tests/guix-gc.sh' runs last, after all the others. Otherwise it
120 # could end up removing files from the store while they are being used by
121 # other instances of the daemon.
122 tests/guix-gc.log: \
123 $(patsubst %.sh,%.log,$(filter-out tests/guix-gc.sh,$(SH_TESTS))) \
124 $(SCM_TESTS:%.scm=%.log)
125
126
127 EXTRA_DIST = \
128 HACKING \
129 ROADMAP \
130 TODO \
131 .dir-locals.el \
132 build-aux/hydra/gnu-system.scm \
133 build-aux/download.scm \
134 build-aux/sync-synopses.scm \
135 srfi/srfi-64.scm \
136 srfi/srfi-64.upstream.scm \
137 tests/test.drv \
138 build-aux/config.rpath \
139 bootstrap \
140 release.nix \
141 $(TESTS)
142
143 CLEANFILES = \
144 $(GOBJECTS) \
145 $(SCM_TESTS:tests/%.scm=%.log)
146
147 AM_V_GUILEC = $(AM_V_GUILEC_$(V))
148 AM_V_GUILEC_ = $(AM_V_GUILEC_$(AM_DEFAULT_VERBOSITY))
149 AM_V_GUILEC_0 = @echo " GUILEC" $@;
150
151 # XXX: Use the C locale for when Guile lacks
152 # <http://git.sv.gnu.org/cgit/guile.git/commit/?h=stable-2.0&id=e2c6bf3866d1186c60bacfbd4fe5037087ee5e3f>.
153 .scm.go:
154 $(AM_V_GUILEC)$(MKDIR_P) `dirname "$@"` ; \
155 LC_ALL=C \
156 $(top_builddir)/pre-inst-env \
157 $(GUILD) compile -L "$(top_builddir)" -L "$(top_srcdir)" \
158 -Wformat -Wunbound-variable -Warity-mismatch \
159 --target="$(host)" \
160 -o "$@" "$<"
161
162 SUFFIXES = .go
163
164 # Make sure source files are installed first, so that the mtime of
165 # installed compiled files is greater than that of installed source
166 # files. See
167 # <http://lists.gnu.org/archive/html/guile-devel/2010-07/msg00125.html>
168 # for details.
169 guix_install_go_files = install-nobase_nodist_guilemoduleDATA
170 $(guix_install_go_files): install-nobase_dist_guilemoduleDATA
171
172 SUBDIRS = po
173
174 info_TEXINFOS = doc/guix.texi
175 EXTRA_DIST += doc/fdl-1.3.texi
176
177 if BUILD_DAEMON
178
179 include daemon.am
180
181 endif BUILD_DAEMON
182
183 ACLOCAL_AMFLAGS = -I m4
184 AM_DISTCHECK_CONFIGURE_FLAGS = \
185 --with-libgcrypt-prefix="$(LIBGCRYPT_PREFIX)" \
186 --with-nix-prefix="$(NIX_PREFIX)" \
187 --enable-daemon
188
189 dist-hook: sync-synopses gen-ChangeLog assert-no-store-file-names
190
191 sync-synopses:
192 -$(top_builddir)/pre-inst-env $(GUILE) \
193 $(top_srcdir)/build-aux/sync-synopses.scm
194
195 gen-ChangeLog:
196 if test -d .git; then \
197 $(top_srcdir)/build-aux/gitlog-to-changelog \
198 > $(distdir)/cl-t; \
199 rm -f $(distdir)/ChangeLog; \
200 mv $(distdir)/cl-t $(distdir)/ChangeLog; \
201 fi
202
203 # Make sure we're not shipping a file that embeds a local /nix/store file name.
204 assert-no-store-file-names:
205 if grep -r --exclude=*.texi --exclude=*.info \
206 "$(storedir)/[a-z0-9]{32}-" $(distdir) ; \
207 then \
208 echo "error: store file names embedded in the distribution" >&2 ; \
209 exit 1 ; \
210 fi
211
212 .PHONY: sync-synopses gen-ChangeLog assert-no-store-file-names