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