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

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

Added runtime-src into SUBDIRS.

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