OSDN Git Service

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