]> git.ipfire.org Git - thirdparty/gcc.git/blame - lto-plugin/Makefile.in
Update to Automake 1.11.1.
[thirdparty/gcc.git] / lto-plugin / Makefile.in
CommitLineData
4d9e8446 1# Makefile.in generated by automake 1.11.1 from Makefile.am.
d7f09764
DN
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
20VPATH = @srcdir@
21pkgdatadir = $(datadir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23pkglibdir = $(libdir)/@PACKAGE@
24pkglibexecdir = $(libexecdir)/@PACKAGE@
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26install_sh_DATA = $(install_sh) -c -m 644
27install_sh_PROGRAM = $(install_sh) -c
28install_sh_SCRIPT = $(install_sh) -c
29INSTALL_HEADER = $(INSTALL_DATA)
30transform = $(program_transform_name)
31NORMAL_INSTALL = :
32PRE_INSTALL = :
33POST_INSTALL = :
34NORMAL_UNINSTALL = :
35PRE_UNINSTALL = :
36POST_UNINSTALL = :
37build_triplet = @build@
38host_triplet = @host@
39subdir = .
40DIST_COMMON = $(am__configure_deps) $(srcdir)/../config.guess \
c164615b
RG
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
d7f09764
DN
45ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46am__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
53am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54 $(ACLOCAL_M4)
55am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
56 configure.lineno config.status.lineno
57mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
58CONFIG_CLEAN_FILES =
59CONFIG_CLEAN_VPATH_FILES =
60am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
61am__vpath_adj = case $$p in \
62 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
63 *) f=$$p;; \
64 esac;
65am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
66am__install_max = 40
67am__nobase_strip_setup = \
68 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
69am__nobase_strip = \
70 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
71am__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] }'
78am__base_list = \
79 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
80 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
81am__installdirs = "$(DESTDIR)$(libexecsubdir)"
82LTLIBRARIES = $(libexecsub_LTLIBRARIES)
83am__DEPENDENCIES_1 =
076c7ebe
RG
84liblto_plugin_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
85 ../libiberty/pic/libiberty.a
d7f09764
DN
86am_liblto_plugin_la_OBJECTS = lto-plugin.lo
87liblto_plugin_la_OBJECTS = $(am_liblto_plugin_la_OBJECTS)
88DEFAULT_INCLUDES = -I.@am__isrc@
c164615b
RG
89depcomp =
90am__depfiles_maybe =
d7f09764
DN
91COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
92 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
93LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
94 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
95 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
96CCLD = $(CC)
97LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
98 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
99 $(LDFLAGS) -o $@
100SOURCES = $(liblto_plugin_la_SOURCES)
101DIST_SOURCES = $(liblto_plugin_la_SOURCES)
102ETAGS = etags
103CTAGS = ctags
104DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
105distdir = $(PACKAGE)-$(VERSION)
106top_distdir = $(distdir)
107am__remove_distdir = \
108 { test ! -d "$(distdir)" \
109 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
110 && rm -fr "$(distdir)"; }; }
111DIST_ARCHIVES = $(distdir).tar.gz
112GZIP_ENV = --best
113distuninstallcheck_listfiles = find . -type f -print
114distcleancheck_listfiles = find . -type f -print
115ACLOCAL = @ACLOCAL@
116AMTAR = @AMTAR@
117AR = @AR@
118AUTOCONF = @AUTOCONF@
119AUTOHEADER = @AUTOHEADER@
120AUTOMAKE = @AUTOMAKE@
121AWK = @AWK@
122CC = @CC@
123CCDEPMODE = @CCDEPMODE@
124CFLAGS = @CFLAGS@
125CPP = @CPP@
126CPPFLAGS = @CPPFLAGS@
127CYGPATH_W = @CYGPATH_W@
128DEFS = @DEFS@
129DEPDIR = @DEPDIR@
130DSYMUTIL = @DSYMUTIL@
131DUMPBIN = @DUMPBIN@
132ECHO_C = @ECHO_C@
133ECHO_N = @ECHO_N@
134ECHO_T = @ECHO_T@
135EGREP = @EGREP@
136EXEEXT = @EXEEXT@
137FGREP = @FGREP@
138GREP = @GREP@
139INSTALL = @INSTALL@
140INSTALL_DATA = @INSTALL_DATA@
141INSTALL_PROGRAM = @INSTALL_PROGRAM@
142INSTALL_SCRIPT = @INSTALL_SCRIPT@
143INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
144LD = @LD@
145LDFLAGS = @LDFLAGS@
146LIBELFINC = @LIBELFINC@
147
148# How to find libelf
149LIBELFLIBS = @LIBELFLIBS@
150LIBOBJS = @LIBOBJS@
151LIBS = @LIBS@
152LIBTOOL = @LIBTOOL@
153LIPO = @LIPO@
154LN_S = @LN_S@
155LTLIBOBJS = @LTLIBOBJS@
03428d41 156MAINT = @MAINT@
d7f09764
DN
157MAKEINFO = @MAKEINFO@
158MKDIR_P = @MKDIR_P@
159NM = @NM@
160NMEDIT = @NMEDIT@
161OBJDUMP = @OBJDUMP@
162OBJEXT = @OBJEXT@
163OTOOL = @OTOOL@
164OTOOL64 = @OTOOL64@
165PACKAGE = @PACKAGE@
166PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
167PACKAGE_NAME = @PACKAGE_NAME@
168PACKAGE_STRING = @PACKAGE_STRING@
169PACKAGE_TARNAME = @PACKAGE_TARNAME@
170PACKAGE_URL = @PACKAGE_URL@
171PACKAGE_VERSION = @PACKAGE_VERSION@
172PATH_SEPARATOR = @PATH_SEPARATOR@
173RANLIB = @RANLIB@
174SED = @SED@
175SET_MAKE = @SET_MAKE@
176SHELL = @SHELL@
177STRIP = @STRIP@
178VERSION = @VERSION@
179abs_builddir = @abs_builddir@
180abs_srcdir = @abs_srcdir@
181abs_top_builddir = @abs_top_builddir@
182abs_top_srcdir = @abs_top_srcdir@
183ac_ct_CC = @ac_ct_CC@
184ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
185am__include = @am__include@
186am__leading_dot = @am__leading_dot@
187am__quote = @am__quote@
188am__tar = @am__tar@
189am__untar = @am__untar@
190bindir = @bindir@
191build = @build@
192build_alias = @build_alias@
193build_cpu = @build_cpu@
194build_libsubdir = @build_libsubdir@
195build_os = @build_os@
196build_subdir = @build_subdir@
197build_vendor = @build_vendor@
198builddir = @builddir@
199datadir = @datadir@
200datarootdir = @datarootdir@
201docdir = @docdir@
202dvidir = @dvidir@
203exec_prefix = @exec_prefix@
204host = @host@
205host_alias = @host_alias@
206host_cpu = @host_cpu@
207host_os = @host_os@
208host_subdir = @host_subdir@
209host_vendor = @host_vendor@
210htmldir = @htmldir@
211includedir = @includedir@
212infodir = @infodir@
213install_sh = @install_sh@
214libdir = @libdir@
215libexecdir = @libexecdir@
216localedir = @localedir@
217localstatedir = @localstatedir@
d7f09764
DN
218mandir = @mandir@
219mkdir_p = @mkdir_p@
220oldincludedir = @oldincludedir@
221pdfdir = @pdfdir@
222prefix = @prefix@
223program_transform_name = @program_transform_name@
224psdir = @psdir@
225sbindir = @sbindir@
226sharedstatedir = @sharedstatedir@
227srcdir = @srcdir@
228sysconfdir = @sysconfdir@
229target_alias = @target_alias@
230target_noncanonical := @target_noncanonical@
231target_subdir = @target_subdir@
232top_build_prefix = @top_build_prefix@
233top_builddir = @top_builddir@
234top_srcdir = @top_srcdir@
235ACLOCAL_AMFLAGS = -I .. -I ../config
c164615b 236AUTOMAKE_OPTIONS = no-dependencies
d7f09764
DN
237gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
238libexecsubdir := $(libexecdir)/gcc/$(target_noncanonical)/$(gcc_version)
239AM_CPPFLAGS = -I$(top_srcdir)/../include $(LIBELFINC)
240AM_CFLAGS = -Wall -Werror
241libexecsub_LTLIBRARIES = liblto_plugin.la
242liblto_plugin_la_SOURCES = lto-plugin.c
076c7ebe 243liblto_plugin_la_LIBADD = $(LIBELFLIBS) ../libiberty/pic/libiberty.a
d7f09764
DN
244all: all-am
245
246.SUFFIXES:
247.SUFFIXES: .c .lo .o .obj
248am--refresh:
249 @:
03428d41 250$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
d7f09764
DN
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
264Makefile: $(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
03428d41 277$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
d7f09764 278 $(am__cd) $(srcdir) && $(AUTOCONF)
03428d41 279$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
d7f09764
DN
280 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
281$(am__aclocal_m4_deps):
282install-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
296uninstall-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
305clean-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
313liblto_plugin.la: $(liblto_plugin_la_OBJECTS) $(liblto_plugin_la_DEPENDENCIES)
314 $(LINK) -rpath $(libexecsubdir) $(liblto_plugin_la_OBJECTS) $(liblto_plugin_la_LIBADD) $(LIBS)
315
316mostlyclean-compile:
317 -rm -f *.$(OBJEXT)
318
319distclean-compile:
320 -rm -f *.tab.c
321
d7f09764 322.c.o:
c164615b 323 $(COMPILE) -c $<
d7f09764
DN
324
325.c.obj:
c164615b 326 $(COMPILE) -c `$(CYGPATH_W) '$<'`
d7f09764
DN
327
328.c.lo:
c164615b 329 $(LTCOMPILE) -c -o $@ $<
d7f09764
DN
330
331mostlyclean-libtool:
332 -rm -f *.lo
333
334clean-libtool:
335 -rm -rf .libs _libs
336
337distclean-libtool:
338 -rm -f libtool config.lt
339
340ID: $(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
348tags: TAGS
349
350TAGS: $(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
371ctags: CTAGS
372CTAGS: $(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
384GTAGS:
385 here=`$(am__cd) $(top_builddir) && pwd` \
386 && $(am__cd) $(top_srcdir) \
387 && gtags -i $(GTAGS_ARGS) "$$here"
388
389distclean-tags:
390 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
391
392distdir: $(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)" \
4d9e8446
RW
425 || find "$(distdir)" -type d ! -perm -755 \
426 -exec chmod u+rwx,go+rx {} \; -o \
d7f09764
DN
427 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
428 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
429 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
430 || chmod -R a+r "$(distdir)"
431dist-gzip: distdir
432 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
433 $(am__remove_distdir)
434
435dist-bzip2: distdir
436 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
437 $(am__remove_distdir)
438
439dist-lzma: distdir
440 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
441 $(am__remove_distdir)
442
443dist-xz: distdir
444 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
445 $(am__remove_distdir)
446
447dist-tarZ: distdir
448 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
449 $(am__remove_distdir)
450
451dist-shar: distdir
452 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
453 $(am__remove_distdir)
454
455dist-zip: distdir
456 -rm -f $(distdir).zip
457 zip -rq $(distdir).zip $(distdir)
458 $(am__remove_distdir)
459
460dist dist-all: distdir
461 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
462 $(am__remove_distdir)
463
464# This target untars the dist file and tries a VPATH configuration. Then
465# it guarantees that the distribution is self-contained by making another
466# tarfile.
467distcheck: dist
468 case '$(DIST_ARCHIVES)' in \
469 *.tar.gz*) \
4d9e8446 470 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
d7f09764 471 *.tar.bz2*) \
4d9e8446 472 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
d7f09764 473 *.tar.lzma*) \
4d9e8446 474 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
d7f09764
DN
475 *.tar.xz*) \
476 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
477 *.tar.Z*) \
478 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
479 *.shar.gz*) \
4d9e8446 480 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
d7f09764
DN
481 *.zip*) \
482 unzip $(distdir).zip ;;\
483 esac
484 chmod -R a-w $(distdir); chmod a+w $(distdir)
485 mkdir $(distdir)/_build
486 mkdir $(distdir)/_inst
487 chmod a-w $(distdir)
488 test -d $(distdir)/_build || exit 0; \
489 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
490 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
491 && am__cwd=`pwd` \
492 && $(am__cd) $(distdir)/_build \
493 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
494 $(DISTCHECK_CONFIGURE_FLAGS) \
495 && $(MAKE) $(AM_MAKEFLAGS) \
496 && $(MAKE) $(AM_MAKEFLAGS) dvi \
497 && $(MAKE) $(AM_MAKEFLAGS) check \
498 && $(MAKE) $(AM_MAKEFLAGS) install \
499 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
500 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
501 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
502 distuninstallcheck \
503 && chmod -R a-w "$$dc_install_base" \
504 && ({ \
505 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
506 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
507 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
508 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
509 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
510 } || { rm -rf "$$dc_destdir"; exit 1; }) \
511 && rm -rf "$$dc_destdir" \
512 && $(MAKE) $(AM_MAKEFLAGS) dist \
513 && rm -rf $(DIST_ARCHIVES) \
514 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
515 && cd "$$am__cwd" \
516 || exit 1
517 $(am__remove_distdir)
518 @(echo "$(distdir) archives ready for distribution: "; \
519 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
520 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
521distuninstallcheck:
522 @$(am__cd) '$(distuninstallcheck_dir)' \
523 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
524 || { echo "ERROR: files left after uninstall:" ; \
525 if test -n "$(DESTDIR)"; then \
526 echo " (check DESTDIR support)"; \
527 fi ; \
528 $(distuninstallcheck_listfiles) ; \
529 exit 1; } >&2
530distcleancheck: distclean
531 @if test '$(srcdir)' = . ; then \
532 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
533 exit 1 ; \
534 fi
535 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
536 || { echo "ERROR: files left in build directory after distclean:" ; \
537 $(distcleancheck_listfiles) ; \
538 exit 1; } >&2
539check-am: all-am
540check: check-am
541all-am: Makefile $(LTLIBRARIES)
542installdirs:
543 for dir in "$(DESTDIR)$(libexecsubdir)"; do \
544 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
545 done
546install: install-am
547install-exec: install-exec-am
548install-data: install-data-am
549uninstall: uninstall-am
550
551install-am: all-am
552 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
553
554installcheck: installcheck-am
555install-strip:
556 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
557 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
558 `test -z '$(STRIP)' || \
559 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
560mostlyclean-generic:
561
562clean-generic:
563
564distclean-generic:
565 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
566 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
567
568maintainer-clean-generic:
569 @echo "This command is intended for maintainers to use"
570 @echo "it deletes files that may require special tools to rebuild."
571clean: clean-am
572
573clean-am: clean-generic clean-libexecsubLTLIBRARIES clean-libtool \
574 mostlyclean-am
575
576distclean: distclean-am
577 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
d7f09764
DN
578 -rm -f Makefile
579distclean-am: clean-am distclean-compile distclean-generic \
580 distclean-libtool distclean-tags
581
582dvi: dvi-am
583
584dvi-am:
585
586html: html-am
587
588html-am:
589
590info: info-am
591
592info-am:
593
594install-data-am:
595
596install-dvi: install-dvi-am
597
598install-dvi-am:
599
600install-exec-am: install-libexecsubLTLIBRARIES
601
602install-html: install-html-am
603
604install-html-am:
605
606install-info: install-info-am
607
608install-info-am:
609
610install-man:
611
612install-pdf: install-pdf-am
613
614install-pdf-am:
615
616install-ps: install-ps-am
617
618install-ps-am:
619
620installcheck-am:
621
622maintainer-clean: maintainer-clean-am
623 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
624 -rm -rf $(top_srcdir)/autom4te.cache
d7f09764
DN
625 -rm -f Makefile
626maintainer-clean-am: distclean-am maintainer-clean-generic
627
628mostlyclean: mostlyclean-am
629
630mostlyclean-am: mostlyclean-compile mostlyclean-generic \
631 mostlyclean-libtool
632
633pdf: pdf-am
634
635pdf-am:
636
637ps: ps-am
638
639ps-am:
640
641uninstall-am: uninstall-libexecsubLTLIBRARIES
642
643.MAKE: install-am install-strip
644
645.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
646 clean-generic clean-libexecsubLTLIBRARIES clean-libtool ctags \
647 dist dist-all dist-bzip2 dist-gzip dist-lzma dist-shar \
648 dist-tarZ dist-xz dist-zip distcheck distclean \
649 distclean-compile distclean-generic distclean-libtool \
650 distclean-tags distcleancheck distdir distuninstallcheck dvi \
651 dvi-am html html-am info info-am install install-am \
652 install-data install-data-am install-dvi install-dvi-am \
653 install-exec install-exec-am install-html install-html-am \
654 install-info install-info-am install-libexecsubLTLIBRARIES \
655 install-man install-pdf install-pdf-am install-ps \
656 install-ps-am install-strip installcheck installcheck-am \
657 installdirs maintainer-clean maintainer-clean-generic \
658 mostlyclean mostlyclean-compile mostlyclean-generic \
659 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
660 uninstall-am uninstall-libexecsubLTLIBRARIES
661
662
663# Tell versions [3.59,3.63) of GNU make to not export all variables.
664# Otherwise a system limit (for SysV at least) may be exceeded.
665.NOEXPORT: