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