1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
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.
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
18 # Makefile.am is used by automake 1.11 to generate Makefile.in.
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
)
37 build_triplet
= @build@
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
) \
55 am__CONFIG_DISTCLEAN_FILES
= config.status config.cache config.log \
56 configure.lineno config.status.lineno
57 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/..
/mkinstalldirs
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/||"`;; \
65 am__strip_dir
= f
=`echo $$p | sed -e 's|^.*/||'`;
67 am__nobase_strip_setup
= \
68 srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
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] }'
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
)
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@
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
)
97 LINK
= $(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) \
98 --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) $(AM_LDFLAGS
) \
100 SOURCES
= $(liblto_plugin_la_SOURCES
)
101 DIST_SOURCES
= $(liblto_plugin_la_SOURCES
)
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
113 distuninstallcheck_listfiles
= find .
-type f
-print
114 distcleancheck_listfiles
= find .
-type f
-print
118 AUTOCONF
= @AUTOCONF@
119 AUTOHEADER
= @AUTOHEADER@
120 AUTOMAKE
= @AUTOMAKE@
123 CCDEPMODE
= @CCDEPMODE@
126 CPPFLAGS
= @CPPFLAGS@
127 CYGPATH_W
= @CYGPATH_W@
130 DSYMUTIL
= @DSYMUTIL@
140 INSTALL_DATA
= @INSTALL_DATA@
141 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
142 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
143 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
146 LIBELFINC
= @LIBELFINC@
149 LIBELFLIBS
= @LIBELFLIBS@
155 LTLIBOBJS
= @LTLIBOBJS@
157 MAKEINFO
= @MAKEINFO@
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@
175 SET_MAKE
= @SET_MAKE@
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@
189 am__untar
= @am__untar@
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@
200 datarootdir
= @datarootdir@
203 exec_prefix = @
exec_prefix@
205 host_alias
= @host_alias@
206 host_cpu
= @host_cpu@
208 host_subdir
= @host_subdir@
209 host_vendor
= @host_vendor@
211 includedir = @
includedir@
213 install_sh
= @install_sh@
215 libexecdir
= @libexecdir@
216 localedir
= @localedir@
217 localstatedir
= @localstatedir@
220 oldincludedir = @
oldincludedir@
223 program_transform_name
= @program_transform_name@
226 sharedstatedir
= @sharedstatedir@
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
247 .SUFFIXES
: .c .lo .o .obj
250 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(am__configure_deps
)
252 case
'$(am__configure_deps)' in \
254 echo
' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
255 $(am__cd
) $(srcdir) && $(AUTOMAKE
) --foreign \
260 echo
' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
261 $(am__cd
) $(top_srcdir
) && \
262 $(AUTOMAKE
) --foreign Makefile
264 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
267 echo
' $(SHELL) ./config.status'; \
268 $(SHELL
) .
/config.status
;; \
270 echo
' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
271 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
$(am__depfiles_maybe
);; \
274 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
275 $(SHELL
) .
/config.status
--recheck
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
)
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"; \
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)"; \
296 uninstall-libexecsubLTLIBRARIES
:
298 @list
='$(libexecsub_LTLIBRARIES)'; test -n
"$(libexecsubdir)" || list
=; \
299 for p in
$$list; do \
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"; \
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"; \
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
)
326 $(COMPILE
) -c
`$(CYGPATH_W) '$<'`
329 $(LTCOMPILE
) -c
-o
$@
$<
338 -rm -f libtool config.lt
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; \
345 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
346 END { if (nonempty) { for (i in files) print i; }; }'`; \
350 TAGS
: $(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) \
351 $(TAGS_FILES
) $(LISP
)
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; \
358 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
359 END { if (nonempty) { for (i in files) print i; }; }'`; \
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
) \
367 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
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; \
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
) \
385 here
=`$(am__cd) $(top_builddir) && pwd` \
386 && $(am__cd
) $(top_srcdir
) \
387 && gtags
-i
$(GTAGS_ARGS
) "$$here"
390 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
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,/[^/]*$$,,' | \
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
{} \
;; \
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
{} \
;; \
417 cp
-fpR
$$d/$$file "$(distdir)$$dir" || exit
1; \
419 test -f
"$(distdir)/$$file" \
420 || cp
-p
$$d/$$file "$(distdir)/$$file" \
424 -test -n
"$(am__skip_mode_fix)" \
425 || find
"$(distdir)" -type d
! -perm
-755 \
426 -exec chmod u
+rwx
,go
+rx
{} \
; -o \
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)"
432 tardir
=$(distdir
) && $(am__tar
) | GZIP
=$(GZIP_ENV
) gzip
-c
>$(distdir
).
tar.gz
433 $(am__remove_distdir
)
436 tardir
=$(distdir
) && $(am__tar
) | bzip2
-9 -c
>$(distdir
).
tar.bz2
437 $(am__remove_distdir
)
440 tardir
=$(distdir
) && $(am__tar
) | lzma
-9 -c
>$(distdir
).
tar.lzma
441 $(am__remove_distdir
)
444 tardir
=$(distdir
) && $(am__tar
) | xz
-c
>$(distdir
).
tar.xz
445 $(am__remove_distdir
)
448 tardir
=$(distdir
) && $(am__tar
) | compress
-c
>$(distdir
).
tar.Z
449 $(am__remove_distdir
)
452 shar $(distdir
) | GZIP
=$(GZIP_ENV
) gzip
-c
>$(distdir
).
shar.gz
453 $(am__remove_distdir
)
456 -rm -f
$(distdir
).zip
457 zip
-rq
$(distdir
).zip
$(distdir
)
458 $(am__remove_distdir
)
460 dist dist-all
: distdir
461 tardir
=$(distdir
) && $(am__tar
) | GZIP
=$(GZIP_ENV
) gzip
-c
>$(distdir
).
tar.gz
462 $(am__remove_distdir
)
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
468 case
'$(DIST_ARCHIVES)' in \
470 GZIP
=$(GZIP_ENV
) gzip
-dc
$(distdir
).
tar.gz |
$(am__untar
) ;;\
472 bzip2
-dc
$(distdir
).
tar.bz2 |
$(am__untar
) ;;\
474 lzma
-dc
$(distdir
).
tar.lzma |
$(am__untar
) ;;\
476 xz
-dc
$(distdir
).
tar.xz |
$(am__untar
) ;;\
478 uncompress
-c
$(distdir
).
tar.Z |
$(am__untar
) ;;\
480 GZIP
=$(GZIP_ENV
) gzip
-dc
$(distdir
).
shar.gz | unshar
;;\
482 unzip
$(distdir
).zip
;;\
484 chmod
-R a-w
$(distdir
); chmod a
+w
$(distdir
)
485 mkdir
$(distdir
)/_build
486 mkdir
$(distdir
)/_inst
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-$$$$/" \
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" \
503 && chmod
-R a-w
"$$dc_install_base" \
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 \
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'
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)"; \
528 $(distuninstallcheck_listfiles
) ; \
530 distcleancheck
: distclean
531 @if
test '$(srcdir)' = .
; then \
532 echo
"ERROR: distcleancheck can only run from a VPATH build" ; \
535 @
test `$(distcleancheck_listfiles) | wc -l` -eq
0 \
536 ||
{ echo
"ERROR: files left in build directory after distclean:" ; \
537 $(distcleancheck_listfiles
) ; \
541 all-am
: Makefile
$(LTLIBRARIES
)
543 for
dir in
"$(DESTDIR)$(libexecsubdir)"; do \
544 test -z
"$$dir" ||
$(MKDIR_P
) "$$dir"; \
547 install-exec
: install-exec-am
548 install-data
: install-data-am
549 uninstall: uninstall-am
552 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
554 installcheck: installcheck-am
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
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
)
568 maintainer-clean-generic
:
569 @echo
"This command is intended for maintainers to use"
570 @echo
"it deletes files that may require special tools to rebuild."
573 clean-am
: clean-generic clean-libexecsubLTLIBRARIES clean-libtool \
576 distclean: distclean-am
577 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
579 distclean-am
: clean-am distclean-compile distclean-generic \
580 distclean-libtool distclean-tags
596 install-dvi
: install-dvi-am
600 install-exec-am
: install-libexecsubLTLIBRARIES
602 install-html
: install-html-am
606 install-info
: install-info-am
612 install-pdf
: install-pdf-am
616 install-ps
: install-ps-am
622 maintainer-clean
: maintainer-clean-am
623 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
624 -rm -rf
$(top_srcdir
)/autom4te.cache
626 maintainer-clean-am
: distclean-am maintainer-clean-generic
628 mostlyclean: mostlyclean-am
630 mostlyclean-am
: mostlyclean-compile mostlyclean-generic \
641 uninstall-am
: uninstall-libexecsubLTLIBRARIES
643 .MAKE
: install-am install-strip
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
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.