source: main/trunk/gs2-core/Makefile.in@ 21531

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

Added AC_CONFIG_SUBDIRS lines for configuring the common-src and runtime-src directories automatically.

File size: 19.0 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 top-level
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 = $(SUBDIRS)
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@
119EXEEXT = @EXEEXT@
120INSTALL_DATA = @INSTALL_DATA@
121INSTALL_PROGRAM = @INSTALL_PROGRAM@
122INSTALL_SCRIPT = @INSTALL_SCRIPT@
123INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
124LDFLAGS = @LDFLAGS@
125LIBOBJS = @LIBOBJS@
126LIBS = @LIBS@
127LTLIBOBJS = @LTLIBOBJS@
128MAKEINFO = @MAKEINFO@
129OBJEXT = @OBJEXT@
130PACKAGE = @PACKAGE@
131PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
132PACKAGE_NAME = @PACKAGE_NAME@
133PACKAGE_STRING = @PACKAGE_STRING@
134PACKAGE_TARNAME = @PACKAGE_TARNAME@
135PACKAGE_VERSION = @PACKAGE_VERSION@
136PATH_SEPARATOR = @PATH_SEPARATOR@
137RANLIB = @RANLIB@
138SET_MAKE = @SET_MAKE@
139SHELL = @SHELL@
140STRIP = @STRIP@
141USE_SQLITE_FALSE = @USE_SQLITE_FALSE@
142USE_SQLITE_TRUE = @USE_SQLITE_TRUE@
143VERSION = @VERSION@
144ac_ct_CXX = @ac_ct_CXX@
145ac_ct_RANLIB = @ac_ct_RANLIB@
146ac_ct_STRIP = @ac_ct_STRIP@
147am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
148am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
149am__include = @am__include@
150am__leading_dot = @am__leading_dot@
151am__quote = @am__quote@
152am__tar = @am__tar@
153am__untar = @am__untar@
154bindir = @bindir@
155build = @build@
156build_alias = @build_alias@
157build_cpu = @build_cpu@
158build_os = @build_os@
159build_vendor = @build_vendor@
160datadir = @datadir@
161exec_prefix = @exec_prefix@
162host = @host@
163host_alias = @host_alias@
164host_cpu = @host_cpu@
165host_os = @host_os@
166host_vendor = @host_vendor@
167includedir = @includedir@
168infodir = @infodir@
169install_sh = @install_sh@
170libdir = @libdir@
171libexecdir = @libexecdir@
172localstatedir = @localstatedir@
173mandir = @mandir@
174mkdir_p = @mkdir_p@
175oldincludedir = @oldincludedir@
176prefix = @prefix@
177program_transform_name = @program_transform_name@
178sbindir = @sbindir@
179sharedstatedir = @sharedstatedir@
180subdirs = @subdirs@
181sysconfdir = @sysconfdir@
182target_alias = @target_alias@
183SUBDIRS = common-src runtime-src
184all: config.h
185 $(MAKE) $(AM_MAKEFLAGS) all-recursive
186
187.SUFFIXES:
188am--refresh:
189 @:
190$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
191 @for dep in $?; do \
192 case '$(am__configure_deps)' in \
193 *$$dep*) \
194 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
195 cd $(srcdir) && $(AUTOMAKE) --foreign \
196 && exit 0; \
197 exit 1;; \
198 esac; \
199 done; \
200 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
201 cd $(top_srcdir) && \
202 $(AUTOMAKE) --foreign Makefile
203.PRECIOUS: Makefile
204Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
205 @case '$?' in \
206 *config.status*) \
207 echo ' $(SHELL) ./config.status'; \
208 $(SHELL) ./config.status;; \
209 *) \
210 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
211 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
212 esac;
213
214$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
215 $(SHELL) ./config.status --recheck
216
217$(top_srcdir)/configure: $(am__configure_deps)
218 cd $(srcdir) && $(AUTOCONF)
219$(ACLOCAL_M4): $(am__aclocal_m4_deps)
220 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
221
222config.h: stamp-h1
223 @if test ! -f $@; then \
224 rm -f stamp-h1; \
225 $(MAKE) stamp-h1; \
226 else :; fi
227
228stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
229 @rm -f stamp-h1
230 cd $(top_builddir) && $(SHELL) ./config.status config.h
231$(srcdir)/config.h.in: $(am__configure_deps)
232 cd $(top_srcdir) && $(AUTOHEADER)
233 rm -f stamp-h1
234 touch $@
235
236distclean-hdr:
237 -rm -f config.h stamp-h1
238uninstall-info-am:
239
240# This directory's subdirectories are mostly independent; you can cd
241# into them and run `make' without going through this Makefile.
242# To change the values of `make' variables: instead of editing Makefiles,
243# (1) if the variable is set in `config.status', edit `config.status'
244# (which will cause the Makefiles to be regenerated when you run `make');
245# (2) otherwise, pass the desired values on the `make' command line.
246$(RECURSIVE_TARGETS):
247 @failcom='exit 1'; \
248 for f in x $$MAKEFLAGS; do \
249 case $$f in \
250 *=* | --[!k]*);; \
251 *k*) failcom='fail=yes';; \
252 esac; \
253 done; \
254 dot_seen=no; \
255 target=`echo $@ | sed s/-recursive//`; \
256 list='$(SUBDIRS)'; for subdir in $$list; do \
257 echo "Making $$target in $$subdir"; \
258 if test "$$subdir" = "."; then \
259 dot_seen=yes; \
260 local_target="$$target-am"; \
261 else \
262 local_target="$$target"; \
263 fi; \
264 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
265 || eval $$failcom; \
266 done; \
267 if test "$$dot_seen" = "no"; then \
268 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
269 fi; test -z "$$fail"
270
271mostlyclean-recursive clean-recursive distclean-recursive \
272maintainer-clean-recursive:
273 @failcom='exit 1'; \
274 for f in x $$MAKEFLAGS; do \
275 case $$f in \
276 *=* | --[!k]*);; \
277 *k*) failcom='fail=yes';; \
278 esac; \
279 done; \
280 dot_seen=no; \
281 case "$@" in \
282 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
283 *) list='$(SUBDIRS)' ;; \
284 esac; \
285 rev=''; for subdir in $$list; do \
286 if test "$$subdir" = "."; then :; else \
287 rev="$$subdir $$rev"; \
288 fi; \
289 done; \
290 rev="$$rev ."; \
291 target=`echo $@ | sed s/-recursive//`; \
292 for subdir in $$rev; do \
293 echo "Making $$target in $$subdir"; \
294 if test "$$subdir" = "."; then \
295 local_target="$$target-am"; \
296 else \
297 local_target="$$target"; \
298 fi; \
299 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
300 || eval $$failcom; \
301 done && test -z "$$fail"
302tags-recursive:
303 list='$(SUBDIRS)'; for subdir in $$list; do \
304 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
305 done
306ctags-recursive:
307 list='$(SUBDIRS)'; for subdir in $$list; do \
308 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
309 done
310
311ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
312 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
313 unique=`for i in $$list; do \
314 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
315 done | \
316 $(AWK) ' { files[$$0] = 1; } \
317 END { for (i in files) print i; }'`; \
318 mkid -fID $$unique
319tags: TAGS
320
321TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
322 $(TAGS_FILES) $(LISP)
323 tags=; \
324 here=`pwd`; \
325 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
326 include_option=--etags-include; \
327 empty_fix=.; \
328 else \
329 include_option=--include; \
330 empty_fix=; \
331 fi; \
332 list='$(SUBDIRS)'; for subdir in $$list; do \
333 if test "$$subdir" = .; then :; else \
334 test ! -f $$subdir/TAGS || \
335 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
336 fi; \
337 done; \
338 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
339 unique=`for i in $$list; do \
340 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
341 done | \
342 $(AWK) ' { files[$$0] = 1; } \
343 END { for (i in files) print i; }'`; \
344 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
345 test -n "$$unique" || unique=$$empty_fix; \
346 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
347 $$tags $$unique; \
348 fi
349ctags: CTAGS
350CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
351 $(TAGS_FILES) $(LISP)
352 tags=; \
353 here=`pwd`; \
354 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
355 unique=`for i in $$list; do \
356 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
357 done | \
358 $(AWK) ' { files[$$0] = 1; } \
359 END { for (i in files) print i; }'`; \
360 test -z "$(CTAGS_ARGS)$$tags$$unique" \
361 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
362 $$tags $$unique
363
364GTAGS:
365 here=`$(am__cd) $(top_builddir) && pwd` \
366 && cd $(top_srcdir) \
367 && gtags -i $(GTAGS_ARGS) $$here
368
369distclean-tags:
370 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
371
372distdir: $(DISTFILES)
373 $(am__remove_distdir)
374 mkdir $(distdir)
375 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
376 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
377 list='$(DISTFILES)'; for file in $$list; do \
378 case $$file in \
379 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
380 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
381 esac; \
382 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
383 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
384 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
385 dir="/$$dir"; \
386 $(mkdir_p) "$(distdir)$$dir"; \
387 else \
388 dir=''; \
389 fi; \
390 if test -d $$d/$$file; then \
391 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
392 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
393 fi; \
394 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
395 else \
396 test -f $(distdir)/$$file \
397 || cp -p $$d/$$file $(distdir)/$$file \
398 || exit 1; \
399 fi; \
400 done
401 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
402 if test "$$subdir" = .; then :; else \
403 test -d "$(distdir)/$$subdir" \
404 || $(mkdir_p) "$(distdir)/$$subdir" \
405 || exit 1; \
406 distdir=`$(am__cd) $(distdir) && pwd`; \
407 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
408 (cd $$subdir && \
409 $(MAKE) $(AM_MAKEFLAGS) \
410 top_distdir="$$top_distdir" \
411 distdir="$$distdir/$$subdir" \
412 distdir) \
413 || exit 1; \
414 fi; \
415 done
416 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
417 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
418 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
419 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
420 || chmod -R a+r $(distdir)
421dist-gzip: distdir
422 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
423 $(am__remove_distdir)
424
425dist-bzip2: distdir
426 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
427 $(am__remove_distdir)
428
429dist-tarZ: distdir
430 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
431 $(am__remove_distdir)
432
433dist-shar: distdir
434 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
435 $(am__remove_distdir)
436
437dist-zip: distdir
438 -rm -f $(distdir).zip
439 zip -rq $(distdir).zip $(distdir)
440 $(am__remove_distdir)
441
442dist dist-all: distdir
443 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
444 $(am__remove_distdir)
445
446# This target untars the dist file and tries a VPATH configuration. Then
447# it guarantees that the distribution is self-contained by making another
448# tarfile.
449distcheck: dist
450 case '$(DIST_ARCHIVES)' in \
451 *.tar.gz*) \
452 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
453 *.tar.bz2*) \
454 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
455 *.tar.Z*) \
456 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
457 *.shar.gz*) \
458 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
459 *.zip*) \
460 unzip $(distdir).zip ;;\
461 esac
462 chmod -R a-w $(distdir); chmod a+w $(distdir)
463 mkdir $(distdir)/_build
464 mkdir $(distdir)/_inst
465 chmod a-w $(distdir)
466 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
467 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
468 && cd $(distdir)/_build \
469 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
470 $(DISTCHECK_CONFIGURE_FLAGS) \
471 && $(MAKE) $(AM_MAKEFLAGS) \
472 && $(MAKE) $(AM_MAKEFLAGS) dvi \
473 && $(MAKE) $(AM_MAKEFLAGS) check \
474 && $(MAKE) $(AM_MAKEFLAGS) install \
475 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
476 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
477 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
478 distuninstallcheck \
479 && chmod -R a-w "$$dc_install_base" \
480 && ({ \
481 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
482 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
483 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
484 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
485 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
486 } || { rm -rf "$$dc_destdir"; exit 1; }) \
487 && rm -rf "$$dc_destdir" \
488 && $(MAKE) $(AM_MAKEFLAGS) dist \
489 && rm -rf $(DIST_ARCHIVES) \
490 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
491 $(am__remove_distdir)
492 @(echo "$(distdir) archives ready for distribution: "; \
493 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
494 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
495distuninstallcheck:
496 @cd $(distuninstallcheck_dir) \
497 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
498 || { echo "ERROR: files left after uninstall:" ; \
499 if test -n "$(DESTDIR)"; then \
500 echo " (check DESTDIR support)"; \
501 fi ; \
502 $(distuninstallcheck_listfiles) ; \
503 exit 1; } >&2
504distcleancheck: distclean
505 @if test '$(srcdir)' = . ; then \
506 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
507 exit 1 ; \
508 fi
509 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
510 || { echo "ERROR: files left in build directory after distclean:" ; \
511 $(distcleancheck_listfiles) ; \
512 exit 1; } >&2
513check-am: all-am
514check: check-recursive
515all-am: Makefile config.h
516installdirs: installdirs-recursive
517installdirs-am:
518install: install-recursive
519install-exec: install-exec-recursive
520install-data: install-data-recursive
521uninstall: uninstall-recursive
522
523install-am: all-am
524 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
525
526installcheck: installcheck-recursive
527install-strip:
528 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
529 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
530 `test -z '$(STRIP)' || \
531 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
532mostlyclean-generic:
533
534clean-generic:
535
536distclean-generic:
537 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
538
539maintainer-clean-generic:
540 @echo "This command is intended for maintainers to use"
541 @echo "it deletes files that may require special tools to rebuild."
542clean: clean-recursive
543
544clean-am: clean-generic mostlyclean-am
545
546distclean: distclean-recursive
547 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
548 -rm -f Makefile
549distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
550
551dvi: dvi-recursive
552
553dvi-am:
554
555html: html-recursive
556
557info: info-recursive
558
559info-am:
560
561install-data-am:
562
563install-exec-am:
564
565install-info: install-info-recursive
566
567install-man:
568
569installcheck-am:
570
571maintainer-clean: maintainer-clean-recursive
572 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
573 -rm -rf $(top_srcdir)/autom4te.cache
574 -rm -f Makefile
575maintainer-clean-am: distclean-am maintainer-clean-generic
576
577mostlyclean: mostlyclean-recursive
578
579mostlyclean-am: mostlyclean-generic
580
581pdf: pdf-recursive
582
583pdf-am:
584
585ps: ps-recursive
586
587ps-am:
588
589uninstall-am: uninstall-info-am
590
591uninstall-info: uninstall-info-recursive
592
593.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
594 check-am clean clean-generic clean-recursive ctags \
595 ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \
596 dist-tarZ dist-zip distcheck distclean distclean-generic \
597 distclean-hdr distclean-recursive distclean-tags \
598 distcleancheck distdir distuninstallcheck dvi dvi-am html \
599 html-am info info-am install install-am install-data \
600 install-data-am install-exec install-exec-am install-info \
601 install-info-am install-man install-strip installcheck \
602 installcheck-am installdirs installdirs-am maintainer-clean \
603 maintainer-clean-generic maintainer-clean-recursive \
604 mostlyclean mostlyclean-generic mostlyclean-recursive pdf \
605 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
606 uninstall-info-am
607
608# Tell versions [3.59,3.63) of GNU make to not export all variables.
609# Otherwise a system limit (for SysV at least) may be exceeded.
610.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.