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