OSDN Git Service

Fix formatting
[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 mandir = @mandir@
221 mkdir_p = @mkdir_p@
222 oldincludedir = @oldincludedir@
223 pdfdir = @pdfdir@
224 prefix = @prefix@
225 program_transform_name = @program_transform_name@
226 psdir = @psdir@
227 sbindir = @sbindir@
228 sharedstatedir = @sharedstatedir@
229 srcdir = @srcdir@
230 sysconfdir = @sysconfdir@
231 target_alias = @target_alias@
232 target_noncanonical := @target_noncanonical@
233 target_subdir = @target_subdir@
234 top_build_prefix = @top_build_prefix@
235 top_builddir = @top_builddir@
236 top_srcdir = @top_srcdir@
237 ACLOCAL_AMFLAGS = -I .. -I ../config
238 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
239 libexecsubdir := $(libexecdir)/gcc/$(target_noncanonical)/$(gcc_version)
240 AM_CPPFLAGS = -I$(top_srcdir)/../include $(LIBELFINC)
241 AM_CFLAGS = -Wall -Werror
242 libexecsub_LTLIBRARIES = liblto_plugin.la
243 liblto_plugin_la_SOURCES = lto-plugin.c
244 liblto_plugin_la_LIBADD = $(LIBELFLIBS) ../libiberty/pic/libiberty.a
245 all: all-am
246
247 .SUFFIXES:
248 .SUFFIXES: .c .lo .o .obj
249 am--refresh:
250         @:
251 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
252         @for dep in $?; do \
253           case '$(am__configure_deps)' in \
254             *$$dep*) \
255               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
256               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
257                 && exit 0; \
258               exit 1;; \
259           esac; \
260         done; \
261         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
262         $(am__cd) $(top_srcdir) && \
263           $(AUTOMAKE) --foreign Makefile
264 .PRECIOUS: Makefile
265 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
266         @case '$?' in \
267           *config.status*) \
268             echo ' $(SHELL) ./config.status'; \
269             $(SHELL) ./config.status;; \
270           *) \
271             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
272             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
273         esac;
274
275 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
276         $(SHELL) ./config.status --recheck
277
278 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
279         $(am__cd) $(srcdir) && $(AUTOCONF)
280 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
281         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
282 $(am__aclocal_m4_deps):
283 install-libexecsubLTLIBRARIES: $(libexecsub_LTLIBRARIES)
284         @$(NORMAL_INSTALL)
285         test -z "$(libexecsubdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecsubdir)"
286         @list='$(libexecsub_LTLIBRARIES)'; test -n "$(libexecsubdir)" || list=; \
287         list2=; for p in $$list; do \
288           if test -f $$p; then \
289             list2="$$list2 $$p"; \
290           else :; fi; \
291         done; \
292         test -z "$$list2" || { \
293           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libexecsubdir)'"; \
294           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libexecsubdir)"; \
295         }
296
297 uninstall-libexecsubLTLIBRARIES:
298         @$(NORMAL_UNINSTALL)
299         @list='$(libexecsub_LTLIBRARIES)'; test -n "$(libexecsubdir)" || list=; \
300         for p in $$list; do \
301           $(am__strip_dir) \
302           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libexecsubdir)/$$f'"; \
303           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libexecsubdir)/$$f"; \
304         done
305
306 clean-libexecsubLTLIBRARIES:
307         -test -z "$(libexecsub_LTLIBRARIES)" || rm -f $(libexecsub_LTLIBRARIES)
308         @list='$(libexecsub_LTLIBRARIES)'; for p in $$list; do \
309           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
310           test "$$dir" != "$$p" || dir=.; \
311           echo "rm -f \"$${dir}/so_locations\""; \
312           rm -f "$${dir}/so_locations"; \
313         done
314 liblto_plugin.la: $(liblto_plugin_la_OBJECTS) $(liblto_plugin_la_DEPENDENCIES) 
315         $(LINK) -rpath $(libexecsubdir) $(liblto_plugin_la_OBJECTS) $(liblto_plugin_la_LIBADD) $(LIBS)
316
317 mostlyclean-compile:
318         -rm -f *.$(OBJEXT)
319
320 distclean-compile:
321         -rm -f *.tab.c
322
323 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lto-plugin.Plo@am__quote@
324
325 .c.o:
326 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
327 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
328 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
329 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
330 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
331
332 .c.obj:
333 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
334 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
335 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
336 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
337 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
338
339 .c.lo:
340 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
341 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
342 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
343 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
344 @am__fastdepCC_FALSE@   $(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 -777 -exec chmod a+rwx {} \; -o \
441           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
442           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
443           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
444         || chmod -R a+r "$(distdir)"
445 dist-gzip: distdir
446         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
447         $(am__remove_distdir)
448
449 dist-bzip2: distdir
450         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
451         $(am__remove_distdir)
452
453 dist-lzma: distdir
454         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
455         $(am__remove_distdir)
456
457 dist-xz: distdir
458         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
459         $(am__remove_distdir)
460
461 dist-tarZ: distdir
462         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
463         $(am__remove_distdir)
464
465 dist-shar: distdir
466         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
467         $(am__remove_distdir)
468
469 dist-zip: distdir
470         -rm -f $(distdir).zip
471         zip -rq $(distdir).zip $(distdir)
472         $(am__remove_distdir)
473
474 dist dist-all: distdir
475         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
476         $(am__remove_distdir)
477
478 # This target untars the dist file and tries a VPATH configuration.  Then
479 # it guarantees that the distribution is self-contained by making another
480 # tarfile.
481 distcheck: dist
482         case '$(DIST_ARCHIVES)' in \
483         *.tar.gz*) \
484           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
485         *.tar.bz2*) \
486           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
487         *.tar.lzma*) \
488           unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
489         *.tar.xz*) \
490           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
491         *.tar.Z*) \
492           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
493         *.shar.gz*) \
494           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
495         *.zip*) \
496           unzip $(distdir).zip ;;\
497         esac
498         chmod -R a-w $(distdir); chmod a+w $(distdir)
499         mkdir $(distdir)/_build
500         mkdir $(distdir)/_inst
501         chmod a-w $(distdir)
502         test -d $(distdir)/_build || exit 0; \
503         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
504           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
505           && am__cwd=`pwd` \
506           && $(am__cd) $(distdir)/_build \
507           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
508             $(DISTCHECK_CONFIGURE_FLAGS) \
509           && $(MAKE) $(AM_MAKEFLAGS) \
510           && $(MAKE) $(AM_MAKEFLAGS) dvi \
511           && $(MAKE) $(AM_MAKEFLAGS) check \
512           && $(MAKE) $(AM_MAKEFLAGS) install \
513           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
514           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
515           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
516                 distuninstallcheck \
517           && chmod -R a-w "$$dc_install_base" \
518           && ({ \
519                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
520                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
521                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
522                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
523                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
524               } || { rm -rf "$$dc_destdir"; exit 1; }) \
525           && rm -rf "$$dc_destdir" \
526           && $(MAKE) $(AM_MAKEFLAGS) dist \
527           && rm -rf $(DIST_ARCHIVES) \
528           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
529           && cd "$$am__cwd" \
530           || exit 1
531         $(am__remove_distdir)
532         @(echo "$(distdir) archives ready for distribution: "; \
533           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
534           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
535 distuninstallcheck:
536         @$(am__cd) '$(distuninstallcheck_dir)' \
537         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
538            || { echo "ERROR: files left after uninstall:" ; \
539                 if test -n "$(DESTDIR)"; then \
540                   echo "  (check DESTDIR support)"; \
541                 fi ; \
542                 $(distuninstallcheck_listfiles) ; \
543                 exit 1; } >&2
544 distcleancheck: distclean
545         @if test '$(srcdir)' = . ; then \
546           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
547           exit 1 ; \
548         fi
549         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
550           || { echo "ERROR: files left in build directory after distclean:" ; \
551                $(distcleancheck_listfiles) ; \
552                exit 1; } >&2
553 check-am: all-am
554 check: check-am
555 all-am: Makefile $(LTLIBRARIES)
556 installdirs:
557         for dir in "$(DESTDIR)$(libexecsubdir)"; do \
558           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
559         done
560 install: install-am
561 install-exec: install-exec-am
562 install-data: install-data-am
563 uninstall: uninstall-am
564
565 install-am: all-am
566         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
567
568 installcheck: installcheck-am
569 install-strip:
570         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
571           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
572           `test -z '$(STRIP)' || \
573             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
574 mostlyclean-generic:
575
576 clean-generic:
577
578 distclean-generic:
579         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
580         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
581
582 maintainer-clean-generic:
583         @echo "This command is intended for maintainers to use"
584         @echo "it deletes files that may require special tools to rebuild."
585 clean: clean-am
586
587 clean-am: clean-generic clean-libexecsubLTLIBRARIES clean-libtool \
588         mostlyclean-am
589
590 distclean: distclean-am
591         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
592         -rm -rf ./$(DEPDIR)
593         -rm -f Makefile
594 distclean-am: clean-am distclean-compile distclean-generic \
595         distclean-libtool 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-libexecsubLTLIBRARIES
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 -rf ./$(DEPDIR)
641         -rm -f Makefile
642 maintainer-clean-am: distclean-am maintainer-clean-generic
643
644 mostlyclean: mostlyclean-am
645
646 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
647         mostlyclean-libtool
648
649 pdf: pdf-am
650
651 pdf-am:
652
653 ps: ps-am
654
655 ps-am:
656
657 uninstall-am: uninstall-libexecsubLTLIBRARIES
658
659 .MAKE: install-am install-strip
660
661 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
662         clean-generic clean-libexecsubLTLIBRARIES clean-libtool ctags \
663         dist dist-all dist-bzip2 dist-gzip dist-lzma dist-shar \
664         dist-tarZ dist-xz dist-zip distcheck distclean \
665         distclean-compile distclean-generic distclean-libtool \
666         distclean-tags distcleancheck distdir distuninstallcheck dvi \
667         dvi-am html html-am info info-am install install-am \
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-libexecsubLTLIBRARIES \
671         install-man install-pdf install-pdf-am install-ps \
672         install-ps-am install-strip installcheck installcheck-am \
673         installdirs maintainer-clean maintainer-clean-generic \
674         mostlyclean mostlyclean-compile mostlyclean-generic \
675         mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
676         uninstall-am uninstall-libexecsubLTLIBRARIES
677
678
679 # Tell versions [3.59,3.63) of GNU make to not export all variables.
680 # Otherwise a system limit (for SysV at least) may be exceeded.
681 .NOEXPORT: