Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagesmc
Path: blob/master/build/pkgs/autotools/Makefile.build
8817 views
1
########################################################################
2
# This file is automatically generated by ./spkg-write-makefile
3
########################################################################
4
5
all: autoconf-all automake-all libtool-all tools-all
6
7
########################################################################
8
9
tools-all: $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/help2man
10
11
$(SAGE_LOCAL)/bin/makeinfo: $(SRC)/texinfo-4.13
12
if [ "$$UNAME" = CYGWIN ] ; then cp -p "$(SRC)/../install-info.exe.manifest" "$(SAGE_LOCAL)/bin" ; fi
13
cd $< && ./configure --prefix="$(SAGE_LOCAL)" && $(MAKE) && $(MAKE) install
14
15
$(SAGE_LOCAL)/bin/m4: $(SRC)/m4-1.4.17 $(SAGE_LOCAL)/bin/makeinfo
16
cd $< && ./configure --prefix="$(SAGE_LOCAL)" && $(MAKE) && $(MAKE) install
17
18
$(SAGE_LOCAL)/bin/help2man: $(SRC)/help2man-1.43.3 $(SAGE_LOCAL)/bin/makeinfo
19
cd $< && ./configure --prefix="$(SAGE_LOCAL)" && $(MAKE) && $(MAKE) install
20
21
########################################################################
22
23
# Extract sources from git repository serially
24
autoconf-2.13.rc1/.tarball-version:
25
( cd $(SRC)/autoconf && git archive --format=tar --prefix=autoconf-2.13.rc1/ autoconf-2-13-rc1 ) | tar xf -
26
echo 2.13.rc1 >autoconf-2.13.rc1/.tarball-version
27
28
$(SAGE_LOCAL)/autoconf-2.13.rc1: autoconf-2.13.rc1/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo
29
export MAKE='$(MAKE) -j1' ; \
30
cd autoconf-2.13.rc1 && touch autoupdate.sh && \
31
./configure --prefix="$(SAGE_LOCAL)/autoconf-2.13.rc1" && \
32
$$MAKE && $$MAKE install
33
# Remove all files except for the .* files
34
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf autoconf-2.13.rc1/*
35
36
# Extract sources from git repository serially
37
autoconf-2.57/.tarball-version: autoconf-2.13.rc1/.tarball-version
38
( cd $(SRC)/autoconf && git archive --format=tar --prefix=autoconf-2.57/ AUTOCONF-2.57 ) | tar xf -
39
echo 2.57 >autoconf-2.57/.tarball-version
40
41
$(SAGE_LOCAL)/autoconf-2.57: autoconf-2.57/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/bin/help2man
42
export MAKE='$(MAKE) -j1' ; \
43
cd autoconf-2.57 && \
44
./configure --prefix="$(SAGE_LOCAL)/autoconf-2.57" && \
45
$$MAKE && $$MAKE install
46
# Remove all files except for the .* files
47
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf autoconf-2.57/*
48
49
# Extract sources from git repository serially
50
autoconf-2.58/.tarball-version: autoconf-2.57/.tarball-version
51
( cd $(SRC)/autoconf && git archive --format=tar --prefix=autoconf-2.58/ AUTOCONF-2.58 ) | tar xf -
52
echo 2.58 >autoconf-2.58/.tarball-version
53
54
$(SAGE_LOCAL)/autoconf-2.58: autoconf-2.58/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/bin/help2man
55
export MAKE='$(MAKE) -j1' ; \
56
cd autoconf-2.58 && \
57
./configure --prefix="$(SAGE_LOCAL)/autoconf-2.58" && \
58
$$MAKE && $$MAKE install
59
# Remove all files except for the .* files
60
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf autoconf-2.58/*
61
62
# Extract sources from git repository serially
63
autoconf-2.59/.tarball-version: autoconf-2.58/.tarball-version
64
( cd $(SRC)/autoconf && git archive --format=tar --prefix=autoconf-2.59/ AUTOCONF-2.59 ) | tar xf -
65
echo 2.59 >autoconf-2.59/.tarball-version
66
67
$(SAGE_LOCAL)/autoconf-2.59: autoconf-2.59/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/bin/help2man
68
export MAKE='$(MAKE) -j1' ; \
69
cd autoconf-2.59 && \
70
./configure --prefix="$(SAGE_LOCAL)/autoconf-2.59" && \
71
$$MAKE && $$MAKE install
72
# Remove all files except for the .* files
73
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf autoconf-2.59/*
74
75
# Extract sources from git repository serially
76
autoconf-2.60/.tarball-version: autoconf-2.59/.tarball-version
77
( cd $(SRC)/autoconf && git archive --format=tar --prefix=autoconf-2.60/ AUTOCONF-2.60 ) | tar xf -
78
echo 2.60 >autoconf-2.60/.tarball-version
79
80
$(SAGE_LOCAL)/autoconf-2.60: autoconf-2.60/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/bin/help2man
81
export MAKE='$(MAKE) -j1' ; \
82
cd autoconf-2.60 && \
83
./configure --prefix="$(SAGE_LOCAL)/autoconf-2.60" && \
84
$$MAKE && $$MAKE install
85
# Remove all files except for the .* files
86
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf autoconf-2.60/*
87
88
# Extract sources from git repository serially
89
autoconf-2.61/.tarball-version: autoconf-2.60/.tarball-version
90
( cd $(SRC)/autoconf && git archive --format=tar --prefix=autoconf-2.61/ AUTOCONF-2.61 ) | tar xf -
91
echo 2.61 >autoconf-2.61/.tarball-version
92
93
$(SAGE_LOCAL)/autoconf-2.61: autoconf-2.61/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/bin/help2man
94
export MAKE='$(MAKE) -j1' ; \
95
cd autoconf-2.61 && \
96
./configure --prefix="$(SAGE_LOCAL)/autoconf-2.61" && \
97
$$MAKE && $$MAKE install
98
# Remove all files except for the .* files
99
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf autoconf-2.61/*
100
101
# Extract sources from git repository serially
102
autoconf-2.62/.tarball-version: autoconf-2.61/.tarball-version
103
( cd $(SRC)/autoconf && git archive --format=tar --prefix=autoconf-2.62/ v2.62 ) | tar xf -
104
echo 2.62 >autoconf-2.62/.tarball-version
105
106
$(SAGE_LOCAL)/autoconf-2.62: autoconf-2.62/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/bin/help2man $(SAGE_LOCAL)/autoconf-2.60 $(SAGE_LOCAL)/automake-1.10
107
export MAKE='$(MAKE) -j1' ; \
108
export AUTOCONF_VERSION=2.60 ; \
109
export AUTOMAKE_VERSION=1.10 ; \
110
cd autoconf-2.62 && autoreconf -i -I m4 && \
111
./configure --prefix="$(SAGE_LOCAL)/autoconf-2.62" && \
112
$$MAKE && $$MAKE install
113
# Remove all files except for the .* files
114
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf autoconf-2.62/*
115
116
# Extract sources from git repository serially
117
autoconf-2.63/.tarball-version: autoconf-2.62/.tarball-version
118
( cd $(SRC)/autoconf && git archive --format=tar --prefix=autoconf-2.63/ v2.63 ) | tar xf -
119
echo 2.63 >autoconf-2.63/.tarball-version
120
121
$(SAGE_LOCAL)/autoconf-2.63: autoconf-2.63/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/bin/help2man $(SAGE_LOCAL)/autoconf-2.60 $(SAGE_LOCAL)/automake-1.10
122
export MAKE='$(MAKE) -j1' ; \
123
export AUTOCONF_VERSION=2.60 ; \
124
export AUTOMAKE_VERSION=1.10 ; \
125
cd autoconf-2.63 && autoreconf -i -I m4 && \
126
./configure --prefix="$(SAGE_LOCAL)/autoconf-2.63" && \
127
$$MAKE && $$MAKE install
128
# Remove all files except for the .* files
129
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf autoconf-2.63/*
130
131
# Extract sources from git repository serially
132
autoconf-2.64/.tarball-version: autoconf-2.63/.tarball-version
133
( cd $(SRC)/autoconf && git archive --format=tar --prefix=autoconf-2.64/ v2.64 ) | tar xf -
134
echo 2.64 >autoconf-2.64/.tarball-version
135
136
$(SAGE_LOCAL)/autoconf-2.64: autoconf-2.64/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/bin/help2man $(SAGE_LOCAL)/autoconf-2.60 $(SAGE_LOCAL)/automake-1.10
137
export MAKE='$(MAKE) -j1' ; \
138
export AUTOCONF_VERSION=2.60 ; \
139
export AUTOMAKE_VERSION=1.10 ; \
140
cd autoconf-2.64 && autoreconf -i -I m4 && \
141
./configure --prefix="$(SAGE_LOCAL)/autoconf-2.64" && \
142
$$MAKE && $$MAKE install
143
# Remove all files except for the .* files
144
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf autoconf-2.64/*
145
146
# Extract sources from git repository serially
147
autoconf-2.65/.tarball-version: autoconf-2.64/.tarball-version
148
( cd $(SRC)/autoconf && git archive --format=tar --prefix=autoconf-2.65/ v2.65 ) | tar xf -
149
echo 2.65 >autoconf-2.65/.tarball-version
150
151
$(SAGE_LOCAL)/autoconf-2.65: autoconf-2.65/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/bin/help2man $(SAGE_LOCAL)/autoconf-2.60 $(SAGE_LOCAL)/automake-1.10
152
export MAKE='$(MAKE) -j1' ; \
153
export AUTOCONF_VERSION=2.60 ; \
154
export AUTOMAKE_VERSION=1.10 ; \
155
cd autoconf-2.65 && autoreconf -i -I m4 && \
156
./configure --prefix="$(SAGE_LOCAL)/autoconf-2.65" && \
157
$$MAKE && $$MAKE install
158
# Remove all files except for the .* files
159
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf autoconf-2.65/*
160
161
# Extract sources from git repository serially
162
autoconf-2.66/.tarball-version: autoconf-2.65/.tarball-version
163
( cd $(SRC)/autoconf && git archive --format=tar --prefix=autoconf-2.66/ v2.66 ) | tar xf -
164
echo 2.66 >autoconf-2.66/.tarball-version
165
166
$(SAGE_LOCAL)/autoconf-2.66: autoconf-2.66/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/bin/help2man $(SAGE_LOCAL)/autoconf-2.62 $(SAGE_LOCAL)/automake-1.11
167
export MAKE='$(MAKE) -j1' ; \
168
export AUTOCONF_VERSION=2.62 ; \
169
export AUTOMAKE_VERSION=1.11 ; \
170
cd autoconf-2.66 && autoreconf -i -I m4 && \
171
./configure --prefix="$(SAGE_LOCAL)/autoconf-2.66" && \
172
$$MAKE && $$MAKE install
173
# Remove all files except for the .* files
174
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf autoconf-2.66/*
175
176
# Extract sources from git repository serially
177
autoconf-2.67/.tarball-version: autoconf-2.66/.tarball-version
178
( cd $(SRC)/autoconf && git archive --format=tar --prefix=autoconf-2.67/ v2.67 ) | tar xf -
179
echo 2.67 >autoconf-2.67/.tarball-version
180
181
$(SAGE_LOCAL)/autoconf-2.67: autoconf-2.67/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/bin/help2man $(SAGE_LOCAL)/autoconf-2.62 $(SAGE_LOCAL)/automake-1.11
182
export MAKE='$(MAKE) -j1' ; \
183
export AUTOCONF_VERSION=2.62 ; \
184
export AUTOMAKE_VERSION=1.11 ; \
185
cd autoconf-2.67 && autoreconf -i -I m4 && \
186
./configure --prefix="$(SAGE_LOCAL)/autoconf-2.67" && \
187
$$MAKE && $$MAKE install
188
# Remove all files except for the .* files
189
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf autoconf-2.67/*
190
191
# Extract sources from git repository serially
192
autoconf-2.68/.tarball-version: autoconf-2.67/.tarball-version
193
( cd $(SRC)/autoconf && git archive --format=tar --prefix=autoconf-2.68/ v2.68 ) | tar xf -
194
echo 2.68 >autoconf-2.68/.tarball-version
195
196
$(SAGE_LOCAL)/autoconf-2.68: autoconf-2.68/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/bin/help2man $(SAGE_LOCAL)/autoconf-2.62 $(SAGE_LOCAL)/automake-1.11
197
export MAKE='$(MAKE) -j1' ; \
198
export AUTOCONF_VERSION=2.62 ; \
199
export AUTOMAKE_VERSION=1.11 ; \
200
cd autoconf-2.68 && autoreconf -i -I m4 && \
201
./configure --prefix="$(SAGE_LOCAL)/autoconf-2.68" && \
202
$$MAKE && $$MAKE install
203
# Remove all files except for the .* files
204
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf autoconf-2.68/*
205
206
# Extract sources from git repository serially
207
autoconf-2.69/.tarball-version: autoconf-2.68/.tarball-version
208
( cd $(SRC)/autoconf && git archive --format=tar --prefix=autoconf-2.69/ v2.69 ) | tar xf -
209
echo 2.69 >autoconf-2.69/.tarball-version
210
211
$(SAGE_LOCAL)/autoconf-2.69: autoconf-2.69/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/bin/help2man $(SAGE_LOCAL)/autoconf-2.62 $(SAGE_LOCAL)/automake-1.11
212
export MAKE='$(MAKE) -j1' ; \
213
export AUTOCONF_VERSION=2.62 ; \
214
export AUTOMAKE_VERSION=1.11 ; \
215
cd autoconf-2.69 && autoreconf -i -I m4 && \
216
./configure --prefix="$(SAGE_LOCAL)/autoconf-2.69" && \
217
$$MAKE && $$MAKE install
218
# Remove all files except for the .* files
219
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf autoconf-2.69/*
220
221
autoconf-all: $(SAGE_LOCAL)/autoconf-2.13.rc1 $(SAGE_LOCAL)/autoconf-2.57 $(SAGE_LOCAL)/autoconf-2.58 $(SAGE_LOCAL)/autoconf-2.59 $(SAGE_LOCAL)/autoconf-2.60 $(SAGE_LOCAL)/autoconf-2.61 $(SAGE_LOCAL)/autoconf-2.62 $(SAGE_LOCAL)/autoconf-2.63 $(SAGE_LOCAL)/autoconf-2.64 $(SAGE_LOCAL)/autoconf-2.65 $(SAGE_LOCAL)/autoconf-2.66 $(SAGE_LOCAL)/autoconf-2.67 $(SAGE_LOCAL)/autoconf-2.68 $(SAGE_LOCAL)/autoconf-2.69
222
223
########################################################################
224
225
# Extract sources from git repository serially
226
automake-1.9/.tarball-version: autoconf-2.69/.tarball-version
227
( cd $(SRC)/automake && git archive --format=tar --prefix=automake-1.9/ Release-1-9 ) | tar xf -
228
echo 1.9 >automake-1.9/.tarball-version
229
230
$(SAGE_LOCAL)/automake-1.9: automake-1.9/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/autoconf-2.59
231
export MAKE='$(MAKE) -j1' ; \
232
export AUTOCONF_VERSION=2.59 ; \
233
cd automake-1.9 && \
234
./configure --prefix="$(SAGE_LOCAL)/automake-1.9" && \
235
$$MAKE && $$MAKE install
236
# Remove all files except for the .* files
237
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf automake-1.9/*
238
239
# Extract sources from git repository serially
240
automake-1.9.1/.tarball-version: automake-1.9/.tarball-version
241
( cd $(SRC)/automake && git archive --format=tar --prefix=automake-1.9.1/ Release-1-9-1 ) | tar xf -
242
echo 1.9.1 >automake-1.9.1/.tarball-version
243
244
$(SAGE_LOCAL)/automake-1.9.1: automake-1.9.1/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/autoconf-2.59
245
export MAKE='$(MAKE) -j1' ; \
246
export AUTOCONF_VERSION=2.59 ; \
247
cd automake-1.9.1 && \
248
./configure --prefix="$(SAGE_LOCAL)/automake-1.9.1" && \
249
$$MAKE && $$MAKE install
250
# Remove all files except for the .* files
251
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf automake-1.9.1/*
252
253
# Extract sources from git repository serially
254
automake-1.9.2/.tarball-version: automake-1.9.1/.tarball-version
255
( cd $(SRC)/automake && git archive --format=tar --prefix=automake-1.9.2/ Release-1-9-2 ) | tar xf -
256
echo 1.9.2 >automake-1.9.2/.tarball-version
257
258
$(SAGE_LOCAL)/automake-1.9.2: automake-1.9.2/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/autoconf-2.59
259
export MAKE='$(MAKE) -j1' ; \
260
export AUTOCONF_VERSION=2.59 ; \
261
cd automake-1.9.2 && \
262
./configure --prefix="$(SAGE_LOCAL)/automake-1.9.2" && \
263
$$MAKE && $$MAKE install
264
# Remove all files except for the .* files
265
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf automake-1.9.2/*
266
267
# Extract sources from git repository serially
268
automake-1.9.3/.tarball-version: automake-1.9.2/.tarball-version
269
( cd $(SRC)/automake && git archive --format=tar --prefix=automake-1.9.3/ Release-1-9-3 ) | tar xf -
270
echo 1.9.3 >automake-1.9.3/.tarball-version
271
272
$(SAGE_LOCAL)/automake-1.9.3: automake-1.9.3/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/autoconf-2.59
273
export MAKE='$(MAKE) -j1' ; \
274
export AUTOCONF_VERSION=2.59 ; \
275
cd automake-1.9.3 && \
276
./configure --prefix="$(SAGE_LOCAL)/automake-1.9.3" && \
277
$$MAKE && $$MAKE install
278
# Remove all files except for the .* files
279
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf automake-1.9.3/*
280
281
# Extract sources from git repository serially
282
automake-1.9.4/.tarball-version: automake-1.9.3/.tarball-version
283
( cd $(SRC)/automake && git archive --format=tar --prefix=automake-1.9.4/ Release-1-9-4 ) | tar xf -
284
echo 1.9.4 >automake-1.9.4/.tarball-version
285
286
$(SAGE_LOCAL)/automake-1.9.4: automake-1.9.4/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/autoconf-2.59
287
export MAKE='$(MAKE) -j1' ; \
288
export AUTOCONF_VERSION=2.59 ; \
289
cd automake-1.9.4 && \
290
./configure --prefix="$(SAGE_LOCAL)/automake-1.9.4" && \
291
$$MAKE && $$MAKE install
292
# Remove all files except for the .* files
293
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf automake-1.9.4/*
294
295
# Extract sources from git repository serially
296
automake-1.9.5/.tarball-version: automake-1.9.4/.tarball-version
297
( cd $(SRC)/automake && git archive --format=tar --prefix=automake-1.9.5/ Release-1-9-5 ) | tar xf -
298
echo 1.9.5 >automake-1.9.5/.tarball-version
299
300
$(SAGE_LOCAL)/automake-1.9.5: automake-1.9.5/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/autoconf-2.59
301
export MAKE='$(MAKE) -j1' ; \
302
export AUTOCONF_VERSION=2.59 ; \
303
cd automake-1.9.5 && \
304
./configure --prefix="$(SAGE_LOCAL)/automake-1.9.5" && \
305
$$MAKE && $$MAKE install
306
# Remove all files except for the .* files
307
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf automake-1.9.5/*
308
309
# Extract sources from git repository serially
310
automake-1.9.6/.tarball-version: automake-1.9.5/.tarball-version
311
( cd $(SRC)/automake && git archive --format=tar --prefix=automake-1.9.6/ Release-1-9-6 ) | tar xf -
312
echo 1.9.6 >automake-1.9.6/.tarball-version
313
314
$(SAGE_LOCAL)/automake-1.9.6: automake-1.9.6/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/autoconf-2.59
315
export MAKE='$(MAKE) -j1' ; \
316
export AUTOCONF_VERSION=2.59 ; \
317
cd automake-1.9.6 && \
318
./configure --prefix="$(SAGE_LOCAL)/automake-1.9.6" && \
319
$$MAKE && $$MAKE install
320
# Remove all files except for the .* files
321
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf automake-1.9.6/*
322
323
# Extract sources from git repository serially
324
automake-1.10/.tarball-version: automake-1.9.6/.tarball-version
325
( cd $(SRC)/automake && git archive --format=tar --prefix=automake-1.10/ Release-1-10 ) | tar xf -
326
echo 1.10 >automake-1.10/.tarball-version
327
328
$(SAGE_LOCAL)/automake-1.10: automake-1.10/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/autoconf-2.60
329
export MAKE='$(MAKE) -j1' ; \
330
export AUTOCONF_VERSION=2.60 ; \
331
cd automake-1.10 && \
332
./configure --prefix="$(SAGE_LOCAL)/automake-1.10" && \
333
$$MAKE && $$MAKE install
334
# Remove all files except for the .* files
335
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf automake-1.10/*
336
337
# Extract sources from git repository serially
338
automake-1.10.1/.tarball-version: automake-1.10/.tarball-version
339
( cd $(SRC)/automake && git archive --format=tar --prefix=automake-1.10.1/ Release-1-10-1 ) | tar xf -
340
echo 1.10.1 >automake-1.10.1/.tarball-version
341
342
$(SAGE_LOCAL)/automake-1.10.1: automake-1.10.1/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/autoconf-2.60
343
export MAKE='$(MAKE) -j1' ; \
344
export AUTOCONF_VERSION=2.60 ; \
345
cd automake-1.10.1 && \
346
./configure --prefix="$(SAGE_LOCAL)/automake-1.10.1" && \
347
$$MAKE && $$MAKE install
348
# Remove all files except for the .* files
349
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf automake-1.10.1/*
350
351
# Extract sources from git repository serially
352
automake-1.10.2/.tarball-version: automake-1.10.1/.tarball-version
353
( cd $(SRC)/automake && git archive --format=tar --prefix=automake-1.10.2/ v1.10.2 ) | tar xf -
354
echo 1.10.2 >automake-1.10.2/.tarball-version
355
356
$(SAGE_LOCAL)/automake-1.10.2: automake-1.10.2/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/autoconf-2.60
357
export MAKE='$(MAKE) -j1' ; \
358
export AUTOCONF_VERSION=2.60 ; \
359
cd automake-1.10.2 && \
360
./configure --prefix="$(SAGE_LOCAL)/automake-1.10.2" && \
361
$$MAKE && $$MAKE install
362
# Remove all files except for the .* files
363
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf automake-1.10.2/*
364
365
# Extract sources from git repository serially
366
automake-1.10.3/.tarball-version: automake-1.10.2/.tarball-version
367
( cd $(SRC)/automake && git archive --format=tar --prefix=automake-1.10.3/ v1.10.3 ) | tar xf -
368
echo 1.10.3 >automake-1.10.3/.tarball-version
369
370
$(SAGE_LOCAL)/automake-1.10.3: automake-1.10.3/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/autoconf-2.60
371
export MAKE='$(MAKE) -j1' ; \
372
export AUTOCONF_VERSION=2.60 ; \
373
cd automake-1.10.3 && \
374
./configure --prefix="$(SAGE_LOCAL)/automake-1.10.3" && \
375
$$MAKE && $$MAKE install
376
# Remove all files except for the .* files
377
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf automake-1.10.3/*
378
379
# Extract sources from git repository serially
380
automake-1.11/.tarball-version: automake-1.10.3/.tarball-version
381
( cd $(SRC)/automake && git archive --format=tar --prefix=automake-1.11/ v1.11 ) | tar xf -
382
echo 1.11 >automake-1.11/.tarball-version
383
384
$(SAGE_LOCAL)/automake-1.11: automake-1.11/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/bin/help2man $(SAGE_LOCAL)/autoconf-2.62
385
export MAKE='$(MAKE) -j1' ; \
386
export AUTOCONF_VERSION=2.62 ; \
387
cd automake-1.11 && \
388
./configure --prefix="$(SAGE_LOCAL)/automake-1.11" && \
389
$$MAKE && $$MAKE install
390
# Remove all files except for the .* files
391
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf automake-1.11/*
392
393
# Extract sources from git repository serially
394
automake-1.11.1/.tarball-version: automake-1.11/.tarball-version
395
( cd $(SRC)/automake && git archive --format=tar --prefix=automake-1.11.1/ v1.11.1 ) | tar xf -
396
echo 1.11.1 >automake-1.11.1/.tarball-version
397
398
$(SAGE_LOCAL)/automake-1.11.1: automake-1.11.1/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/bin/help2man $(SAGE_LOCAL)/autoconf-2.62
399
export MAKE='$(MAKE) -j1' ; \
400
export AUTOCONF_VERSION=2.62 ; \
401
cd automake-1.11.1 && \
402
./configure --prefix="$(SAGE_LOCAL)/automake-1.11.1" && \
403
$$MAKE && $$MAKE install
404
# Remove all files except for the .* files
405
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf automake-1.11.1/*
406
407
# Extract sources from git repository serially
408
automake-1.11.2/.tarball-version: automake-1.11.1/.tarball-version
409
( cd $(SRC)/automake && git archive --format=tar --prefix=automake-1.11.2/ v1.11.2 ) | tar xf -
410
echo 1.11.2 >automake-1.11.2/.tarball-version
411
412
$(SAGE_LOCAL)/automake-1.11.2: automake-1.11.2/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/bin/help2man $(SAGE_LOCAL)/autoconf-2.62
413
export MAKE='$(MAKE) -j1' ; \
414
export AUTOCONF_VERSION=2.62 ; \
415
cd automake-1.11.2 && \
416
./configure --prefix="$(SAGE_LOCAL)/automake-1.11.2" && \
417
$$MAKE && $$MAKE install
418
# Remove all files except for the .* files
419
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf automake-1.11.2/*
420
421
# Extract sources from git repository serially
422
automake-1.11.3/.tarball-version: automake-1.11.2/.tarball-version
423
( cd $(SRC)/automake && git archive --format=tar --prefix=automake-1.11.3/ v1.11.3 ) | tar xf -
424
echo 1.11.3 >automake-1.11.3/.tarball-version
425
426
$(SAGE_LOCAL)/automake-1.11.3: automake-1.11.3/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/bin/help2man $(SAGE_LOCAL)/autoconf-2.68 $(SAGE_LOCAL)/automake-1.10
427
export MAKE='$(MAKE) -j1' ; \
428
export AUTOCONF_VERSION=2.68 ; \
429
export AUTOMAKE_VERSION=1.10 ; \
430
cd automake-1.11.3 && bash -c 'set -e; source bootstrap' && \
431
./configure --prefix="$(SAGE_LOCAL)/automake-1.11.3" && \
432
$$MAKE && $$MAKE install
433
# Remove all files except for the .* files
434
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf automake-1.11.3/*
435
436
# Extract sources from git repository serially
437
automake-1.11.4/.tarball-version: automake-1.11.3/.tarball-version
438
( cd $(SRC)/automake && git archive --format=tar --prefix=automake-1.11.4/ v1.11.4 ) | tar xf -
439
echo 1.11.4 >automake-1.11.4/.tarball-version
440
441
$(SAGE_LOCAL)/automake-1.11.4: automake-1.11.4/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/bin/help2man $(SAGE_LOCAL)/autoconf-2.68 $(SAGE_LOCAL)/automake-1.10
442
export MAKE='$(MAKE) -j1' ; \
443
export AUTOCONF_VERSION=2.68 ; \
444
export AUTOMAKE_VERSION=1.10 ; \
445
cd automake-1.11.4 && bash -c 'set -e; source bootstrap' && \
446
./configure --prefix="$(SAGE_LOCAL)/automake-1.11.4" && \
447
$$MAKE && $$MAKE install
448
# Remove all files except for the .* files
449
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf automake-1.11.4/*
450
451
# Extract sources from git repository serially
452
automake-1.11.5/.tarball-version: automake-1.11.4/.tarball-version
453
( cd $(SRC)/automake && git archive --format=tar --prefix=automake-1.11.5/ v1.11.5 ) | tar xf -
454
echo 1.11.5 >automake-1.11.5/.tarball-version
455
456
$(SAGE_LOCAL)/automake-1.11.5: automake-1.11.5/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/bin/help2man $(SAGE_LOCAL)/autoconf-2.68 $(SAGE_LOCAL)/automake-1.10
457
export MAKE='$(MAKE) -j1' ; \
458
export AUTOCONF_VERSION=2.68 ; \
459
export AUTOMAKE_VERSION=1.10 ; \
460
cd automake-1.11.5 && bash -c 'set -e; source bootstrap' && \
461
./configure --prefix="$(SAGE_LOCAL)/automake-1.11.5" && \
462
$$MAKE && $$MAKE install
463
# Remove all files except for the .* files
464
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf automake-1.11.5/*
465
466
# Extract sources from git repository serially
467
automake-1.11.6/.tarball-version: automake-1.11.5/.tarball-version
468
( cd $(SRC)/automake && git archive --format=tar --prefix=automake-1.11.6/ v1.11.6 ) | tar xf -
469
echo 1.11.6 >automake-1.11.6/.tarball-version
470
471
$(SAGE_LOCAL)/automake-1.11.6: automake-1.11.6/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/bin/help2man $(SAGE_LOCAL)/autoconf-2.68 $(SAGE_LOCAL)/automake-1.10
472
export MAKE='$(MAKE) -j1' ; \
473
export AUTOCONF_VERSION=2.68 ; \
474
export AUTOMAKE_VERSION=1.10 ; \
475
cd automake-1.11.6 && bash -c 'set -e; source bootstrap' && \
476
./configure --prefix="$(SAGE_LOCAL)/automake-1.11.6" && \
477
$$MAKE && $$MAKE install
478
# Remove all files except for the .* files
479
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf automake-1.11.6/*
480
481
# Extract sources from git repository serially
482
automake-1.12/.tarball-version: automake-1.11.6/.tarball-version
483
( cd $(SRC)/automake && git archive --format=tar --prefix=automake-1.12/ v1.12 ) | tar xf -
484
echo 1.12 >automake-1.12/.tarball-version
485
486
$(SAGE_LOCAL)/automake-1.12: automake-1.12/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/autoconf-2.68 $(SAGE_LOCAL)/automake-1.10
487
export MAKE='$(MAKE) -j1' ; \
488
export AUTOCONF_VERSION=2.68 ; \
489
export AUTOMAKE_VERSION=1.10 ; \
490
cd automake-1.12 && bash -c 'set -e; source bootstrap' && \
491
./configure --prefix="$(SAGE_LOCAL)/automake-1.12" && \
492
$$MAKE && $$MAKE install
493
# Remove all files except for the .* files
494
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf automake-1.12/*
495
496
# Extract sources from git repository serially
497
automake-1.12.1/.tarball-version: automake-1.12/.tarball-version
498
( cd $(SRC)/automake && git archive --format=tar --prefix=automake-1.12.1/ v1.12.1 ) | tar xf -
499
echo 1.12.1 >automake-1.12.1/.tarball-version
500
501
$(SAGE_LOCAL)/automake-1.12.1: automake-1.12.1/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/autoconf-2.69 $(SAGE_LOCAL)/automake-1.9.6
502
export MAKE='$(MAKE) -j1' ; \
503
export AUTOCONF_VERSION=2.69 ; \
504
export AUTOMAKE_VERSION=1.9.6 ; \
505
cd automake-1.12.1 && bash -c 'set -e; source bootstrap.sh' && \
506
./configure --prefix="$(SAGE_LOCAL)/automake-1.12.1" && \
507
$$MAKE && $$MAKE install
508
# Remove all files except for the .* files
509
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf automake-1.12.1/*
510
511
# Extract sources from git repository serially
512
automake-1.12.2/.tarball-version: automake-1.12.1/.tarball-version
513
( cd $(SRC)/automake && git archive --format=tar --prefix=automake-1.12.2/ v1.12.2 ) | tar xf -
514
echo 1.12.2 >automake-1.12.2/.tarball-version
515
516
$(SAGE_LOCAL)/automake-1.12.2: automake-1.12.2/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/autoconf-2.69 $(SAGE_LOCAL)/automake-1.9.6
517
export MAKE='$(MAKE) -j1' ; \
518
export AUTOCONF_VERSION=2.69 ; \
519
export AUTOMAKE_VERSION=1.9.6 ; \
520
cd automake-1.12.2 && bash -c 'set -e; source bootstrap.sh' && \
521
./configure --prefix="$(SAGE_LOCAL)/automake-1.12.2" && \
522
$$MAKE && $$MAKE install
523
# Remove all files except for the .* files
524
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf automake-1.12.2/*
525
526
# Extract sources from git repository serially
527
automake-1.12.3/.tarball-version: automake-1.12.2/.tarball-version
528
( cd $(SRC)/automake && git archive --format=tar --prefix=automake-1.12.3/ v1.12.3 ) | tar xf -
529
echo 1.12.3 >automake-1.12.3/.tarball-version
530
531
$(SAGE_LOCAL)/automake-1.12.3: automake-1.12.3/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/autoconf-2.69 $(SAGE_LOCAL)/automake-1.9.6
532
export MAKE='$(MAKE) -j1' ; \
533
export AUTOCONF_VERSION=2.69 ; \
534
export AUTOMAKE_VERSION=1.9.6 ; \
535
cd automake-1.12.3 && bash -c 'set -e; source bootstrap.sh' && \
536
./configure --prefix="$(SAGE_LOCAL)/automake-1.12.3" && \
537
$$MAKE && $$MAKE install
538
# Remove all files except for the .* files
539
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf automake-1.12.3/*
540
541
# Extract sources from git repository serially
542
automake-1.12.4/.tarball-version: automake-1.12.3/.tarball-version
543
( cd $(SRC)/automake && git archive --format=tar --prefix=automake-1.12.4/ v1.12.4 ) | tar xf -
544
echo 1.12.4 >automake-1.12.4/.tarball-version
545
546
$(SAGE_LOCAL)/automake-1.12.4: automake-1.12.4/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/autoconf-2.69 $(SAGE_LOCAL)/automake-1.9.6
547
export MAKE='$(MAKE) -j1' ; \
548
export AUTOCONF_VERSION=2.69 ; \
549
export AUTOMAKE_VERSION=1.9.6 ; \
550
cd automake-1.12.4 && bash -c 'set -e; source bootstrap.sh' && \
551
./configure --prefix="$(SAGE_LOCAL)/automake-1.12.4" && \
552
$$MAKE && $$MAKE install
553
# Remove all files except for the .* files
554
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf automake-1.12.4/*
555
556
# Extract sources from git repository serially
557
automake-1.12.5/.tarball-version: automake-1.12.4/.tarball-version
558
( cd $(SRC)/automake && git archive --format=tar --prefix=automake-1.12.5/ v1.12.5 ) | tar xf -
559
echo 1.12.5 >automake-1.12.5/.tarball-version
560
561
$(SAGE_LOCAL)/automake-1.12.5: automake-1.12.5/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/autoconf-2.69 $(SAGE_LOCAL)/automake-1.9.6
562
export MAKE='$(MAKE) -j1' ; \
563
export AUTOCONF_VERSION=2.69 ; \
564
export AUTOMAKE_VERSION=1.9.6 ; \
565
cd automake-1.12.5 && bash -c 'set -e; source bootstrap.sh' && \
566
./configure --prefix="$(SAGE_LOCAL)/automake-1.12.5" && \
567
$$MAKE && $$MAKE install
568
# Remove all files except for the .* files
569
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf automake-1.12.5/*
570
571
# Extract sources from git repository serially
572
automake-1.12.6/.tarball-version: automake-1.12.5/.tarball-version
573
( cd $(SRC)/automake && git archive --format=tar --prefix=automake-1.12.6/ v1.12.6 ) | tar xf -
574
echo 1.12.6 >automake-1.12.6/.tarball-version
575
576
$(SAGE_LOCAL)/automake-1.12.6: automake-1.12.6/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/autoconf-2.69 $(SAGE_LOCAL)/automake-1.9.6
577
export MAKE='$(MAKE) -j1' ; \
578
export AUTOCONF_VERSION=2.69 ; \
579
export AUTOMAKE_VERSION=1.9.6 ; \
580
cd automake-1.12.6 && bash -c 'set -e; source bootstrap.sh' && \
581
./configure --prefix="$(SAGE_LOCAL)/automake-1.12.6" && \
582
$$MAKE && $$MAKE install
583
# Remove all files except for the .* files
584
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf automake-1.12.6/*
585
586
# Extract sources from git repository serially
587
automake-1.13/.tarball-version: automake-1.12.6/.tarball-version
588
( cd $(SRC)/automake && git archive --format=tar --prefix=automake-1.13/ v1.13 ) | tar xf -
589
echo 1.13 >automake-1.13/.tarball-version
590
591
$(SAGE_LOCAL)/automake-1.13: automake-1.13/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/autoconf-2.69 $(SAGE_LOCAL)/automake-1.9.6
592
export MAKE='$(MAKE) -j1' ; \
593
export AUTOCONF_VERSION=2.69 ; \
594
export AUTOMAKE_VERSION=1.9.6 ; \
595
cd automake-1.13 && bash -c 'set -e; source bootstrap.sh' && \
596
./configure --prefix="$(SAGE_LOCAL)/automake-1.13" && \
597
$$MAKE && $$MAKE install
598
# Remove all files except for the .* files
599
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf automake-1.13/*
600
601
# Extract sources from git repository serially
602
automake-1.13.1/.tarball-version: automake-1.13/.tarball-version
603
( cd $(SRC)/automake && git archive --format=tar --prefix=automake-1.13.1/ v1.13.1 ) | tar xf -
604
echo 1.13.1 >automake-1.13.1/.tarball-version
605
606
$(SAGE_LOCAL)/automake-1.13.1: automake-1.13.1/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/autoconf-2.69 $(SAGE_LOCAL)/automake-1.9.6
607
export MAKE='$(MAKE) -j1' ; \
608
export AUTOCONF_VERSION=2.69 ; \
609
export AUTOMAKE_VERSION=1.9.6 ; \
610
cd automake-1.13.1 && bash -c 'set -e; source bootstrap.sh' && \
611
./configure --prefix="$(SAGE_LOCAL)/automake-1.13.1" && \
612
$$MAKE && $$MAKE install
613
# Remove all files except for the .* files
614
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf automake-1.13.1/*
615
616
# Extract sources from git repository serially
617
automake-1.13.2/.tarball-version: automake-1.13.1/.tarball-version
618
( cd $(SRC)/automake && git archive --format=tar --prefix=automake-1.13.2/ v1.13.2 ) | tar xf -
619
echo 1.13.2 >automake-1.13.2/.tarball-version
620
621
$(SAGE_LOCAL)/automake-1.13.2: automake-1.13.2/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/autoconf-2.69 $(SAGE_LOCAL)/automake-1.9.6
622
export MAKE='$(MAKE) -j1' ; \
623
export AUTOCONF_VERSION=2.69 ; \
624
export AUTOMAKE_VERSION=1.9.6 ; \
625
cd automake-1.13.2 && bash -c 'set -e; source bootstrap.sh' && \
626
./configure --prefix="$(SAGE_LOCAL)/automake-1.13.2" && \
627
$$MAKE && $$MAKE install
628
# Remove all files except for the .* files
629
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf automake-1.13.2/*
630
631
# Extract sources from git repository serially
632
automake-1.13.3/.tarball-version: automake-1.13.2/.tarball-version
633
( cd $(SRC)/automake && git archive --format=tar --prefix=automake-1.13.3/ v1.13.3 ) | tar xf -
634
echo 1.13.3 >automake-1.13.3/.tarball-version
635
636
$(SAGE_LOCAL)/automake-1.13.3: automake-1.13.3/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/autoconf-2.69 $(SAGE_LOCAL)/automake-1.9.6
637
export MAKE='$(MAKE) -j1' ; \
638
export AUTOCONF_VERSION=2.69 ; \
639
export AUTOMAKE_VERSION=1.9.6 ; \
640
cd automake-1.13.3 && bash -c 'set -e; source bootstrap.sh' && \
641
./configure --prefix="$(SAGE_LOCAL)/automake-1.13.3" && \
642
$$MAKE && $$MAKE install
643
# Remove all files except for the .* files
644
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf automake-1.13.3/*
645
646
# Extract sources from git repository serially
647
automake-1.13.4/.tarball-version: automake-1.13.3/.tarball-version
648
( cd $(SRC)/automake && git archive --format=tar --prefix=automake-1.13.4/ v1.13.4 ) | tar xf -
649
echo 1.13.4 >automake-1.13.4/.tarball-version
650
651
$(SAGE_LOCAL)/automake-1.13.4: automake-1.13.4/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/autoconf-2.69 $(SAGE_LOCAL)/automake-1.9.6
652
export MAKE='$(MAKE) -j1' ; \
653
export AUTOCONF_VERSION=2.69 ; \
654
export AUTOMAKE_VERSION=1.9.6 ; \
655
cd automake-1.13.4 && bash -c 'set -e; source bootstrap.sh' && \
656
./configure --prefix="$(SAGE_LOCAL)/automake-1.13.4" && \
657
$$MAKE && $$MAKE install
658
# Remove all files except for the .* files
659
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf automake-1.13.4/*
660
661
# Extract sources from git repository serially
662
automake-1.14/.tarball-version: automake-1.13.4/.tarball-version
663
( cd $(SRC)/automake && git archive --format=tar --prefix=automake-1.14/ v1.14 ) | tar xf -
664
echo 1.14 >automake-1.14/.tarball-version
665
666
$(SAGE_LOCAL)/automake-1.14: automake-1.14/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/autoconf-2.69 $(SAGE_LOCAL)/automake-1.9.6
667
export MAKE='$(MAKE) -j1' ; \
668
export AUTOCONF_VERSION=2.69 ; \
669
export AUTOMAKE_VERSION=1.9.6 ; \
670
cd automake-1.14 && bash -c 'set -e; source bootstrap.sh' && \
671
./configure --prefix="$(SAGE_LOCAL)/automake-1.14" && \
672
$$MAKE && $$MAKE install
673
# Remove all files except for the .* files
674
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf automake-1.14/*
675
676
# Extract sources from git repository serially
677
automake-1.14.1/.tarball-version: automake-1.14/.tarball-version
678
( cd $(SRC)/automake && git archive --format=tar --prefix=automake-1.14.1/ v1.14.1 ) | tar xf -
679
echo 1.14.1 >automake-1.14.1/.tarball-version
680
681
$(SAGE_LOCAL)/automake-1.14.1: automake-1.14.1/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/autoconf-2.69 $(SAGE_LOCAL)/automake-1.9.6
682
export MAKE='$(MAKE) -j1' ; \
683
export AUTOCONF_VERSION=2.69 ; \
684
export AUTOMAKE_VERSION=1.9.6 ; \
685
cd automake-1.14.1 && bash -c 'set -e; source bootstrap.sh' && \
686
./configure --prefix="$(SAGE_LOCAL)/automake-1.14.1" && \
687
$$MAKE && $$MAKE install
688
# Remove all files except for the .* files
689
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf automake-1.14.1/*
690
691
automake-all: $(SAGE_LOCAL)/automake-1.9 $(SAGE_LOCAL)/automake-1.9.1 $(SAGE_LOCAL)/automake-1.9.2 $(SAGE_LOCAL)/automake-1.9.3 $(SAGE_LOCAL)/automake-1.9.4 $(SAGE_LOCAL)/automake-1.9.5 $(SAGE_LOCAL)/automake-1.9.6 $(SAGE_LOCAL)/automake-1.10 $(SAGE_LOCAL)/automake-1.10.1 $(SAGE_LOCAL)/automake-1.10.2 $(SAGE_LOCAL)/automake-1.10.3 $(SAGE_LOCAL)/automake-1.11 $(SAGE_LOCAL)/automake-1.11.1 $(SAGE_LOCAL)/automake-1.11.2 $(SAGE_LOCAL)/automake-1.11.3 $(SAGE_LOCAL)/automake-1.11.4 $(SAGE_LOCAL)/automake-1.11.5 $(SAGE_LOCAL)/automake-1.11.6 $(SAGE_LOCAL)/automake-1.12 $(SAGE_LOCAL)/automake-1.12.1 $(SAGE_LOCAL)/automake-1.12.2 $(SAGE_LOCAL)/automake-1.12.3 $(SAGE_LOCAL)/automake-1.12.4 $(SAGE_LOCAL)/automake-1.12.5 $(SAGE_LOCAL)/automake-1.12.6 $(SAGE_LOCAL)/automake-1.13 $(SAGE_LOCAL)/automake-1.13.1 $(SAGE_LOCAL)/automake-1.13.2 $(SAGE_LOCAL)/automake-1.13.3 $(SAGE_LOCAL)/automake-1.13.4 $(SAGE_LOCAL)/automake-1.14 $(SAGE_LOCAL)/automake-1.14.1
692
693
########################################################################
694
695
# Extract sources from git repository serially
696
libtool-1.5.20/.tarball-version: automake-1.14.1/.tarball-version
697
( cd $(SRC)/libtool && git archive --format=tar --prefix=libtool-1.5.20/ release-1-5-20 ) | tar xf -
698
echo 1.5.20 >libtool-1.5.20/.tarball-version
699
700
$(SAGE_LOCAL)/libtool-1.5.20: libtool-1.5.20/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/autoconf-2.59 $(SAGE_LOCAL)/automake-1.9.6
701
export MAKE='$(MAKE) -j1' ; \
702
export AUTOCONF_VERSION=2.59 ; \
703
export AUTOMAKE_VERSION=1.9.6 ; \
704
cd libtool-1.5.20 && bash -c 'set -e; source bootstrap' && \
705
./configure --prefix="$(SAGE_LOCAL)/libtool-1.5.20" && \
706
$$MAKE && $$MAKE install
707
# Remove all files except for the .* files
708
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf libtool-1.5.20/*
709
710
# Extract sources from git repository serially
711
libtool-1.5.22/.tarball-version: libtool-1.5.20/.tarball-version
712
( cd $(SRC)/libtool && git archive --format=tar --prefix=libtool-1.5.22/ release-1-5-22 ) | tar xf -
713
echo 1.5.22 >libtool-1.5.22/.tarball-version
714
715
$(SAGE_LOCAL)/libtool-1.5.22: libtool-1.5.22/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/autoconf-2.59 $(SAGE_LOCAL)/automake-1.9.6
716
export MAKE='$(MAKE) -j1' ; \
717
export AUTOCONF_VERSION=2.59 ; \
718
export AUTOMAKE_VERSION=1.9.6 ; \
719
cd libtool-1.5.22 && bash -c 'set -e; source bootstrap' && \
720
./configure --prefix="$(SAGE_LOCAL)/libtool-1.5.22" && \
721
$$MAKE && $$MAKE install
722
# Remove all files except for the .* files
723
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf libtool-1.5.22/*
724
725
# Extract sources from git repository serially
726
libtool-1.5.24/.tarball-version: libtool-1.5.22/.tarball-version
727
( cd $(SRC)/libtool && git archive --format=tar --prefix=libtool-1.5.24/ release-1-5-24 ) | tar xf -
728
echo 1.5.24 >libtool-1.5.24/.tarball-version
729
730
$(SAGE_LOCAL)/libtool-1.5.24: libtool-1.5.24/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/autoconf-2.59 $(SAGE_LOCAL)/automake-1.9.6
731
export MAKE='$(MAKE) -j1' ; \
732
export AUTOCONF_VERSION=2.59 ; \
733
export AUTOMAKE_VERSION=1.9.6 ; \
734
cd libtool-1.5.24 && bash -c 'set -e; source bootstrap' && \
735
./configure --prefix="$(SAGE_LOCAL)/libtool-1.5.24" && \
736
$$MAKE && $$MAKE install
737
# Remove all files except for the .* files
738
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf libtool-1.5.24/*
739
740
# Extract sources from git repository serially
741
libtool-1.5.26/.tarball-version: libtool-1.5.24/.tarball-version
742
( cd $(SRC)/libtool && git archive --format=tar --prefix=libtool-1.5.26/ release-1-5-26 ) | tar xf -
743
echo 1.5.26 >libtool-1.5.26/.tarball-version
744
745
$(SAGE_LOCAL)/libtool-1.5.26: libtool-1.5.26/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/autoconf-2.59 $(SAGE_LOCAL)/automake-1.9.6
746
export MAKE='$(MAKE) -j1' ; \
747
export AUTOCONF_VERSION=2.59 ; \
748
export AUTOMAKE_VERSION=1.9.6 ; \
749
cd libtool-1.5.26 && bash -c 'set -e; source bootstrap' && \
750
./configure --prefix="$(SAGE_LOCAL)/libtool-1.5.26" && \
751
$$MAKE && $$MAKE install
752
# Remove all files except for the .* files
753
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf libtool-1.5.26/*
754
755
# Extract sources from git repository serially
756
libtool-2.2.4/.tarball-version: libtool-1.5.26/.tarball-version
757
( cd $(SRC)/libtool && git archive --format=tar --prefix=libtool-2.2.4/ v2.2.4 ) | tar xf -
758
echo 2.2.4 >libtool-2.2.4/.tarball-version
759
760
$(SAGE_LOCAL)/libtool-2.2.4: libtool-2.2.4/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/autoconf-2.59 $(SAGE_LOCAL)/automake-1.9.6
761
export MAKE='$(MAKE) -j1' ; \
762
export AUTOCONF_VERSION=2.59 ; \
763
export AUTOMAKE_VERSION=1.9.6 ; \
764
cd libtool-2.2.4 && bash -c 'set -e; source bootstrap' && \
765
./configure --prefix="$(SAGE_LOCAL)/libtool-2.2.4" && \
766
$$MAKE && $$MAKE install
767
# Remove all files except for the .* files
768
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf libtool-2.2.4/*
769
770
# Extract sources from git repository serially
771
libtool-2.2.6/.tarball-version: libtool-2.2.4/.tarball-version
772
( cd $(SRC)/libtool && git archive --format=tar --prefix=libtool-2.2.6/ v2.2.6 ) | tar xf -
773
echo 2.2.6 >libtool-2.2.6/.tarball-version
774
775
$(SAGE_LOCAL)/libtool-2.2.6: libtool-2.2.6/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/autoconf-2.60 $(SAGE_LOCAL)/automake-1.10.1
776
export MAKE='$(MAKE) -j1' ; \
777
export AUTOCONF_VERSION=2.60 ; \
778
export AUTOMAKE_VERSION=1.10.1 ; \
779
cd libtool-2.2.6 && bash -c 'set -e; source bootstrap' && \
780
./configure --prefix="$(SAGE_LOCAL)/libtool-2.2.6" && \
781
$$MAKE && $$MAKE install
782
# Remove all files except for the .* files
783
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf libtool-2.2.6/*
784
785
# Extract sources from git repository serially
786
libtool-2.2.6b/.tarball-version: libtool-2.2.6/.tarball-version
787
( cd $(SRC)/libtool && git archive --format=tar --prefix=libtool-2.2.6b/ v2.2.6b ) | tar xf -
788
echo 2.2.6b >libtool-2.2.6b/.tarball-version
789
790
$(SAGE_LOCAL)/libtool-2.2.6b: libtool-2.2.6b/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/autoconf-2.60 $(SAGE_LOCAL)/automake-1.10.1
791
export MAKE='$(MAKE) -j1' ; \
792
export AUTOCONF_VERSION=2.60 ; \
793
export AUTOMAKE_VERSION=1.10.1 ; \
794
cd libtool-2.2.6b && bash -c 'set -e; source bootstrap' && \
795
./configure --prefix="$(SAGE_LOCAL)/libtool-2.2.6b" && \
796
$$MAKE && $$MAKE install
797
# Remove all files except for the .* files
798
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf libtool-2.2.6b/*
799
800
# Extract sources from git repository serially
801
libtool-2.2.8/.tarball-version: libtool-2.2.6b/.tarball-version
802
( cd $(SRC)/libtool && git archive --format=tar --prefix=libtool-2.2.8/ v2.2.8 ) | tar xf -
803
echo 2.2.8 >libtool-2.2.8/.tarball-version
804
805
$(SAGE_LOCAL)/libtool-2.2.8: libtool-2.2.8/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/bin/help2man $(SAGE_LOCAL)/autoconf-2.62 $(SAGE_LOCAL)/automake-1.10.1
806
export MAKE='$(MAKE) -j1' ; \
807
export AUTOCONF_VERSION=2.62 ; \
808
export AUTOMAKE_VERSION=1.10.1 ; \
809
cd libtool-2.2.8 && bash -c 'set -e; source bootstrap' && \
810
./configure --prefix="$(SAGE_LOCAL)/libtool-2.2.8" && \
811
$$MAKE && $$MAKE install
812
# Remove all files except for the .* files
813
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf libtool-2.2.8/*
814
815
# Extract sources from git repository serially
816
libtool-2.2.10/.tarball-version: libtool-2.2.8/.tarball-version
817
( cd $(SRC)/libtool && git archive --format=tar --prefix=libtool-2.2.10/ v2.2.10 ) | tar xf -
818
echo 2.2.10 >libtool-2.2.10/.tarball-version
819
820
$(SAGE_LOCAL)/libtool-2.2.10: libtool-2.2.10/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/bin/help2man $(SAGE_LOCAL)/autoconf-2.62 $(SAGE_LOCAL)/automake-1.10.1
821
export MAKE='$(MAKE) -j1' ; \
822
export AUTOCONF_VERSION=2.62 ; \
823
export AUTOMAKE_VERSION=1.10.1 ; \
824
cd libtool-2.2.10 && bash -c 'set -e; source bootstrap' && \
825
./configure --prefix="$(SAGE_LOCAL)/libtool-2.2.10" && \
826
$$MAKE && $$MAKE install
827
# Remove all files except for the .* files
828
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf libtool-2.2.10/*
829
830
# Extract sources from git repository serially
831
libtool-2.4/.tarball-version: libtool-2.2.10/.tarball-version
832
( cd $(SRC)/libtool && git archive --format=tar --prefix=libtool-2.4/ v2.4 ) | tar xf -
833
echo 2.4 >libtool-2.4/.tarball-version
834
835
$(SAGE_LOCAL)/libtool-2.4: libtool-2.4/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/bin/help2man $(SAGE_LOCAL)/autoconf-2.62 $(SAGE_LOCAL)/automake-1.11.1
836
export MAKE='$(MAKE) -j1' ; \
837
export AUTOCONF_VERSION=2.62 ; \
838
export AUTOMAKE_VERSION=1.11.1 ; \
839
cd libtool-2.4 && bash -c 'set -e; source bootstrap' && \
840
./configure --prefix="$(SAGE_LOCAL)/libtool-2.4" && \
841
$$MAKE && $$MAKE install
842
# Remove all files except for the .* files
843
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf libtool-2.4/*
844
845
# Extract sources from git repository serially
846
libtool-2.4.2/.tarball-version: libtool-2.4/.tarball-version
847
( cd $(SRC)/libtool && git archive --format=tar --prefix=libtool-2.4.2/ v2.4.2 ) | tar xf -
848
echo 2.4.2 >libtool-2.4.2/.tarball-version
849
850
$(SAGE_LOCAL)/libtool-2.4.2: libtool-2.4.2/.tarball-version $(SAGE_LOCAL)/bin/m4 $(SAGE_LOCAL)/bin/makeinfo $(SAGE_LOCAL)/bin/help2man $(SAGE_LOCAL)/autoconf-2.62 $(SAGE_LOCAL)/automake-1.11.1
851
export MAKE='$(MAKE) -j1' ; \
852
export AUTOCONF_VERSION=2.62 ; \
853
export AUTOMAKE_VERSION=1.11.1 ; \
854
cd libtool-2.4.2 && bash -c 'set -e; source bootstrap' && \
855
./configure --prefix="$(SAGE_LOCAL)/libtool-2.4.2" && \
856
$$MAKE && $$MAKE install
857
# Remove all files except for the .* files
858
[ "$$SAGE_KEEP_BUILT_SPKGS" = yes ] || rm -rf libtool-2.4.2/*
859
860
libtool-all: $(SAGE_LOCAL)/libtool-1.5.20 $(SAGE_LOCAL)/libtool-1.5.22 $(SAGE_LOCAL)/libtool-1.5.24 $(SAGE_LOCAL)/libtool-1.5.26 $(SAGE_LOCAL)/libtool-2.2.4 $(SAGE_LOCAL)/libtool-2.2.6 $(SAGE_LOCAL)/libtool-2.2.6b $(SAGE_LOCAL)/libtool-2.2.8 $(SAGE_LOCAL)/libtool-2.2.10 $(SAGE_LOCAL)/libtool-2.4 $(SAGE_LOCAL)/libtool-2.4.2
861
862
########################################################################
863
864
865