Mercurial > fife-parpg
comparison ext/guichan-0.8.1/Makefile.in @ 0:4a0efb7baf70
* Datasets becomes the new trunk and retires after that :-)
author | mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Sun, 29 Jun 2008 18:44:17 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4a0efb7baf70 |
---|---|
1 # Makefile.in generated by automake 1.10 from Makefile.am. | |
2 # @configure_input@ | |
3 | |
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | |
5 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc. | |
6 # This Makefile.in is free software; the Free Software Foundation | |
7 # gives unlimited permission to copy and/or distribute it, | |
8 # with or without modifications, as long as this notice is preserved. | |
9 | |
10 # This program is distributed in the hope that it will be useful, | |
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | |
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | |
13 # PARTICULAR PURPOSE. | |
14 | |
15 @SET_MAKE@ | |
16 VPATH = @srcdir@ | |
17 pkgdatadir = $(datadir)/@PACKAGE@ | |
18 pkglibdir = $(libdir)/@PACKAGE@ | |
19 pkgincludedir = $(includedir)/@PACKAGE@ | |
20 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | |
21 install_sh_DATA = $(install_sh) -c -m 644 | |
22 install_sh_PROGRAM = $(install_sh) -c | |
23 install_sh_SCRIPT = $(install_sh) -c | |
24 INSTALL_HEADER = $(INSTALL_DATA) | |
25 transform = $(program_transform_name) | |
26 NORMAL_INSTALL = : | |
27 PRE_INSTALL = : | |
28 POST_INSTALL = : | |
29 NORMAL_UNINSTALL = : | |
30 PRE_UNINSTALL = : | |
31 POST_UNINSTALL = : | |
32 build_triplet = @build@ | |
33 host_triplet = @host@ | |
34 target_triplet = @target@ | |
35 subdir = . | |
36 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ | |
37 $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \ | |
38 ChangeLog INSTALL NEWS TODO config.guess config.sub depcomp \ | |
39 install-sh ltmain.sh missing | |
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
41 am__aclocal_m4_deps = $(top_srcdir)/configure.in | |
42 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
43 $(ACLOCAL_M4) | |
44 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ | |
45 configure.lineno config.status.lineno | |
46 mkinstalldirs = $(install_sh) -d | |
47 CONFIG_HEADER = $(top_builddir)/include/config.hpp | |
48 CONFIG_CLEAN_FILES = | |
49 SOURCES = | |
50 DIST_SOURCES = | |
51 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ | |
52 html-recursive info-recursive install-data-recursive \ | |
53 install-dvi-recursive install-exec-recursive \ | |
54 install-html-recursive install-info-recursive \ | |
55 install-pdf-recursive install-ps-recursive install-recursive \ | |
56 installcheck-recursive installdirs-recursive pdf-recursive \ | |
57 ps-recursive uninstall-recursive | |
58 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ | |
59 distclean-recursive maintainer-clean-recursive | |
60 ETAGS = etags | |
61 CTAGS = ctags | |
62 DIST_SUBDIRS = $(SUBDIRS) | |
63 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
64 distdir = $(PACKAGE)-$(VERSION) | |
65 top_distdir = $(distdir) | |
66 am__remove_distdir = \ | |
67 { test ! -d $(distdir) \ | |
68 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ | |
69 && rm -fr $(distdir); }; } | |
70 DIST_ARCHIVES = $(distdir).tar.gz | |
71 GZIP_ENV = --best | |
72 distuninstallcheck_listfiles = find . -type f -print | |
73 distcleancheck_listfiles = find . -type f -print | |
74 ACLOCAL = @ACLOCAL@ | |
75 AMTAR = @AMTAR@ | |
76 AR = @AR@ | |
77 AS = @AS@ | |
78 AUTOCONF = @AUTOCONF@ | |
79 AUTOHEADER = @AUTOHEADER@ | |
80 AUTOMAKE = @AUTOMAKE@ | |
81 AWK = @AWK@ | |
82 CC = @CC@ | |
83 CCDEPMODE = @CCDEPMODE@ | |
84 CFLAGS = @CFLAGS@ | |
85 CPP = @CPP@ | |
86 CPPFLAGS = @CPPFLAGS@ | |
87 CXX = @CXX@ | |
88 CXXCPP = @CXXCPP@ | |
89 CXXDEPMODE = @CXXDEPMODE@ | |
90 CXXFLAGS = @CXXFLAGS@ | |
91 CYGPATH_W = @CYGPATH_W@ | |
92 DEFS = @DEFS@ | |
93 DEPDIR = @DEPDIR@ | |
94 DLLTOOL = @DLLTOOL@ | |
95 ECHO = @ECHO@ | |
96 ECHO_C = @ECHO_C@ | |
97 ECHO_N = @ECHO_N@ | |
98 ECHO_T = @ECHO_T@ | |
99 EGREP = @EGREP@ | |
100 EXEEXT = @EXEEXT@ | |
101 F77 = @F77@ | |
102 FFLAGS = @FFLAGS@ | |
103 GREP = @GREP@ | |
104 GUICHAN_BINARY_AGE = @GUICHAN_BINARY_AGE@ | |
105 GUICHAN_EXTRADIRS = @GUICHAN_EXTRADIRS@ | |
106 GUICHAN_INTERFACE_AGE = @GUICHAN_INTERFACE_AGE@ | |
107 GUICHAN_MAJOR_VERSION = @GUICHAN_MAJOR_VERSION@ | |
108 GUICHAN_MICRO_VERSION = @GUICHAN_MICRO_VERSION@ | |
109 GUICHAN_MINOR_VERSION = @GUICHAN_MINOR_VERSION@ | |
110 GUICHAN_VERSION = @GUICHAN_VERSION@ | |
111 HAVE_ALLEGRO = @HAVE_ALLEGRO@ | |
112 HAVE_SDL = @HAVE_SDL@ | |
113 INSTALL = @INSTALL@ | |
114 INSTALL_DATA = @INSTALL_DATA@ | |
115 INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
116 INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
117 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
118 LDFLAGS = @LDFLAGS@ | |
119 LIBOBJS = @LIBOBJS@ | |
120 LIBS = @LIBS@ | |
121 LIBTOOL = @LIBTOOL@ | |
122 LN_S = @LN_S@ | |
123 LTLIBOBJS = @LTLIBOBJS@ | |
124 LT_AGE = @LT_AGE@ | |
125 LT_CURRENT = @LT_CURRENT@ | |
126 LT_RELEASE = @LT_RELEASE@ | |
127 LT_REVISION = @LT_REVISION@ | |
128 MAKEINFO = @MAKEINFO@ | |
129 MKDIR_P = @MKDIR_P@ | |
130 OBJDUMP = @OBJDUMP@ | |
131 OBJEXT = @OBJEXT@ | |
132 PACKAGE = @PACKAGE@ | |
133 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
134 PACKAGE_NAME = @PACKAGE_NAME@ | |
135 PACKAGE_STRING = @PACKAGE_STRING@ | |
136 PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
137 PACKAGE_VERSION = @PACKAGE_VERSION@ | |
138 PATH_SEPARATOR = @PATH_SEPARATOR@ | |
139 RANLIB = @RANLIB@ | |
140 SET_MAKE = @SET_MAKE@ | |
141 SHELL = @SHELL@ | |
142 STRIP = @STRIP@ | |
143 VERSION = @VERSION@ | |
144 abs_builddir = @abs_builddir@ | |
145 abs_srcdir = @abs_srcdir@ | |
146 abs_top_builddir = @abs_top_builddir@ | |
147 abs_top_srcdir = @abs_top_srcdir@ | |
148 ac_ct_CC = @ac_ct_CC@ | |
149 ac_ct_CXX = @ac_ct_CXX@ | |
150 ac_ct_F77 = @ac_ct_F77@ | |
151 am__include = @am__include@ | |
152 am__leading_dot = @am__leading_dot@ | |
153 am__quote = @am__quote@ | |
154 am__tar = @am__tar@ | |
155 am__untar = @am__untar@ | |
156 bindir = @bindir@ | |
157 build = @build@ | |
158 build_alias = @build_alias@ | |
159 build_cpu = @build_cpu@ | |
160 build_os = @build_os@ | |
161 build_vendor = @build_vendor@ | |
162 builddir = @builddir@ | |
163 datadir = @datadir@ | |
164 datarootdir = @datarootdir@ | |
165 docdir = @docdir@ | |
166 dvidir = @dvidir@ | |
167 exec_prefix = @exec_prefix@ | |
168 host = @host@ | |
169 host_alias = @host_alias@ | |
170 host_cpu = @host_cpu@ | |
171 host_os = @host_os@ | |
172 host_vendor = @host_vendor@ | |
173 htmldir = @htmldir@ | |
174 includedir = @includedir@ | |
175 infodir = @infodir@ | |
176 install_sh = @install_sh@ | |
177 libdir = @libdir@ | |
178 libexecdir = @libexecdir@ | |
179 localedir = @localedir@ | |
180 localstatedir = @localstatedir@ | |
181 mandir = @mandir@ | |
182 mkdir_p = @mkdir_p@ | |
183 oldincludedir = @oldincludedir@ | |
184 pdfdir = @pdfdir@ | |
185 prefix = @prefix@ | |
186 program_transform_name = @program_transform_name@ | |
187 psdir = @psdir@ | |
188 sbindir = @sbindir@ | |
189 sharedstatedir = @sharedstatedir@ | |
190 srcdir = @srcdir@ | |
191 sysconfdir = @sysconfdir@ | |
192 target = @target@ | |
193 target_alias = @target_alias@ | |
194 target_cpu = @target_cpu@ | |
195 target_os = @target_os@ | |
196 target_vendor = @target_vendor@ | |
197 top_builddir = @top_builddir@ | |
198 top_srcdir = @top_srcdir@ | |
199 AUTOMAKE_OPTIONS = 1.4 | |
200 SUBDIRS = examples include src | |
201 all: all-recursive | |
202 | |
203 .SUFFIXES: | |
204 am--refresh: | |
205 @: | |
206 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | |
207 @for dep in $?; do \ | |
208 case '$(am__configure_deps)' in \ | |
209 *$$dep*) \ | |
210 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \ | |
211 cd $(srcdir) && $(AUTOMAKE) --gnu \ | |
212 && exit 0; \ | |
213 exit 1;; \ | |
214 esac; \ | |
215 done; \ | |
216 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ | |
217 cd $(top_srcdir) && \ | |
218 $(AUTOMAKE) --gnu Makefile | |
219 .PRECIOUS: Makefile | |
220 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
221 @case '$?' in \ | |
222 *config.status*) \ | |
223 echo ' $(SHELL) ./config.status'; \ | |
224 $(SHELL) ./config.status;; \ | |
225 *) \ | |
226 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ | |
227 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ | |
228 esac; | |
229 | |
230 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
231 $(SHELL) ./config.status --recheck | |
232 | |
233 $(top_srcdir)/configure: $(am__configure_deps) | |
234 cd $(srcdir) && $(AUTOCONF) | |
235 $(ACLOCAL_M4): $(am__aclocal_m4_deps) | |
236 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) | |
237 | |
238 mostlyclean-libtool: | |
239 -rm -f *.lo | |
240 | |
241 clean-libtool: | |
242 -rm -rf .libs _libs | |
243 | |
244 distclean-libtool: | |
245 -rm -f libtool | |
246 | |
247 # This directory's subdirectories are mostly independent; you can cd | |
248 # into them and run `make' without going through this Makefile. | |
249 # To change the values of `make' variables: instead of editing Makefiles, | |
250 # (1) if the variable is set in `config.status', edit `config.status' | |
251 # (which will cause the Makefiles to be regenerated when you run `make'); | |
252 # (2) otherwise, pass the desired values on the `make' command line. | |
253 $(RECURSIVE_TARGETS): | |
254 @failcom='exit 1'; \ | |
255 for f in x $$MAKEFLAGS; do \ | |
256 case $$f in \ | |
257 *=* | --[!k]*);; \ | |
258 *k*) failcom='fail=yes';; \ | |
259 esac; \ | |
260 done; \ | |
261 dot_seen=no; \ | |
262 target=`echo $@ | sed s/-recursive//`; \ | |
263 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
264 echo "Making $$target in $$subdir"; \ | |
265 if test "$$subdir" = "."; then \ | |
266 dot_seen=yes; \ | |
267 local_target="$$target-am"; \ | |
268 else \ | |
269 local_target="$$target"; \ | |
270 fi; \ | |
271 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
272 || eval $$failcom; \ | |
273 done; \ | |
274 if test "$$dot_seen" = "no"; then \ | |
275 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | |
276 fi; test -z "$$fail" | |
277 | |
278 $(RECURSIVE_CLEAN_TARGETS): | |
279 @failcom='exit 1'; \ | |
280 for f in x $$MAKEFLAGS; do \ | |
281 case $$f in \ | |
282 *=* | --[!k]*);; \ | |
283 *k*) failcom='fail=yes';; \ | |
284 esac; \ | |
285 done; \ | |
286 dot_seen=no; \ | |
287 case "$@" in \ | |
288 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | |
289 *) list='$(SUBDIRS)' ;; \ | |
290 esac; \ | |
291 rev=''; for subdir in $$list; do \ | |
292 if test "$$subdir" = "."; then :; else \ | |
293 rev="$$subdir $$rev"; \ | |
294 fi; \ | |
295 done; \ | |
296 rev="$$rev ."; \ | |
297 target=`echo $@ | sed s/-recursive//`; \ | |
298 for subdir in $$rev; do \ | |
299 echo "Making $$target in $$subdir"; \ | |
300 if test "$$subdir" = "."; then \ | |
301 local_target="$$target-am"; \ | |
302 else \ | |
303 local_target="$$target"; \ | |
304 fi; \ | |
305 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
306 || eval $$failcom; \ | |
307 done && test -z "$$fail" | |
308 tags-recursive: | |
309 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
310 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ | |
311 done | |
312 ctags-recursive: | |
313 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
314 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ | |
315 done | |
316 | |
317 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | |
318 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
319 unique=`for i in $$list; do \ | |
320 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
321 done | \ | |
322 $(AWK) ' { files[$$0] = 1; } \ | |
323 END { for (i in files) print i; }'`; \ | |
324 mkid -fID $$unique | |
325 tags: TAGS | |
326 | |
327 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
328 $(TAGS_FILES) $(LISP) | |
329 tags=; \ | |
330 here=`pwd`; \ | |
331 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ | |
332 include_option=--etags-include; \ | |
333 empty_fix=.; \ | |
334 else \ | |
335 include_option=--include; \ | |
336 empty_fix=; \ | |
337 fi; \ | |
338 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
339 if test "$$subdir" = .; then :; else \ | |
340 test ! -f $$subdir/TAGS || \ | |
341 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ | |
342 fi; \ | |
343 done; \ | |
344 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
345 unique=`for i in $$list; do \ | |
346 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
347 done | \ | |
348 $(AWK) ' { files[$$0] = 1; } \ | |
349 END { for (i in files) print i; }'`; \ | |
350 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ | |
351 test -n "$$unique" || unique=$$empty_fix; \ | |
352 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
353 $$tags $$unique; \ | |
354 fi | |
355 ctags: CTAGS | |
356 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
357 $(TAGS_FILES) $(LISP) | |
358 tags=; \ | |
359 here=`pwd`; \ | |
360 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
361 unique=`for i in $$list; do \ | |
362 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
363 done | \ | |
364 $(AWK) ' { files[$$0] = 1; } \ | |
365 END { for (i in files) print i; }'`; \ | |
366 test -z "$(CTAGS_ARGS)$$tags$$unique" \ | |
367 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |
368 $$tags $$unique | |
369 | |
370 GTAGS: | |
371 here=`$(am__cd) $(top_builddir) && pwd` \ | |
372 && cd $(top_srcdir) \ | |
373 && gtags -i $(GTAGS_ARGS) $$here | |
374 | |
375 distclean-tags: | |
376 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
377 | |
378 distdir: $(DISTFILES) | |
379 $(am__remove_distdir) | |
380 test -d $(distdir) || mkdir $(distdir) | |
381 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
382 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
383 list='$(DISTFILES)'; \ | |
384 dist_files=`for file in $$list; do echo $$file; done | \ | |
385 sed -e "s|^$$srcdirstrip/||;t" \ | |
386 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |
387 case $$dist_files in \ | |
388 */*) $(MKDIR_P) `echo "$$dist_files" | \ | |
389 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | |
390 sort -u` ;; \ | |
391 esac; \ | |
392 for file in $$dist_files; do \ | |
393 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
394 if test -d $$d/$$file; then \ | |
395 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
396 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
397 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ | |
398 fi; \ | |
399 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ | |
400 else \ | |
401 test -f $(distdir)/$$file \ | |
402 || cp -p $$d/$$file $(distdir)/$$file \ | |
403 || exit 1; \ | |
404 fi; \ | |
405 done | |
406 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | |
407 if test "$$subdir" = .; then :; else \ | |
408 test -d "$(distdir)/$$subdir" \ | |
409 || $(MKDIR_P) "$(distdir)/$$subdir" \ | |
410 || exit 1; \ | |
411 distdir=`$(am__cd) $(distdir) && pwd`; \ | |
412 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ | |
413 (cd $$subdir && \ | |
414 $(MAKE) $(AM_MAKEFLAGS) \ | |
415 top_distdir="$$top_distdir" \ | |
416 distdir="$$distdir/$$subdir" \ | |
417 am__remove_distdir=: \ | |
418 am__skip_length_check=: \ | |
419 distdir) \ | |
420 || exit 1; \ | |
421 fi; \ | |
422 done | |
423 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ | |
424 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ | |
425 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ | |
426 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ | |
427 || chmod -R a+r $(distdir) | |
428 dist-gzip: distdir | |
429 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz | |
430 $(am__remove_distdir) | |
431 | |
432 dist-bzip2: distdir | |
433 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 | |
434 $(am__remove_distdir) | |
435 | |
436 dist-tarZ: distdir | |
437 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z | |
438 $(am__remove_distdir) | |
439 | |
440 dist-shar: distdir | |
441 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz | |
442 $(am__remove_distdir) | |
443 | |
444 dist-zip: distdir | |
445 -rm -f $(distdir).zip | |
446 zip -rq $(distdir).zip $(distdir) | |
447 $(am__remove_distdir) | |
448 | |
449 dist dist-all: distdir | |
450 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz | |
451 $(am__remove_distdir) | |
452 | |
453 # This target untars the dist file and tries a VPATH configuration. Then | |
454 # it guarantees that the distribution is self-contained by making another | |
455 # tarfile. | |
456 distcheck: dist | |
457 case '$(DIST_ARCHIVES)' in \ | |
458 *.tar.gz*) \ | |
459 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ | |
460 *.tar.bz2*) \ | |
461 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ | |
462 *.tar.Z*) \ | |
463 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ | |
464 *.shar.gz*) \ | |
465 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ | |
466 *.zip*) \ | |
467 unzip $(distdir).zip ;;\ | |
468 esac | |
469 chmod -R a-w $(distdir); chmod a+w $(distdir) | |
470 mkdir $(distdir)/_build | |
471 mkdir $(distdir)/_inst | |
472 chmod a-w $(distdir) | |
473 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ | |
474 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ | |
475 && cd $(distdir)/_build \ | |
476 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ | |
477 $(DISTCHECK_CONFIGURE_FLAGS) \ | |
478 && $(MAKE) $(AM_MAKEFLAGS) \ | |
479 && $(MAKE) $(AM_MAKEFLAGS) dvi \ | |
480 && $(MAKE) $(AM_MAKEFLAGS) check \ | |
481 && $(MAKE) $(AM_MAKEFLAGS) install \ | |
482 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | |
483 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ | |
484 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ | |
485 distuninstallcheck \ | |
486 && chmod -R a-w "$$dc_install_base" \ | |
487 && ({ \ | |
488 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ | |
489 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ | |
490 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ | |
491 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ | |
492 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ | |
493 } || { rm -rf "$$dc_destdir"; exit 1; }) \ | |
494 && rm -rf "$$dc_destdir" \ | |
495 && $(MAKE) $(AM_MAKEFLAGS) dist \ | |
496 && rm -rf $(DIST_ARCHIVES) \ | |
497 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck | |
498 $(am__remove_distdir) | |
499 @(echo "$(distdir) archives ready for distribution: "; \ | |
500 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ | |
501 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' | |
502 distuninstallcheck: | |
503 @cd $(distuninstallcheck_dir) \ | |
504 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ | |
505 || { echo "ERROR: files left after uninstall:" ; \ | |
506 if test -n "$(DESTDIR)"; then \ | |
507 echo " (check DESTDIR support)"; \ | |
508 fi ; \ | |
509 $(distuninstallcheck_listfiles) ; \ | |
510 exit 1; } >&2 | |
511 distcleancheck: distclean | |
512 @if test '$(srcdir)' = . ; then \ | |
513 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ | |
514 exit 1 ; \ | |
515 fi | |
516 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ | |
517 || { echo "ERROR: files left in build directory after distclean:" ; \ | |
518 $(distcleancheck_listfiles) ; \ | |
519 exit 1; } >&2 | |
520 check-am: all-am | |
521 check: check-recursive | |
522 all-am: Makefile | |
523 installdirs: installdirs-recursive | |
524 installdirs-am: | |
525 install: install-recursive | |
526 install-exec: install-exec-recursive | |
527 install-data: install-data-recursive | |
528 uninstall: uninstall-recursive | |
529 | |
530 install-am: all-am | |
531 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
532 | |
533 installcheck: installcheck-recursive | |
534 install-strip: | |
535 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
536 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
537 `test -z '$(STRIP)' || \ | |
538 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
539 mostlyclean-generic: | |
540 | |
541 clean-generic: | |
542 | |
543 distclean-generic: | |
544 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |
545 | |
546 maintainer-clean-generic: | |
547 @echo "This command is intended for maintainers to use" | |
548 @echo "it deletes files that may require special tools to rebuild." | |
549 clean: clean-recursive | |
550 | |
551 clean-am: clean-generic clean-libtool mostlyclean-am | |
552 | |
553 distclean: distclean-recursive | |
554 -rm -f $(am__CONFIG_DISTCLEAN_FILES) | |
555 -rm -f Makefile | |
556 distclean-am: clean-am distclean-generic distclean-libtool \ | |
557 distclean-tags | |
558 | |
559 dvi: dvi-recursive | |
560 | |
561 dvi-am: | |
562 | |
563 html: html-recursive | |
564 | |
565 info: info-recursive | |
566 | |
567 info-am: | |
568 | |
569 install-data-am: | |
570 | |
571 install-dvi: install-dvi-recursive | |
572 | |
573 install-exec-am: | |
574 | |
575 install-html: install-html-recursive | |
576 | |
577 install-info: install-info-recursive | |
578 | |
579 install-man: | |
580 | |
581 install-pdf: install-pdf-recursive | |
582 | |
583 install-ps: install-ps-recursive | |
584 | |
585 installcheck-am: | |
586 | |
587 maintainer-clean: maintainer-clean-recursive | |
588 -rm -f $(am__CONFIG_DISTCLEAN_FILES) | |
589 -rm -rf $(top_srcdir)/autom4te.cache | |
590 -rm -f Makefile | |
591 maintainer-clean-am: distclean-am maintainer-clean-generic | |
592 | |
593 mostlyclean: mostlyclean-recursive | |
594 | |
595 mostlyclean-am: mostlyclean-generic mostlyclean-libtool | |
596 | |
597 pdf: pdf-recursive | |
598 | |
599 pdf-am: | |
600 | |
601 ps: ps-recursive | |
602 | |
603 ps-am: | |
604 | |
605 uninstall-am: | |
606 | |
607 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ | |
608 install-strip | |
609 | |
610 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ | |
611 all all-am am--refresh check check-am clean clean-generic \ | |
612 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ | |
613 dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \ | |
614 distclean-generic distclean-libtool distclean-tags \ | |
615 distcleancheck distdir distuninstallcheck dvi dvi-am html \ | |
616 html-am info info-am install install-am install-data \ | |
617 install-data-am install-dvi install-dvi-am install-exec \ | |
618 install-exec-am install-html install-html-am install-info \ | |
619 install-info-am install-man install-pdf install-pdf-am \ | |
620 install-ps install-ps-am install-strip installcheck \ | |
621 installcheck-am installdirs installdirs-am maintainer-clean \ | |
622 maintainer-clean-generic mostlyclean mostlyclean-generic \ | |
623 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ | |
624 uninstall uninstall-am | |
625 | |
626 # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
627 # Otherwise a system limit (for SysV at least) may be exceeded. | |
628 .NOEXPORT: |