source: main/trunk/gs2-core/common-src/Makefile.in@ 21538

Last change on this file since 21538 was 21538, checked in by mdewsnip, 14 years ago

Added stuff for unpacking, configuring and compiling Expat (when Lucene is enabled).

File size: 19.3 KB
Line 
1# Makefile.in generated by automake 1.9.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005 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
17###########################################################################
18#
19# Makefile -- Makefile for common-src
20#
21# A component of the Greenstone digital library software
22# from the New Zealand Digital Library Project at the
23# University of Waikato, New Zealand.
24#
25# Copyright (C) 1999-2010 The New Zealand Digital Library Project
26#
27# This program is free software; you can redistribute it and/or modify
28# it under the terms of the GNU General Public License as published by
29# the Free Software Foundation; either version 2 of the License, or
30# (at your option) any later version.
31#
32# This program is distributed in the hope that it will be useful,
33# but WITHOUT ANY WARRANTY; without even the implied warranty of
34# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
35# GNU General Public License for more details.
36#
37# You should have received a copy of the GNU General Public License
38# along with this program; if not, write to the Free Software
39# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
40#
41###########################################################################
42srcdir = @srcdir@
43top_srcdir = @top_srcdir@
44VPATH = @srcdir@
45pkgdatadir = $(datadir)/@PACKAGE@
46pkglibdir = $(libdir)/@PACKAGE@
47pkgincludedir = $(includedir)/@PACKAGE@
48top_builddir = .
49am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
50INSTALL = @INSTALL@
51install_sh_DATA = $(install_sh) -c -m 644
52install_sh_PROGRAM = $(install_sh) -c
53install_sh_SCRIPT = $(install_sh) -c
54INSTALL_HEADER = $(INSTALL_DATA)
55transform = $(program_transform_name)
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62build_triplet = @build@
63host_triplet = @host@
64DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
65 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
66 $(top_srcdir)/configure config.guess config.sub depcomp \
67 install-sh missing
68subdir = .
69ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
70am__aclocal_m4_deps = $(top_srcdir)/configure.ac
71am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
72 $(ACLOCAL_M4)
73am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
74 configure.lineno configure.status.lineno
75mkinstalldirs = $(install_sh) -d
76CONFIG_HEADER = config.h
77CONFIG_CLEAN_FILES =
78SOURCES =
79DIST_SOURCES =
80RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
81 html-recursive info-recursive install-data-recursive \
82 install-exec-recursive install-info-recursive \
83 install-recursive installcheck-recursive installdirs-recursive \
84 pdf-recursive ps-recursive uninstall-info-recursive \
85 uninstall-recursive
86ETAGS = etags
87CTAGS = ctags
88DIST_SUBDIRS = packages/expat packages/sqlite src/lib
89DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
90distdir = $(PACKAGE)-$(VERSION)
91top_distdir = $(distdir)
92am__remove_distdir = \
93 { test ! -d $(distdir) \
94 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
95 && rm -fr $(distdir); }; }
96DIST_ARCHIVES = $(distdir).tar.gz
97GZIP_ENV = --best
98distuninstallcheck_listfiles = find . -type f -print
99distcleancheck_listfiles = find . -type f -print
100ACLOCAL = @ACLOCAL@
101AMDEP_FALSE = @AMDEP_FALSE@
102AMDEP_TRUE = @AMDEP_TRUE@
103AMTAR = @AMTAR@
104AUTOCONF = @AUTOCONF@
105AUTOHEADER = @AUTOHEADER@
106AUTOMAKE = @AUTOMAKE@
107AWK = @AWK@
108COMPAT32BITFLAGS = @COMPAT32BITFLAGS@
109CPPFLAGS = @CPPFLAGS@
110CXX = @CXX@
111CXXDEPMODE = @CXXDEPMODE@
112CXXFLAGS = @CXXFLAGS@
113CYGPATH_W = @CYGPATH_W@
114DEFS = @DEFS@
115DEPDIR = @DEPDIR@
116ECHO_C = @ECHO_C@
117ECHO_N = @ECHO_N@
118ECHO_T = @ECHO_T@
119ENABLE_LUCENE_FALSE = @ENABLE_LUCENE_FALSE@
120ENABLE_LUCENE_TRUE = @ENABLE_LUCENE_TRUE@
121EXEEXT = @EXEEXT@
122INSTALL_DATA = @INSTALL_DATA@
123INSTALL_PROGRAM = @INSTALL_PROGRAM@
124INSTALL_SCRIPT = @INSTALL_SCRIPT@
125INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
126LDFLAGS = @LDFLAGS@
127LIBOBJS = @LIBOBJS@
128LIBS = @LIBS@
129LTLIBOBJS = @LTLIBOBJS@
130MAKEINFO = @MAKEINFO@
131OBJEXT = @OBJEXT@
132PACKAGE = @PACKAGE@
133PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
134PACKAGE_NAME = @PACKAGE_NAME@
135PACKAGE_STRING = @PACKAGE_STRING@
136PACKAGE_TARNAME = @PACKAGE_TARNAME@
137PACKAGE_VERSION = @PACKAGE_VERSION@
138PATH_SEPARATOR = @PATH_SEPARATOR@
139RANLIB = @RANLIB@
140SET_MAKE = @SET_MAKE@
141SHELL = @SHELL@
142STRIP = @STRIP@
143USE_SQLITE_FALSE = @USE_SQLITE_FALSE@
144USE_SQLITE_TRUE = @USE_SQLITE_TRUE@
145VERSION = @VERSION@
146ac_ct_CXX = @ac_ct_CXX@
147ac_ct_RANLIB = @ac_ct_RANLIB@
148ac_ct_STRIP = @ac_ct_STRIP@
149am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
150am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
151am__include = @am__include@
152am__leading_dot = @am__leading_dot@
153am__quote = @am__quote@
154am__tar = @am__tar@
155am__untar = @am__untar@
156bindir = @bindir@
157build = @build@
158build_alias = @build_alias@
159build_cpu = @build_cpu@
160build_os = @build_os@
161build_vendor = @build_vendor@
162datadir = @datadir@
163exec_prefix = @exec_prefix@
164host = @host@
165host_alias = @host_alias@
166host_cpu = @host_cpu@
167host_os = @host_os@
168host_vendor = @host_vendor@
169includedir = @includedir@
170infodir = @infodir@
171install_sh = @install_sh@
172libdir = @libdir@
173libexecdir = @libexecdir@
174localstatedir = @localstatedir@
175mandir = @mandir@
176mkdir_p = @mkdir_p@
177oldincludedir = @oldincludedir@
178prefix = @prefix@
179program_transform_name = @program_transform_name@
180sbindir = @sbindir@
181sharedstatedir = @sharedstatedir@
182sysconfdir = @sysconfdir@
183target_alias = @target_alias@
184
185# Option: Lucene support
186@ENABLE_LUCENE_TRUE@LUCENE_SUBDIRS = packages/expat
187
188# Option: SQLite support
189@USE_SQLITE_TRUE@SQLITE_SUBDIRS = packages/sqlite
190SUBDIRS = $(LUCENE_SUBDIRS) $(SQLITE_SUBDIRS) src/lib
191all: config.h
192 $(MAKE) $(AM_MAKEFLAGS) all-recursive
193
194.SUFFIXES:
195am--refresh:
196 @:
197$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
198 @for dep in $?; do \
199 case '$(am__configure_deps)' in \
200 *$$dep*) \
201 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
202 cd $(srcdir) && $(AUTOMAKE) --foreign \
203 && exit 0; \
204 exit 1;; \
205 esac; \
206 done; \
207 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
208 cd $(top_srcdir) && \
209 $(AUTOMAKE) --foreign Makefile
210.PRECIOUS: Makefile
211Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
212 @case '$?' in \
213 *config.status*) \
214 echo ' $(SHELL) ./config.status'; \
215 $(SHELL) ./config.status;; \
216 *) \
217 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
218 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
219 esac;
220
221$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
222 $(SHELL) ./config.status --recheck
223
224$(top_srcdir)/configure: $(am__configure_deps)
225 cd $(srcdir) && $(AUTOCONF)
226$(ACLOCAL_M4): $(am__aclocal_m4_deps)
227 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
228
229config.h: stamp-h1
230 @if test ! -f $@; then \
231 rm -f stamp-h1; \
232 $(MAKE) stamp-h1; \
233 else :; fi
234
235stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
236 @rm -f stamp-h1
237 cd $(top_builddir) && $(SHELL) ./config.status config.h
238$(srcdir)/config.h.in: $(am__configure_deps)
239 cd $(top_srcdir) && $(AUTOHEADER)
240 rm -f stamp-h1
241 touch $@
242
243distclean-hdr:
244 -rm -f config.h stamp-h1
245uninstall-info-am:
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
278mostlyclean-recursive clean-recursive distclean-recursive \
279maintainer-clean-recursive:
280 @failcom='exit 1'; \
281 for f in x $$MAKEFLAGS; do \
282 case $$f in \
283 *=* | --[!k]*);; \
284 *k*) failcom='fail=yes';; \
285 esac; \
286 done; \
287 dot_seen=no; \
288 case "$@" in \
289 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
290 *) list='$(SUBDIRS)' ;; \
291 esac; \
292 rev=''; for subdir in $$list; do \
293 if test "$$subdir" = "."; then :; else \
294 rev="$$subdir $$rev"; \
295 fi; \
296 done; \
297 rev="$$rev ."; \
298 target=`echo $@ | sed s/-recursive//`; \
299 for subdir in $$rev; do \
300 echo "Making $$target in $$subdir"; \
301 if test "$$subdir" = "."; then \
302 local_target="$$target-am"; \
303 else \
304 local_target="$$target"; \
305 fi; \
306 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
307 || eval $$failcom; \
308 done && test -z "$$fail"
309tags-recursive:
310 list='$(SUBDIRS)'; for subdir in $$list; do \
311 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
312 done
313ctags-recursive:
314 list='$(SUBDIRS)'; for subdir in $$list; do \
315 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
316 done
317
318ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
319 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
320 unique=`for i in $$list; do \
321 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
322 done | \
323 $(AWK) ' { files[$$0] = 1; } \
324 END { for (i in files) print i; }'`; \
325 mkid -fID $$unique
326tags: TAGS
327
328TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
329 $(TAGS_FILES) $(LISP)
330 tags=; \
331 here=`pwd`; \
332 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
333 include_option=--etags-include; \
334 empty_fix=.; \
335 else \
336 include_option=--include; \
337 empty_fix=; \
338 fi; \
339 list='$(SUBDIRS)'; for subdir in $$list; do \
340 if test "$$subdir" = .; then :; else \
341 test ! -f $$subdir/TAGS || \
342 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
343 fi; \
344 done; \
345 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
346 unique=`for i in $$list; do \
347 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
348 done | \
349 $(AWK) ' { files[$$0] = 1; } \
350 END { for (i in files) print i; }'`; \
351 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
352 test -n "$$unique" || unique=$$empty_fix; \
353 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
354 $$tags $$unique; \
355 fi
356ctags: CTAGS
357CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
358 $(TAGS_FILES) $(LISP)
359 tags=; \
360 here=`pwd`; \
361 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
362 unique=`for i in $$list; do \
363 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
364 done | \
365 $(AWK) ' { files[$$0] = 1; } \
366 END { for (i in files) print i; }'`; \
367 test -z "$(CTAGS_ARGS)$$tags$$unique" \
368 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
369 $$tags $$unique
370
371GTAGS:
372 here=`$(am__cd) $(top_builddir) && pwd` \
373 && cd $(top_srcdir) \
374 && gtags -i $(GTAGS_ARGS) $$here
375
376distclean-tags:
377 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
378
379distdir: $(DISTFILES)
380 $(am__remove_distdir)
381 mkdir $(distdir)
382 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
383 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
384 list='$(DISTFILES)'; for file in $$list; do \
385 case $$file in \
386 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
387 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
388 esac; \
389 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
390 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
391 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
392 dir="/$$dir"; \
393 $(mkdir_p) "$(distdir)$$dir"; \
394 else \
395 dir=''; \
396 fi; \
397 if test -d $$d/$$file; then \
398 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
399 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
400 fi; \
401 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
402 else \
403 test -f $(distdir)/$$file \
404 || cp -p $$d/$$file $(distdir)/$$file \
405 || exit 1; \
406 fi; \
407 done
408 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
409 if test "$$subdir" = .; then :; else \
410 test -d "$(distdir)/$$subdir" \
411 || $(mkdir_p) "$(distdir)/$$subdir" \
412 || exit 1; \
413 distdir=`$(am__cd) $(distdir) && pwd`; \
414 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
415 (cd $$subdir && \
416 $(MAKE) $(AM_MAKEFLAGS) \
417 top_distdir="$$top_distdir" \
418 distdir="$$distdir/$$subdir" \
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 $(SHELL) $(install_sh) -c -m a+r {} {} \; \
427 || chmod -R a+r $(distdir)
428dist-gzip: distdir
429 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
430 $(am__remove_distdir)
431
432dist-bzip2: distdir
433 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
434 $(am__remove_distdir)
435
436dist-tarZ: distdir
437 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
438 $(am__remove_distdir)
439
440dist-shar: distdir
441 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
442 $(am__remove_distdir)
443
444dist-zip: distdir
445 -rm -f $(distdir).zip
446 zip -rq $(distdir).zip $(distdir)
447 $(am__remove_distdir)
448
449dist 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.
456distcheck: 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 '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
502distuninstallcheck:
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
511distcleancheck: 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
520check-am: all-am
521check: check-recursive
522all-am: Makefile config.h
523installdirs: installdirs-recursive
524installdirs-am:
525install: install-recursive
526install-exec: install-exec-recursive
527install-data: install-data-recursive
528uninstall: uninstall-recursive
529
530install-am: all-am
531 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
532
533installcheck: installcheck-recursive
534install-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
539mostlyclean-generic:
540
541clean-generic:
542
543distclean-generic:
544 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
545
546maintainer-clean-generic:
547 @echo "This command is intended for maintainers to use"
548 @echo "it deletes files that may require special tools to rebuild."
549clean: clean-recursive
550
551clean-am: clean-generic mostlyclean-am
552
553distclean: distclean-recursive
554 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
555 -rm -f Makefile
556distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
557
558dvi: dvi-recursive
559
560dvi-am:
561
562html: html-recursive
563
564info: info-recursive
565
566info-am:
567
568install-data-am:
569
570install-exec-am:
571
572install-info: install-info-recursive
573
574install-man:
575
576installcheck-am:
577
578maintainer-clean: maintainer-clean-recursive
579 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
580 -rm -rf $(top_srcdir)/autom4te.cache
581 -rm -f Makefile
582maintainer-clean-am: distclean-am maintainer-clean-generic
583
584mostlyclean: mostlyclean-recursive
585
586mostlyclean-am: mostlyclean-generic
587
588pdf: pdf-recursive
589
590pdf-am:
591
592ps: ps-recursive
593
594ps-am:
595
596uninstall-am: uninstall-info-am
597
598uninstall-info: uninstall-info-recursive
599
600.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
601 check-am clean clean-generic clean-recursive ctags \
602 ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \
603 dist-tarZ dist-zip distcheck distclean distclean-generic \
604 distclean-hdr distclean-recursive distclean-tags \
605 distcleancheck distdir distuninstallcheck dvi dvi-am html \
606 html-am info info-am install install-am install-data \
607 install-data-am install-exec install-exec-am install-info \
608 install-info-am install-man install-strip installcheck \
609 installcheck-am installdirs installdirs-am maintainer-clean \
610 maintainer-clean-generic maintainer-clean-recursive \
611 mostlyclean mostlyclean-generic mostlyclean-recursive pdf \
612 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
613 uninstall-info-am
614
615# Tell versions [3.59,3.63) of GNU make to not export all variables.
616# Otherwise a system limit (for SysV at least) may be exceeded.
617.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.