Imported Upstream version 2.4.2
[platform/upstream/libtool.git] / tests / mdemo2 / Makefile.in
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 #####
19
20 VPATH = @srcdir@
21 pkgdatadir = $(datadir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@
23 pkglibdir = $(libdir)/@PACKAGE@
24 pkglibexecdir = $(libexecdir)/@PACKAGE@
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
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 bin_PROGRAMS = mdemo2$(EXEEXT) mdemo2_static$(EXEEXT)
40 subdir = .
41 DIST_COMMON = README $(am__configure_deps) \
42         $(srcdir)/../../libltdl/config/config.guess \
43         $(srcdir)/../../libltdl/config/config.sub \
44         $(srcdir)/../../libltdl/config/install-sh \
45         $(srcdir)/../../libltdl/config/ltmain.sh \
46         $(srcdir)/../../libltdl/config/missing $(srcdir)/Makefile.am \
47         $(srcdir)/Makefile.in $(top_srcdir)/configure \
48         ../../libltdl/config/compile ../../libltdl/config/config.guess \
49         ../../libltdl/config/config.sub ../../libltdl/config/depcomp \
50         ../../libltdl/config/install-sh ../../libltdl/config/ltmain.sh \
51         ../../libltdl/config/mdate-sh ../../libltdl/config/missing \
52         ../../libltdl/config/texinfo.tex
53 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
54 am__aclocal_m4_deps = $(top_srcdir)/../../libltdl/m4/libtool.m4 \
55         $(top_srcdir)/../../libltdl/m4/ltoptions.m4 \
56         $(top_srcdir)/../../libltdl/m4/ltsugar.m4 \
57         $(top_srcdir)/../../libltdl/m4/ltversion.m4 \
58         $(top_srcdir)/../../libltdl/m4/lt~obsolete.m4 \
59         $(top_srcdir)/configure.ac
60 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
61         $(ACLOCAL_M4)
62 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
63  configure.lineno config.status.lineno
64 mkinstalldirs = $(install_sh) -d
65 CONFIG_CLEAN_FILES =
66 CONFIG_CLEAN_VPATH_FILES =
67 am__installdirs = "$(DESTDIR)$(bindir)"
68 PROGRAMS = $(bin_PROGRAMS)
69 am_mdemo2_OBJECTS = main.$(OBJEXT)
70 mdemo2_OBJECTS = $(am_mdemo2_OBJECTS)
71 mdemo2_DEPENDENCIES = ../mdemo/libmlib.la
72 mdemo2_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
73         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(mdemo2_LDFLAGS) \
74         $(LDFLAGS) -o $@
75 am__objects_1 = main.$(OBJEXT)
76 am_mdemo2_static_OBJECTS = $(am__objects_1)
77 mdemo2_static_OBJECTS = $(am_mdemo2_static_OBJECTS)
78 mdemo2_static_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
79         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
80         $(mdemo2_static_LDFLAGS) $(LDFLAGS) -o $@
81 DEFAULT_INCLUDES = -I.@am__isrc@
82 depcomp =
83 am__depfiles_maybe =
84 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
85         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
86 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
87         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
88         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
89 CCLD = $(CC)
90 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
91         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
92         $(LDFLAGS) -o $@
93 SOURCES = $(mdemo2_SOURCES) $(mdemo2_static_SOURCES)
94 DIST_SOURCES = $(mdemo2_SOURCES) $(mdemo2_static_SOURCES)
95 ETAGS = etags
96 CTAGS = ctags
97 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
98 distdir = $(PACKAGE)-$(VERSION)
99 top_distdir = $(distdir)
100 am__remove_distdir = \
101   { test ! -d "$(distdir)" \
102     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
103          && rm -fr "$(distdir)"; }; }
104 DIST_ARCHIVES = $(distdir).tar.gz
105 GZIP_ENV = --best
106 distuninstallcheck_listfiles = find . -type f -print
107 distcleancheck_listfiles = find . -type f -print
108 ACLOCAL = @ACLOCAL@
109 AMTAR = @AMTAR@
110 AR = @AR@
111 AUTOCONF = @AUTOCONF@
112 AUTOHEADER = @AUTOHEADER@
113 AUTOMAKE = @AUTOMAKE@
114 AWK = @AWK@
115 CC = @CC@
116 CCDEPMODE = @CCDEPMODE@
117 CFLAGS = @CFLAGS@
118 CPP = @CPP@
119 CPPFLAGS = @CPPFLAGS@
120 CYGPATH_W = @CYGPATH_W@
121 DEFS = @DEFS@
122 DEPDIR = @DEPDIR@
123 DLLTOOL = @DLLTOOL@
124 DSYMUTIL = @DSYMUTIL@
125 DUMPBIN = @DUMPBIN@
126 ECHO_C = @ECHO_C@
127 ECHO_N = @ECHO_N@
128 ECHO_T = @ECHO_T@
129 EGREP = @EGREP@
130 EXEEXT = @EXEEXT@
131 FGREP = @FGREP@
132 GREP = @GREP@
133 INSTALL = @INSTALL@
134 INSTALL_DATA = @INSTALL_DATA@
135 INSTALL_PROGRAM = @INSTALL_PROGRAM@
136 INSTALL_SCRIPT = @INSTALL_SCRIPT@
137 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
138 LD = @LD@
139 LDFLAGS = @LDFLAGS@
140 LIBOBJS = @LIBOBJS@
141 LIBS = @LIBS@
142 LIBTOOL = @LIBTOOL@
143 LIBTOOL_DEPS = @LIBTOOL_DEPS@
144 LIPO = @LIPO@
145 LN_S = @LN_S@
146 LTLIBOBJS = @LTLIBOBJS@
147 MAKEINFO = @MAKEINFO@
148 MANIFEST_TOOL = @MANIFEST_TOOL@
149 MKDIR_P = @MKDIR_P@
150 NM = @NM@
151 NMEDIT = @NMEDIT@
152 OBJDUMP = @OBJDUMP@
153 OBJEXT = @OBJEXT@
154 OTOOL = @OTOOL@
155 OTOOL64 = @OTOOL64@
156 PACKAGE = @PACKAGE@
157 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
158 PACKAGE_NAME = @PACKAGE_NAME@
159 PACKAGE_STRING = @PACKAGE_STRING@
160 PACKAGE_TARNAME = @PACKAGE_TARNAME@
161 PACKAGE_URL = @PACKAGE_URL@
162 PACKAGE_VERSION = @PACKAGE_VERSION@
163 PATH_SEPARATOR = @PATH_SEPARATOR@
164 RANLIB = @RANLIB@
165 SED = @SED@
166 SET_MAKE = @SET_MAKE@
167 SHELL = @SHELL@
168 STATIC = @STATIC@
169 STRIP = @STRIP@
170 VERSION = @VERSION@
171 abs_builddir = @abs_builddir@
172 abs_srcdir = @abs_srcdir@
173 abs_top_builddir = @abs_top_builddir@
174 abs_top_srcdir = @abs_top_srcdir@
175 ac_ct_AR = @ac_ct_AR@
176 ac_ct_CC = @ac_ct_CC@
177 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
178 am__include = @am__include@
179 am__leading_dot = @am__leading_dot@
180 am__quote = @am__quote@
181 am__tar = @am__tar@
182 am__untar = @am__untar@
183 bindir = @bindir@
184 build = @build@
185 build_alias = @build_alias@
186 build_cpu = @build_cpu@
187 build_os = @build_os@
188 build_vendor = @build_vendor@
189 builddir = @builddir@
190 datadir = @datadir@
191 datarootdir = @datarootdir@
192 docdir = @docdir@
193 dvidir = @dvidir@
194 exec_prefix = @exec_prefix@
195 host = @host@
196 host_alias = @host_alias@
197 host_cpu = @host_cpu@
198 host_os = @host_os@
199 host_vendor = @host_vendor@
200 htmldir = @htmldir@
201 includedir = @includedir@
202 infodir = @infodir@
203 install_sh = @install_sh@
204 libdir = @libdir@
205 libexecdir = @libexecdir@
206 localedir = @localedir@
207 localstatedir = @localstatedir@
208 mandir = @mandir@
209 mkdir_p = @mkdir_p@
210 oldincludedir = @oldincludedir@
211 pdfdir = @pdfdir@
212 prefix = @prefix@
213 program_transform_name = @program_transform_name@
214 psdir = @psdir@
215 sbindir = @sbindir@
216 sharedstatedir = @sharedstatedir@
217 srcdir = @srcdir@
218 sysconfdir = @sysconfdir@
219 target_alias = @target_alias@
220 top_build_prefix = @top_build_prefix@
221 top_builddir = @top_builddir@
222 top_srcdir = @top_srcdir@
223 AUTOMAKE_OPTIONS = no-dependencies foreign
224 ACLOCAL_AMFLAGS = -I ../../libltdl/m4
225 AM_CPPFLAGS = -I$(top_srcdir)/../.. -I$(top_srcdir)/../../libltdl
226
227 # Create a version of mdemo2 that links a library that does dlopen.
228 mdemo2_SOURCES = main.c
229 mdemo2_LDFLAGS = -export-dynamic "-dlopen" force
230 mdemo2_LDADD = ../mdemo/libmlib.la
231
232 # Create a statically linked version of mdemo.
233 mdemo2_static_SOURCES = $(mdemo2_SOURCES)
234 mdemo2_static_LDFLAGS = $(STATIC) $(mdemo2_LDFLAGS)
235 mdemo2_static_LDADD = $(mdemo2_LDADD)
236 mdemo2_static_DEPENDENCIES = $(mdemo2_DEPENDENCIES)
237 all: all-am
238
239 .SUFFIXES:
240 .SUFFIXES: .c .lo .o .obj
241 am--refresh:
242         @:
243 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
244         @for dep in $?; do \
245           case '$(am__configure_deps)' in \
246             *$$dep*) \
247               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
248               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
249                 && exit 0; \
250               exit 1;; \
251           esac; \
252         done; \
253         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
254         $(am__cd) $(top_srcdir) && \
255           $(AUTOMAKE) --foreign Makefile
256 .PRECIOUS: Makefile
257 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
258         @case '$?' in \
259           *config.status*) \
260             echo ' $(SHELL) ./config.status'; \
261             $(SHELL) ./config.status;; \
262           *) \
263             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
264             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
265         esac;
266
267 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
268         $(SHELL) ./config.status --recheck
269
270 $(top_srcdir)/configure:  $(am__configure_deps)
271         $(am__cd) $(srcdir) && $(AUTOCONF)
272 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
273         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
274 $(am__aclocal_m4_deps):
275 install-binPROGRAMS: $(bin_PROGRAMS)
276         @$(NORMAL_INSTALL)
277         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
278         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
279         for p in $$list; do echo "$$p $$p"; done | \
280         sed 's/$(EXEEXT)$$//' | \
281         while read p p1; do if test -f $$p || test -f $$p1; \
282           then echo "$$p"; echo "$$p"; else :; fi; \
283         done | \
284         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
285             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
286         sed 'N;N;N;s,\n, ,g' | \
287         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
288           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
289             if ($$2 == $$4) files[d] = files[d] " " $$1; \
290             else { print "f", $$3 "/" $$4, $$1; } } \
291           END { for (d in files) print "f", d, files[d] }' | \
292         while read type dir files; do \
293             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
294             test -z "$$files" || { \
295             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
296             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
297             } \
298         ; done
299
300 uninstall-binPROGRAMS:
301         @$(NORMAL_UNINSTALL)
302         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
303         files=`for p in $$list; do echo "$$p"; done | \
304           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
305               -e 's/$$/$(EXEEXT)/' `; \
306         test -n "$$list" || exit 0; \
307         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
308         cd "$(DESTDIR)$(bindir)" && rm -f $$files
309
310 clean-binPROGRAMS:
311         @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
312         echo " rm -f" $$list; \
313         rm -f $$list || exit $$?; \
314         test -n "$(EXEEXT)" || exit 0; \
315         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
316         echo " rm -f" $$list; \
317         rm -f $$list
318 mdemo2$(EXEEXT): $(mdemo2_OBJECTS) $(mdemo2_DEPENDENCIES) 
319         @rm -f mdemo2$(EXEEXT)
320         $(mdemo2_LINK) $(mdemo2_OBJECTS) $(mdemo2_LDADD) $(LIBS)
321 mdemo2_static$(EXEEXT): $(mdemo2_static_OBJECTS) $(mdemo2_static_DEPENDENCIES) 
322         @rm -f mdemo2_static$(EXEEXT)
323         $(mdemo2_static_LINK) $(mdemo2_static_OBJECTS) $(mdemo2_static_LDADD) $(LIBS)
324
325 mostlyclean-compile:
326         -rm -f *.$(OBJEXT)
327
328 distclean-compile:
329         -rm -f *.tab.c
330
331 .c.o:
332         $(COMPILE) -c $<
333
334 .c.obj:
335         $(COMPILE) -c `$(CYGPATH_W) '$<'`
336
337 .c.lo:
338         $(LTCOMPILE) -c -o $@ $<
339
340 mostlyclean-libtool:
341         -rm -f *.lo
342
343 clean-libtool:
344         -rm -rf .libs _libs
345
346 distclean-libtool:
347         -rm -f libtool config.lt
348
349 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
350         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
351         unique=`for i in $$list; do \
352             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
353           done | \
354           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
355               END { if (nonempty) { for (i in files) print i; }; }'`; \
356         mkid -fID $$unique
357 tags: TAGS
358
359 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
360                 $(TAGS_FILES) $(LISP)
361         set x; \
362         here=`pwd`; \
363         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
364         unique=`for i in $$list; do \
365             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
366           done | \
367           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
368               END { if (nonempty) { for (i in files) print i; }; }'`; \
369         shift; \
370         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
371           test -n "$$unique" || unique=$$empty_fix; \
372           if test $$# -gt 0; then \
373             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
374               "$$@" $$unique; \
375           else \
376             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
377               $$unique; \
378           fi; \
379         fi
380 ctags: CTAGS
381 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
382                 $(TAGS_FILES) $(LISP)
383         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
384         unique=`for i in $$list; do \
385             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
386           done | \
387           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
388               END { if (nonempty) { for (i in files) print i; }; }'`; \
389         test -z "$(CTAGS_ARGS)$$unique" \
390           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
391              $$unique
392
393 GTAGS:
394         here=`$(am__cd) $(top_builddir) && pwd` \
395           && $(am__cd) $(top_srcdir) \
396           && gtags -i $(GTAGS_ARGS) "$$here"
397
398 distclean-tags:
399         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
400
401 distdir: $(DISTFILES)
402         $(am__remove_distdir)
403         test -d "$(distdir)" || mkdir "$(distdir)"
404         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
405         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
406         list='$(DISTFILES)'; \
407           dist_files=`for file in $$list; do echo $$file; done | \
408           sed -e "s|^$$srcdirstrip/||;t" \
409               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
410         case $$dist_files in \
411           */*) $(MKDIR_P) `echo "$$dist_files" | \
412                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
413                            sort -u` ;; \
414         esac; \
415         for file in $$dist_files; do \
416           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
417           if test -d $$d/$$file; then \
418             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
419             if test -d "$(distdir)/$$file"; then \
420               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
421             fi; \
422             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
423               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
424               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
425             fi; \
426             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
427           else \
428             test -f "$(distdir)/$$file" \
429             || cp -p $$d/$$file "$(distdir)/$$file" \
430             || exit 1; \
431           fi; \
432         done
433         -test -n "$(am__skip_mode_fix)" \
434         || find "$(distdir)" -type d ! -perm -755 \
435                 -exec chmod u+rwx,go+rx {} \; -o \
436           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
437           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
438           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
439         || chmod -R a+r "$(distdir)"
440 dist-gzip: distdir
441         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
442         $(am__remove_distdir)
443
444 dist-bzip2: distdir
445         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
446         $(am__remove_distdir)
447
448 dist-lzma: distdir
449         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
450         $(am__remove_distdir)
451
452 dist-xz: distdir
453         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
454         $(am__remove_distdir)
455
456 dist-tarZ: distdir
457         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
458         $(am__remove_distdir)
459
460 dist-shar: distdir
461         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
462         $(am__remove_distdir)
463
464 dist-zip: distdir
465         -rm -f $(distdir).zip
466         zip -rq $(distdir).zip $(distdir)
467         $(am__remove_distdir)
468
469 dist dist-all: distdir
470         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
471         $(am__remove_distdir)
472
473 # This target untars the dist file and tries a VPATH configuration.  Then
474 # it guarantees that the distribution is self-contained by making another
475 # tarfile.
476 distcheck: dist
477         case '$(DIST_ARCHIVES)' in \
478         *.tar.gz*) \
479           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
480         *.tar.bz2*) \
481           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
482         *.tar.lzma*) \
483           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
484         *.tar.xz*) \
485           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
486         *.tar.Z*) \
487           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
488         *.shar.gz*) \
489           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
490         *.zip*) \
491           unzip $(distdir).zip ;;\
492         esac
493         chmod -R a-w $(distdir); chmod a+w $(distdir)
494         mkdir $(distdir)/_build
495         mkdir $(distdir)/_inst
496         chmod a-w $(distdir)
497         test -d $(distdir)/_build || exit 0; \
498         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
499           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
500           && am__cwd=`pwd` \
501           && $(am__cd) $(distdir)/_build \
502           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
503             $(DISTCHECK_CONFIGURE_FLAGS) \
504           && $(MAKE) $(AM_MAKEFLAGS) \
505           && $(MAKE) $(AM_MAKEFLAGS) dvi \
506           && $(MAKE) $(AM_MAKEFLAGS) check \
507           && $(MAKE) $(AM_MAKEFLAGS) install \
508           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
509           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
510           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
511                 distuninstallcheck \
512           && chmod -R a-w "$$dc_install_base" \
513           && ({ \
514                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
515                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
516                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
517                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
518                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
519               } || { rm -rf "$$dc_destdir"; exit 1; }) \
520           && rm -rf "$$dc_destdir" \
521           && $(MAKE) $(AM_MAKEFLAGS) dist \
522           && rm -rf $(DIST_ARCHIVES) \
523           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
524           && cd "$$am__cwd" \
525           || exit 1
526         $(am__remove_distdir)
527         @(echo "$(distdir) archives ready for distribution: "; \
528           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
529           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
530 distuninstallcheck:
531         @$(am__cd) '$(distuninstallcheck_dir)' \
532         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
533            || { echo "ERROR: files left after uninstall:" ; \
534                 if test -n "$(DESTDIR)"; then \
535                   echo "  (check DESTDIR support)"; \
536                 fi ; \
537                 $(distuninstallcheck_listfiles) ; \
538                 exit 1; } >&2
539 distcleancheck: distclean
540         @if test '$(srcdir)' = . ; then \
541           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
542           exit 1 ; \
543         fi
544         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
545           || { echo "ERROR: files left in build directory after distclean:" ; \
546                $(distcleancheck_listfiles) ; \
547                exit 1; } >&2
548 check-am: all-am
549 check: check-am
550 all-am: Makefile $(PROGRAMS)
551 installdirs:
552         for dir in "$(DESTDIR)$(bindir)"; do \
553           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
554         done
555 install: install-am
556 install-exec: install-exec-am
557 install-data: install-data-am
558 uninstall: uninstall-am
559
560 install-am: all-am
561         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
562
563 installcheck: installcheck-am
564 install-strip:
565         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
566           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
567           `test -z '$(STRIP)' || \
568             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
569 mostlyclean-generic:
570
571 clean-generic:
572
573 distclean-generic:
574         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
575         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
576
577 maintainer-clean-generic:
578         @echo "This command is intended for maintainers to use"
579         @echo "it deletes files that may require special tools to rebuild."
580 clean: clean-am
581
582 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
583
584 distclean: distclean-am
585         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
586         -rm -f Makefile
587 distclean-am: clean-am distclean-compile distclean-generic \
588         distclean-libtool distclean-local distclean-tags
589
590 dvi: dvi-am
591
592 dvi-am:
593
594 html: html-am
595
596 html-am:
597
598 info: info-am
599
600 info-am:
601
602 install-data-am:
603
604 install-dvi: install-dvi-am
605
606 install-dvi-am:
607
608 install-exec-am: install-binPROGRAMS
609
610 install-html: install-html-am
611
612 install-html-am:
613
614 install-info: install-info-am
615
616 install-info-am:
617
618 install-man:
619
620 install-pdf: install-pdf-am
621
622 install-pdf-am:
623
624 install-ps: install-ps-am
625
626 install-ps-am:
627
628 installcheck-am:
629
630 maintainer-clean: maintainer-clean-am
631         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
632         -rm -rf $(top_srcdir)/autom4te.cache
633         -rm -f Makefile
634 maintainer-clean-am: distclean-am maintainer-clean-generic
635
636 mostlyclean: mostlyclean-am
637
638 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
639         mostlyclean-libtool
640
641 pdf: pdf-am
642
643 pdf-am:
644
645 ps: ps-am
646
647 ps-am:
648
649 uninstall-am: uninstall-binPROGRAMS
650
651 .MAKE: install-am install-strip
652
653 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
654         clean-binPROGRAMS clean-generic clean-libtool ctags dist \
655         dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ \
656         dist-xz dist-zip distcheck distclean distclean-compile \
657         distclean-generic distclean-libtool distclean-local \
658         distclean-tags distcleancheck distdir distuninstallcheck dvi \
659         dvi-am html html-am info info-am install install-am \
660         install-binPROGRAMS install-data install-data-am install-dvi \
661         install-dvi-am install-exec install-exec-am install-html \
662         install-html-am install-info install-info-am install-man \
663         install-pdf install-pdf-am install-ps install-ps-am \
664         install-strip installcheck installcheck-am installdirs \
665         maintainer-clean maintainer-clean-generic mostlyclean \
666         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
667         pdf pdf-am ps ps-am tags uninstall uninstall-am \
668         uninstall-binPROGRAMS
669
670
671 libtool: $(LIBTOOL_DEPS)
672         $(SHELL) ./config.status --recheck
673
674 # Workaround a bug in Autoconf-2.61 and earlier that don't clean up
675 # file droppings left by many compilers:
676 distclean-local:
677         ac_files="a.out.* a.exe.* a_out.exe.* b.out.* conftest.*"; \
678         for ac_file in $$ac_files; do \
679           case $$ac_file in \
680             *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) rm -rf $$ac_file ;; \
681           esac; \
682         done
683
684 # Tell versions [3.59,3.63) of GNU make to not export all variables.
685 # Otherwise a system limit (for SysV at least) may be exceeded.
686 .NOEXPORT: