OSDN Git Service

804d441caee18b2c58c00eb782fb62939e16c62a
[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)/../depcomp \
42         $(srcdir)/../install-sh $(srcdir)/../ltmain.sh \
43         $(srcdir)/../missing $(srcdir)/../mkinstalldirs \
44         $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
45         $(top_srcdir)/configure ChangeLog
46 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
48         $(top_srcdir)/../config/depstand.m4 \
49         $(top_srcdir)/../config/lead-dot.m4 \
50         $(top_srcdir)/../config/override.m4 \
51         $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
52         $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
53         $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.ac
54 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
55         $(ACLOCAL_M4)
56 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
57  configure.lineno config.status.lineno
58 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
59 CONFIG_CLEAN_FILES =
60 CONFIG_CLEAN_VPATH_FILES =
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 = f=`echo $$p | sed -e 's|^.*/||'`;
67 am__install_max = 40
68 am__nobase_strip_setup = \
69   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
70 am__nobase_strip = \
71   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
72 am__nobase_list = $(am__nobase_strip_setup); \
73   for p in $$list; do echo "$$p $$p"; done | \
74   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
75   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
76     if (++n[$$2] == $(am__install_max)) \
77       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
78     END { for (dir in files) print dir, files[dir] }'
79 am__base_list = \
80   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
81   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
82 am__installdirs = "$(DESTDIR)$(libexecsubdir)"
83 LTLIBRARIES = $(libexecsub_LTLIBRARIES)
84 am__DEPENDENCIES_1 =
85 liblto_plugin_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
86         ../libiberty/pic/libiberty.a
87 am_liblto_plugin_la_OBJECTS = lto-plugin.lo
88 liblto_plugin_la_OBJECTS = $(am_liblto_plugin_la_OBJECTS)
89 DEFAULT_INCLUDES = -I.@am__isrc@
90 depcomp = $(SHELL) $(top_srcdir)/../depcomp
91 am__depfiles_maybe = depfiles
92 am__mv = mv -f
93 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
94         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
95 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
96         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
97         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
98 CCLD = $(CC)
99 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
100         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
101         $(LDFLAGS) -o $@
102 SOURCES = $(liblto_plugin_la_SOURCES)
103 DIST_SOURCES = $(liblto_plugin_la_SOURCES)
104 ETAGS = etags
105 CTAGS = ctags
106 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
107 distdir = $(PACKAGE)-$(VERSION)
108 top_distdir = $(distdir)
109 am__remove_distdir = \
110   { test ! -d "$(distdir)" \
111     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
112          && rm -fr "$(distdir)"; }; }
113 DIST_ARCHIVES = $(distdir).tar.gz
114 GZIP_ENV = --best
115 distuninstallcheck_listfiles = find . -type f -print
116 distcleancheck_listfiles = find . -type f -print
117 ACLOCAL = @ACLOCAL@
118 AMTAR = @AMTAR@
119 AR = @AR@
120 AUTOCONF = @AUTOCONF@
121 AUTOHEADER = @AUTOHEADER@
122 AUTOMAKE = @AUTOMAKE@
123 AWK = @AWK@
124 CC = @CC@
125 CCDEPMODE = @CCDEPMODE@
126 CFLAGS = @CFLAGS@
127 CPP = @CPP@
128 CPPFLAGS = @CPPFLAGS@
129 CYGPATH_W = @CYGPATH_W@
130 DEFS = @DEFS@
131 DEPDIR = @DEPDIR@
132 DSYMUTIL = @DSYMUTIL@
133 DUMPBIN = @DUMPBIN@
134 ECHO_C = @ECHO_C@
135 ECHO_N = @ECHO_N@
136 ECHO_T = @ECHO_T@
137 EGREP = @EGREP@
138 EXEEXT = @EXEEXT@
139 FGREP = @FGREP@
140 GREP = @GREP@
141 INSTALL = @INSTALL@
142 INSTALL_DATA = @INSTALL_DATA@
143 INSTALL_PROGRAM = @INSTALL_PROGRAM@
144 INSTALL_SCRIPT = @INSTALL_SCRIPT@
145 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
146 LD = @LD@
147 LDFLAGS = @LDFLAGS@
148 LIBELFINC = @LIBELFINC@
149
150 # How to find libelf
151 LIBELFLIBS = @LIBELFLIBS@
152 LIBOBJS = @LIBOBJS@
153 LIBS = @LIBS@
154 LIBTOOL = @LIBTOOL@
155 LIPO = @LIPO@
156 LN_S = @LN_S@
157 LTLIBOBJS = @LTLIBOBJS@
158 MAINT = @MAINT@
159 MAKEINFO = @MAKEINFO@
160 MKDIR_P = @MKDIR_P@
161 NM = @NM@
162 NMEDIT = @NMEDIT@
163 OBJDUMP = @OBJDUMP@
164 OBJEXT = @OBJEXT@
165 OTOOL = @OTOOL@
166 OTOOL64 = @OTOOL64@
167 PACKAGE = @PACKAGE@
168 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
169 PACKAGE_NAME = @PACKAGE_NAME@
170 PACKAGE_STRING = @PACKAGE_STRING@
171 PACKAGE_TARNAME = @PACKAGE_TARNAME@
172 PACKAGE_URL = @PACKAGE_URL@
173 PACKAGE_VERSION = @PACKAGE_VERSION@
174 PATH_SEPARATOR = @PATH_SEPARATOR@
175 RANLIB = @RANLIB@
176 SED = @SED@
177 SET_MAKE = @SET_MAKE@
178 SHELL = @SHELL@
179 STRIP = @STRIP@
180 VERSION = @VERSION@
181 abs_builddir = @abs_builddir@
182 abs_srcdir = @abs_srcdir@
183 abs_top_builddir = @abs_top_builddir@
184 abs_top_srcdir = @abs_top_srcdir@
185 ac_ct_CC = @ac_ct_CC@
186 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
187 am__include = @am__include@
188 am__leading_dot = @am__leading_dot@
189 am__quote = @am__quote@
190 am__tar = @am__tar@
191 am__untar = @am__untar@
192 bindir = @bindir@
193 build = @build@
194 build_alias = @build_alias@
195 build_cpu = @build_cpu@
196 build_libsubdir = @build_libsubdir@
197 build_os = @build_os@
198 build_subdir = @build_subdir@
199 build_vendor = @build_vendor@
200 builddir = @builddir@
201 datadir = @datadir@
202 datarootdir = @datarootdir@
203 docdir = @docdir@
204 dvidir = @dvidir@
205 exec_prefix = @exec_prefix@
206 host = @host@
207 host_alias = @host_alias@
208 host_cpu = @host_cpu@
209 host_os = @host_os@
210 host_subdir = @host_subdir@
211 host_vendor = @host_vendor@
212 htmldir = @htmldir@
213 includedir = @includedir@
214 infodir = @infodir@
215 install_sh = @install_sh@
216 libdir = @libdir@
217 libexecdir = @libexecdir@
218 localedir = @localedir@
219 localstatedir = @localstatedir@
220 lt_ECHO = @lt_ECHO@
221 mandir = @mandir@
222 mkdir_p = @mkdir_p@
223 oldincludedir = @oldincludedir@
224 pdfdir = @pdfdir@
225 prefix = @prefix@
226 program_transform_name = @program_transform_name@
227 psdir = @psdir@
228 sbindir = @sbindir@
229 sharedstatedir = @sharedstatedir@
230 srcdir = @srcdir@
231 sysconfdir = @sysconfdir@
232 target_alias = @target_alias@
233 target_noncanonical := @target_noncanonical@
234 target_subdir = @target_subdir@
235 top_build_prefix = @top_build_prefix@
236 top_builddir = @top_builddir@
237 top_srcdir = @top_srcdir@
238 ACLOCAL_AMFLAGS = -I .. -I ../config
239 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
240 libexecsubdir := $(libexecdir)/gcc/$(target_noncanonical)/$(gcc_version)
241 AM_CPPFLAGS = -I$(top_srcdir)/../include $(LIBELFINC)
242 AM_CFLAGS = -Wall -Werror
243 libexecsub_LTLIBRARIES = liblto_plugin.la
244 liblto_plugin_la_SOURCES = lto-plugin.c
245 liblto_plugin_la_LIBADD = $(LIBELFLIBS) ../libiberty/pic/libiberty.a
246 all: all-am
247
248 .SUFFIXES:
249 .SUFFIXES: .c .lo .o .obj
250 am--refresh:
251         @:
252 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
253         @for dep in $?; do \
254           case '$(am__configure_deps)' in \
255             *$$dep*) \
256               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
257               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
258                 && exit 0; \
259               exit 1;; \
260           esac; \
261         done; \
262         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
263         $(am__cd) $(top_srcdir) && \
264           $(AUTOMAKE) --foreign Makefile
265 .PRECIOUS: Makefile
266 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
267         @case '$?' in \
268           *config.status*) \
269             echo ' $(SHELL) ./config.status'; \
270             $(SHELL) ./config.status;; \
271           *) \
272             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
273             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
274         esac;
275
276 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
277         $(SHELL) ./config.status --recheck
278
279 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
280         $(am__cd) $(srcdir) && $(AUTOCONF)
281 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
282         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
283 $(am__aclocal_m4_deps):
284 install-libexecsubLTLIBRARIES: $(libexecsub_LTLIBRARIES)
285         @$(NORMAL_INSTALL)
286         test -z "$(libexecsubdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecsubdir)"
287         @list='$(libexecsub_LTLIBRARIES)'; test -n "$(libexecsubdir)" || list=; \
288         list2=; for p in $$list; do \
289           if test -f $$p; then \
290             list2="$$list2 $$p"; \
291           else :; fi; \
292         done; \
293         test -z "$$list2" || { \
294           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libexecsubdir)'"; \
295           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libexecsubdir)"; \
296         }
297
298 uninstall-libexecsubLTLIBRARIES:
299         @$(NORMAL_UNINSTALL)
300         @list='$(libexecsub_LTLIBRARIES)'; test -n "$(libexecsubdir)" || list=; \
301         for p in $$list; do \
302           $(am__strip_dir) \
303           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libexecsubdir)/$$f'"; \
304           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libexecsubdir)/$$f"; \
305         done
306
307 clean-libexecsubLTLIBRARIES:
308         -test -z "$(libexecsub_LTLIBRARIES)" || rm -f $(libexecsub_LTLIBRARIES)
309         @list='$(libexecsub_LTLIBRARIES)'; for p in $$list; do \
310           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
311           test "$$dir" != "$$p" || dir=.; \
312           echo "rm -f \"$${dir}/so_locations\""; \
313           rm -f "$${dir}/so_locations"; \
314         done
315 liblto_plugin.la: $(liblto_plugin_la_OBJECTS) $(liblto_plugin_la_DEPENDENCIES) 
316         $(LINK) -rpath $(libexecsubdir) $(liblto_plugin_la_OBJECTS) $(liblto_plugin_la_LIBADD) $(LIBS)
317
318 mostlyclean-compile:
319         -rm -f *.$(OBJEXT)
320
321 distclean-compile:
322         -rm -f *.tab.c
323
324 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lto-plugin.Plo@am__quote@
325
326 .c.o:
327 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
328 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
329 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
330 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
331 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
332
333 .c.obj:
334 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
335 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
336 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
337 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
338 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
339
340 .c.lo:
341 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
342 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
343 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
344 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
345 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
346
347 mostlyclean-libtool:
348         -rm -f *.lo
349
350 clean-libtool:
351         -rm -rf .libs _libs
352
353 distclean-libtool:
354         -rm -f libtool config.lt
355
356 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
357         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
358         unique=`for i in $$list; do \
359             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
360           done | \
361           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
362               END { if (nonempty) { for (i in files) print i; }; }'`; \
363         mkid -fID $$unique
364 tags: TAGS
365
366 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
367                 $(TAGS_FILES) $(LISP)
368         set x; \
369         here=`pwd`; \
370         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
371         unique=`for i in $$list; do \
372             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
373           done | \
374           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
375               END { if (nonempty) { for (i in files) print i; }; }'`; \
376         shift; \
377         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
378           test -n "$$unique" || unique=$$empty_fix; \
379           if test $$# -gt 0; then \
380             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
381               "$$@" $$unique; \
382           else \
383             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
384               $$unique; \
385           fi; \
386         fi
387 ctags: CTAGS
388 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
389                 $(TAGS_FILES) $(LISP)
390         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
391         unique=`for i in $$list; do \
392             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
393           done | \
394           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
395               END { if (nonempty) { for (i in files) print i; }; }'`; \
396         test -z "$(CTAGS_ARGS)$$unique" \
397           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
398              $$unique
399
400 GTAGS:
401         here=`$(am__cd) $(top_builddir) && pwd` \
402           && $(am__cd) $(top_srcdir) \
403           && gtags -i $(GTAGS_ARGS) "$$here"
404
405 distclean-tags:
406         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
407
408 distdir: $(DISTFILES)
409         $(am__remove_distdir)
410         test -d "$(distdir)" || mkdir "$(distdir)"
411         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
412         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
413         list='$(DISTFILES)'; \
414           dist_files=`for file in $$list; do echo $$file; done | \
415           sed -e "s|^$$srcdirstrip/||;t" \
416               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
417         case $$dist_files in \
418           */*) $(MKDIR_P) `echo "$$dist_files" | \
419                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
420                            sort -u` ;; \
421         esac; \
422         for file in $$dist_files; do \
423           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
424           if test -d $$d/$$file; then \
425             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
426             if test -d "$(distdir)/$$file"; then \
427               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
428             fi; \
429             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
430               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
431               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
432             fi; \
433             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
434           else \
435             test -f "$(distdir)/$$file" \
436             || cp -p $$d/$$file "$(distdir)/$$file" \
437             || exit 1; \
438           fi; \
439         done
440         -test -n "$(am__skip_mode_fix)" \
441         || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -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) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
486         *.tar.bz2*) \
487           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
488         *.tar.lzma*) \
489           unlzma -c $(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) gunzip -c $(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)
557 installdirs:
558         for dir in "$(DESTDIR)$(libexecsubdir)"; 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-generic clean-libexecsubLTLIBRARIES clean-libtool \
589         mostlyclean-am
590
591 distclean: distclean-am
592         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
593         -rm -rf ./$(DEPDIR)
594         -rm -f Makefile
595 distclean-am: clean-am distclean-compile distclean-generic \
596         distclean-libtool distclean-tags
597
598 dvi: dvi-am
599
600 dvi-am:
601
602 html: html-am
603
604 html-am:
605
606 info: info-am
607
608 info-am:
609
610 install-data-am:
611
612 install-dvi: install-dvi-am
613
614 install-dvi-am:
615
616 install-exec-am: install-libexecsubLTLIBRARIES
617
618 install-html: install-html-am
619
620 install-html-am:
621
622 install-info: install-info-am
623
624 install-info-am:
625
626 install-man:
627
628 install-pdf: install-pdf-am
629
630 install-pdf-am:
631
632 install-ps: install-ps-am
633
634 install-ps-am:
635
636 installcheck-am:
637
638 maintainer-clean: maintainer-clean-am
639         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
640         -rm -rf $(top_srcdir)/autom4te.cache
641         -rm -rf ./$(DEPDIR)
642         -rm -f Makefile
643 maintainer-clean-am: distclean-am maintainer-clean-generic
644
645 mostlyclean: mostlyclean-am
646
647 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
648         mostlyclean-libtool
649
650 pdf: pdf-am
651
652 pdf-am:
653
654 ps: ps-am
655
656 ps-am:
657
658 uninstall-am: uninstall-libexecsubLTLIBRARIES
659
660 .MAKE: install-am install-strip
661
662 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
663         clean-generic clean-libexecsubLTLIBRARIES clean-libtool ctags \
664         dist dist-all dist-bzip2 dist-gzip dist-lzma dist-shar \
665         dist-tarZ dist-xz dist-zip distcheck distclean \
666         distclean-compile distclean-generic distclean-libtool \
667         distclean-tags distcleancheck distdir distuninstallcheck dvi \
668         dvi-am html html-am info info-am install install-am \
669         install-data install-data-am install-dvi install-dvi-am \
670         install-exec install-exec-am install-html install-html-am \
671         install-info install-info-am install-libexecsubLTLIBRARIES \
672         install-man install-pdf install-pdf-am install-ps \
673         install-ps-am install-strip installcheck installcheck-am \
674         installdirs maintainer-clean maintainer-clean-generic \
675         mostlyclean mostlyclean-compile mostlyclean-generic \
676         mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
677         uninstall-am uninstall-libexecsubLTLIBRARIES
678
679
680 # Tell versions [3.59,3.63) of GNU make to not export all variables.
681 # Otherwise a system limit (for SysV at least) may be exceeded.
682 .NOEXPORT: