comparison libmudflap/Makefile.in @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children b7f97abdc517
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
1 # Makefile.in generated by automake 1.9.6 from Makefile.am. 1 # Makefile.in generated by automake 1.11 from Makefile.am.
2 # @configure_input@ 2 # @configure_input@
3 3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005 Free Software Foundation, Inc. 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
6 # This Makefile.in is free software; the Free Software Foundation 7 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it, 8 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved. 9 # with or without modifications, as long as this notice is preserved.
9 10
10 # This program is distributed in the hope that it will be useful, 11 # This program is distributed in the hope that it will be useful,
13 # PARTICULAR PURPOSE. 14 # PARTICULAR PURPOSE.
14 15
15 @SET_MAKE@ 16 @SET_MAKE@
16 17
17 18
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@ 19 VPATH = @srcdir@
21 pkgdatadir = $(datadir)/@PACKAGE@ 20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@ 22 pkglibdir = $(libdir)/@PACKAGE@
23 pkgincludedir = $(includedir)/@PACKAGE@ 23 pkglibexecdir = $(libexecdir)/@PACKAGE@
24 top_builddir = .
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 INSTALL = @INSTALL@
27 install_sh_DATA = $(install_sh) -c -m 644 25 install_sh_DATA = $(install_sh) -c -m 644
28 install_sh_PROGRAM = $(install_sh) -c 26 install_sh_PROGRAM = $(install_sh) -c
29 install_sh_SCRIPT = $(install_sh) -c 27 install_sh_SCRIPT = $(install_sh) -c
30 INSTALL_HEADER = $(INSTALL_DATA) 28 INSTALL_HEADER = $(INSTALL_DATA)
31 transform = $(program_transform_name) 29 transform = $(program_transform_name)
36 PRE_UNINSTALL = : 34 PRE_UNINSTALL = :
37 POST_UNINSTALL = : 35 POST_UNINSTALL = :
38 build_triplet = @build@ 36 build_triplet = @build@
39 host_triplet = @host@ 37 host_triplet = @host@
40 target_triplet = @target@ 38 target_triplet = @target@
39 subdir = .
41 DIST_COMMON = $(am__configure_deps) $(nobase_libsubinclude_HEADERS) \ 40 DIST_COMMON = $(am__configure_deps) $(nobase_libsubinclude_HEADERS) \
42 $(srcdir)/../compile $(srcdir)/../config.guess \ 41 $(srcdir)/../config.guess $(srcdir)/../config.sub \
43 $(srcdir)/../config.sub $(srcdir)/../depcomp \ 42 $(srcdir)/../depcomp $(srcdir)/../install-sh \
44 $(srcdir)/../install-sh $(srcdir)/../ltmain.sh \ 43 $(srcdir)/../ltmain.sh $(srcdir)/../missing \
45 $(srcdir)/../missing $(srcdir)/../mkinstalldirs \ 44 $(srcdir)/../mkinstalldirs $(srcdir)/Makefile.am \
46 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ 45 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
47 $(srcdir)/config.h.in $(top_srcdir)/configure ChangeLog 46 $(top_srcdir)/configure ChangeLog
48 subdir = .
49 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 47 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
50 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \ 48 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
51 $(top_srcdir)/../config/depstand.m4 \ 49 $(top_srcdir)/../config/depstand.m4 \
52 $(top_srcdir)/../config/enable.m4 \ 50 $(top_srcdir)/../config/enable.m4 \
53 $(top_srcdir)/../config/lead-dot.m4 \ 51 $(top_srcdir)/../config/lead-dot.m4 \
54 $(top_srcdir)/../config/multi.m4 \ 52 $(top_srcdir)/../config/multi.m4 \
55 $(top_srcdir)/../config/override.m4 \ 53 $(top_srcdir)/../config/override.m4 \
56 $(top_srcdir)/../config/proginstall.m4 \
57 $(top_srcdir)/../config/tls.m4 $(top_srcdir)/../ltoptions.m4 \ 54 $(top_srcdir)/../config/tls.m4 $(top_srcdir)/../ltoptions.m4 \
58 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \ 55 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
59 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \ 56 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
60 $(top_srcdir)/../libtool.m4 $(top_srcdir)/configure.ac 57 $(top_srcdir)/../libtool.m4 $(top_srcdir)/configure.ac
61 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 58 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62 $(ACLOCAL_M4) 59 $(ACLOCAL_M4)
63 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 60 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
64 configure.lineno configure.status.lineno 61 configure.lineno config.status.lineno
65 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs 62 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
66 CONFIG_HEADER = config.h 63 CONFIG_HEADER = config.h
67 CONFIG_CLEAN_FILES = 64 CONFIG_CLEAN_FILES =
65 CONFIG_CLEAN_VPATH_FILES =
68 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 66 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
69 am__vpath_adj = case $$p in \ 67 am__vpath_adj = case $$p in \
70 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 68 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
71 *) f=$$p;; \ 69 *) f=$$p;; \
72 esac; 70 esac;
73 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; 71 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
72 am__install_max = 40
73 am__nobase_strip_setup = \
74 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
75 am__nobase_strip = \
76 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
77 am__nobase_list = $(am__nobase_strip_setup); \
78 for p in $$list; do echo "$$p $$p"; done | \
79 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
80 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
81 if (++n[$$2] == $(am__install_max)) \
82 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
83 END { for (dir in files) print dir, files[dir] }'
84 am__base_list = \
85 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
86 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
74 am__installdirs = "$(DESTDIR)$(toolexeclibdir)" \ 87 am__installdirs = "$(DESTDIR)$(toolexeclibdir)" \
75 "$(DESTDIR)$(libsubincludedir)" 88 "$(DESTDIR)$(libsubincludedir)"
76 toolexeclibLTLIBRARIES_INSTALL = $(INSTALL)
77 LTLIBRARIES = $(toolexeclib_LTLIBRARIES) 89 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
78 am_libmudflap_la_OBJECTS = mf-runtime.lo mf-heuristics.lo mf-hooks1.lo \ 90 am_libmudflap_la_OBJECTS = mf-runtime.lo mf-heuristics.lo mf-hooks1.lo \
79 mf-hooks2.lo 91 mf-hooks2.lo
80 libmudflap_la_OBJECTS = $(am_libmudflap_la_OBJECTS) 92 libmudflap_la_OBJECTS = $(am_libmudflap_la_OBJECTS)
93 libmudflap_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
94 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
95 $(libmudflap_la_LDFLAGS) $(LDFLAGS) -o $@
81 am_libmudflapth_la_OBJECTS = libmudflapth_la-mf-runtime.lo \ 96 am_libmudflapth_la_OBJECTS = libmudflapth_la-mf-runtime.lo \
82 libmudflapth_la-mf-heuristics.lo libmudflapth_la-mf-hooks1.lo \ 97 libmudflapth_la-mf-heuristics.lo libmudflapth_la-mf-hooks1.lo \
83 libmudflapth_la-mf-hooks2.lo libmudflapth_la-mf-hooks3.lo 98 libmudflapth_la-mf-hooks2.lo libmudflapth_la-mf-hooks3.lo
84 libmudflapth_la_OBJECTS = $(am_libmudflapth_la_OBJECTS) 99 libmudflapth_la_OBJECTS = $(am_libmudflapth_la_OBJECTS)
100 libmudflapth_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
101 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libmudflapth_la_CFLAGS) \
102 $(CFLAGS) $(libmudflapth_la_LDFLAGS) $(LDFLAGS) -o $@
85 @LIBMUDFLAPTH_TRUE@am_libmudflapth_la_rpath = -rpath $(toolexeclibdir) 103 @LIBMUDFLAPTH_TRUE@am_libmudflapth_la_rpath = -rpath $(toolexeclibdir)
86 DEFAULT_INCLUDES = -I. -I$(srcdir) -I. 104 DEFAULT_INCLUDES = -I.@am__isrc@
87 depcomp = $(SHELL) $(top_srcdir)/../depcomp 105 depcomp = $(SHELL) $(top_srcdir)/../depcomp
88 am__depfiles_maybe = depfiles 106 am__depfiles_maybe = depfiles
107 am__mv = mv -f
89 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 108 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
90 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 109 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
91 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \ 110 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
92 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 111 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
93 $(AM_CFLAGS) $(CFLAGS) 112 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
94 CCLD = $(CC) 113 CCLD = $(CC)
95 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 114 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
96 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 115 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
116 $(LDFLAGS) -o $@
97 SOURCES = $(libmudflap_la_SOURCES) $(libmudflapth_la_SOURCES) 117 SOURCES = $(libmudflap_la_SOURCES) $(libmudflapth_la_SOURCES)
98 DIST_SOURCES = $(libmudflap_la_SOURCES) $(libmudflapth_la_SOURCES) 118 DIST_SOURCES = $(libmudflap_la_SOURCES) $(libmudflapth_la_SOURCES)
99 MULTISRCTOP = 119 MULTISRCTOP =
100 MULTIBUILDTOP = 120 MULTIBUILDTOP =
101 MULTIDIRS = 121 MULTIDIRS =
102 MULTISUBDIR = 122 MULTISUBDIR =
103 MULTIDO = true 123 MULTIDO = true
104 MULTICLEAN = true 124 MULTICLEAN = true
105 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 125 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
106 html-recursive info-recursive install-data-recursive \ 126 html-recursive info-recursive install-data-recursive \
107 install-exec-recursive install-info-recursive \ 127 install-dvi-recursive install-exec-recursive \
108 install-recursive installcheck-recursive installdirs-recursive \ 128 install-html-recursive install-info-recursive \
109 pdf-recursive ps-recursive uninstall-info-recursive \ 129 install-pdf-recursive install-ps-recursive install-recursive \
110 uninstall-recursive 130 installcheck-recursive installdirs-recursive pdf-recursive \
111 nobase_libsubincludeHEADERS_INSTALL = $(install_sh_DATA) 131 ps-recursive uninstall-recursive
112 HEADERS = $(nobase_libsubinclude_HEADERS) 132 HEADERS = $(nobase_libsubinclude_HEADERS)
133 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
134 distclean-recursive maintainer-clean-recursive
135 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
136 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
137 distdir dist dist-all distcheck
113 ETAGS = etags 138 ETAGS = etags
114 CTAGS = ctags 139 CTAGS = ctags
115 DIST_SUBDIRS = $(SUBDIRS) 140 DIST_SUBDIRS = $(SUBDIRS)
116 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 141 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
117 distdir = $(PACKAGE)-$(VERSION) 142 distdir = $(PACKAGE)-$(VERSION)
118 top_distdir = $(distdir) 143 top_distdir = $(distdir)
119 am__remove_distdir = \ 144 am__remove_distdir = \
120 { test ! -d $(distdir) \ 145 { test ! -d "$(distdir)" \
121 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ 146 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
122 && rm -fr $(distdir); }; } 147 && rm -fr "$(distdir)"; }; }
148 am__relativize = \
149 dir0=`pwd`; \
150 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
151 sed_rest='s,^[^/]*/*,,'; \
152 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
153 sed_butlast='s,/*[^/]*$$,,'; \
154 while test -n "$$dir1"; do \
155 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
156 if test "$$first" != "."; then \
157 if test "$$first" = ".."; then \
158 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
159 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
160 else \
161 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
162 if test "$$first2" = "$$first"; then \
163 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
164 else \
165 dir2="../$$dir2"; \
166 fi; \
167 dir0="$$dir0"/"$$first"; \
168 fi; \
169 fi; \
170 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
171 done; \
172 reldir="$$dir2"
123 DIST_ARCHIVES = $(distdir).tar.gz 173 DIST_ARCHIVES = $(distdir).tar.gz
124 GZIP_ENV = --best 174 GZIP_ENV = --best
125 distuninstallcheck_listfiles = find . -type f -print 175 distuninstallcheck_listfiles = find . -type f -print
126 distcleancheck_listfiles = find . -type f -print 176 distcleancheck_listfiles = find . -type f -print
127 ACLOCAL = @ACLOCAL@ 177 ACLOCAL = @ACLOCAL@
128 AMDEP_FALSE = @AMDEP_FALSE@
129 AMDEP_TRUE = @AMDEP_TRUE@
130 AMTAR = @AMTAR@ 178 AMTAR = @AMTAR@
131 AR = @AR@ 179 AR = @AR@
132 AUTOCONF = @AUTOCONF@ 180 AUTOCONF = @AUTOCONF@
133 AUTOHEADER = @AUTOHEADER@ 181 AUTOHEADER = @AUTOHEADER@
134 AUTOMAKE = @AUTOMAKE@ 182 AUTOMAKE = @AUTOMAKE@
148 ECHO_T = @ECHO_T@ 196 ECHO_T = @ECHO_T@
149 EGREP = @EGREP@ 197 EGREP = @EGREP@
150 EXEEXT = @EXEEXT@ 198 EXEEXT = @EXEEXT@
151 FGREP = @FGREP@ 199 FGREP = @FGREP@
152 GREP = @GREP@ 200 GREP = @GREP@
201 INSTALL = @INSTALL@
153 INSTALL_DATA = @INSTALL_DATA@ 202 INSTALL_DATA = @INSTALL_DATA@
154 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 203 INSTALL_PROGRAM = @INSTALL_PROGRAM@
155 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 204 INSTALL_SCRIPT = @INSTALL_SCRIPT@
156 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 205 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
157 LD = @LD@ 206 LD = @LD@
158 LIBMUDFLAPTH_FALSE = @LIBMUDFLAPTH_FALSE@ 207 LDFLAGS = @LDFLAGS@
159 LIBMUDFLAPTH_TRUE = @LIBMUDFLAPTH_TRUE@
160 LIBOBJS = @LIBOBJS@ 208 LIBOBJS = @LIBOBJS@
161 LIBS = @LIBS@ 209 LIBS = @LIBS@
162 LIBTOOL = @LIBTOOL@ 210 LIBTOOL = @LIBTOOL@
163 LIPO = @LIPO@ 211 LIPO = @LIPO@
164 LN_S = @LN_S@ 212 LN_S = @LN_S@
165 LTLIBOBJS = @LTLIBOBJS@ 213 LTLIBOBJS = @LTLIBOBJS@
166 MAINT = @MAINT@ 214 MAINT = @MAINT@
167 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
168 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
169 MAKEINFO = @MAKEINFO@ 215 MAKEINFO = @MAKEINFO@
170 MF_HAVE_STDINT_H = @MF_HAVE_STDINT_H@ 216 MF_HAVE_STDINT_H = @MF_HAVE_STDINT_H@
171 MF_HAVE_UINTPTR_T = @MF_HAVE_UINTPTR_T@ 217 MF_HAVE_UINTPTR_T = @MF_HAVE_UINTPTR_T@
218 MKDIR_P = @MKDIR_P@
172 NM = @NM@ 219 NM = @NM@
173 NMEDIT = @NMEDIT@ 220 NMEDIT = @NMEDIT@
174 OBJDUMP = @OBJDUMP@ 221 OBJDUMP = @OBJDUMP@
175 OBJEXT = @OBJEXT@ 222 OBJEXT = @OBJEXT@
176 OTOOL = @OTOOL@ 223 OTOOL = @OTOOL@
178 PACKAGE = @PACKAGE@ 225 PACKAGE = @PACKAGE@
179 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 226 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
180 PACKAGE_NAME = @PACKAGE_NAME@ 227 PACKAGE_NAME = @PACKAGE_NAME@
181 PACKAGE_STRING = @PACKAGE_STRING@ 228 PACKAGE_STRING = @PACKAGE_STRING@
182 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 229 PACKAGE_TARNAME = @PACKAGE_TARNAME@
230 PACKAGE_URL = @PACKAGE_URL@
183 PACKAGE_VERSION = @PACKAGE_VERSION@ 231 PACKAGE_VERSION = @PACKAGE_VERSION@
184 PATH_SEPARATOR = @PATH_SEPARATOR@ 232 PATH_SEPARATOR = @PATH_SEPARATOR@
185 RANLIB = @RANLIB@ 233 RANLIB = @RANLIB@
186 SECTION_FLAGS = @SECTION_FLAGS@ 234 SECTION_FLAGS = @SECTION_FLAGS@
187 SED = @SED@ 235 SED = @SED@
188 SET_MAKE = @SET_MAKE@ 236 SET_MAKE = @SET_MAKE@
189 SHELL = @SHELL@ 237 SHELL = @SHELL@
190 STRIP = @STRIP@ 238 STRIP = @STRIP@
191 VERSION = @VERSION@ 239 VERSION = @VERSION@
192 ac_ct_AR = @ac_ct_AR@ 240 abs_builddir = @abs_builddir@
241 abs_srcdir = @abs_srcdir@
242 abs_top_builddir = @abs_top_builddir@
243 abs_top_srcdir = @abs_top_srcdir@
193 ac_ct_CC = @ac_ct_CC@ 244 ac_ct_CC = @ac_ct_CC@
194 ac_ct_DSYMUTIL = @ac_ct_DSYMUTIL@
195 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 245 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
196 ac_ct_LIPO = @ac_ct_LIPO@
197 ac_ct_NM = @ac_ct_NM@
198 ac_ct_NMEDIT = @ac_ct_NMEDIT@
199 ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
200 ac_ct_OTOOL = @ac_ct_OTOOL@
201 ac_ct_OTOOL64 = @ac_ct_OTOOL64@
202 ac_ct_RANLIB = @ac_ct_RANLIB@
203 ac_ct_STRIP = @ac_ct_STRIP@
204 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
205 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
206 am__include = @am__include@ 246 am__include = @am__include@
207 am__leading_dot = @am__leading_dot@ 247 am__leading_dot = @am__leading_dot@
208 am__quote = @am__quote@ 248 am__quote = @am__quote@
209 am__tar = @am__tar@ 249 am__tar = @am__tar@
210 am__untar = @am__untar@ 250 am__untar = @am__untar@
213 build_alias = @build_alias@ 253 build_alias = @build_alias@
214 build_cpu = @build_cpu@ 254 build_cpu = @build_cpu@
215 build_libmudflapth = @build_libmudflapth@ 255 build_libmudflapth = @build_libmudflapth@
216 build_os = @build_os@ 256 build_os = @build_os@
217 build_vendor = @build_vendor@ 257 build_vendor = @build_vendor@
258 builddir = @builddir@
218 datadir = @datadir@ 259 datadir = @datadir@
260 datarootdir = @datarootdir@
261 docdir = @docdir@
262 dvidir = @dvidir@
219 enable_shared = @enable_shared@ 263 enable_shared = @enable_shared@
220 enable_static = @enable_static@ 264 enable_static = @enable_static@
221 exec_prefix = @exec_prefix@ 265 exec_prefix = @exec_prefix@
222 host = @host@ 266 host = @host@
223 host_alias = @host_alias@ 267 host_alias = @host_alias@
224 host_cpu = @host_cpu@ 268 host_cpu = @host_cpu@
225 host_os = @host_os@ 269 host_os = @host_os@
226 host_vendor = @host_vendor@ 270 host_vendor = @host_vendor@
271 htmldir = @htmldir@
227 includedir = @includedir@ 272 includedir = @includedir@
228 infodir = @infodir@ 273 infodir = @infodir@
229 install_sh = @install_sh@ 274 install_sh = @install_sh@
230 libdir = @libdir@ 275 libdir = @libdir@
231 libexecdir = @libexecdir@ 276 libexecdir = @libexecdir@
277 localedir = @localedir@
232 localstatedir = @localstatedir@ 278 localstatedir = @localstatedir@
233 lt_ECHO = @lt_ECHO@
234 mandir = @mandir@ 279 mandir = @mandir@
235 mkdir_p = @mkdir_p@ 280 mkdir_p = @mkdir_p@
236 multi_basedir = @multi_basedir@ 281 multi_basedir = @multi_basedir@
237 oldincludedir = @oldincludedir@ 282 oldincludedir = @oldincludedir@
283 pdfdir = @pdfdir@
238 prefix = @prefix@ 284 prefix = @prefix@
239 program_transform_name = @program_transform_name@ 285 program_transform_name = @program_transform_name@
286 psdir = @psdir@
240 sbindir = @sbindir@ 287 sbindir = @sbindir@
241 sharedstatedir = @sharedstatedir@ 288 sharedstatedir = @sharedstatedir@
289 srcdir = @srcdir@
242 sysconfdir = @sysconfdir@ 290 sysconfdir = @sysconfdir@
243 target = @target@ 291 target = @target@
244 target_alias = @target_alias@ 292 target_alias = @target_alias@
245 target_cpu = @target_cpu@ 293 target_cpu = @target_cpu@
246 target_noncanonical = @target_noncanonical@ 294 target_noncanonical = @target_noncanonical@
247 target_os = @target_os@ 295 target_os = @target_os@
248 target_vendor = @target_vendor@ 296 target_vendor = @target_vendor@
249 toolexecdir = @toolexecdir@ 297 toolexecdir = @toolexecdir@
250 toolexeclibdir = @toolexeclibdir@ 298 toolexeclibdir = @toolexeclibdir@
299 top_build_prefix = @top_build_prefix@
300 top_builddir = @top_builddir@
301 top_srcdir = @top_srcdir@
251 AUTOMAKE_OPTIONS = 1.8 foreign 302 AUTOMAKE_OPTIONS = 1.8 foreign
252 ACLOCAL_AMFLAGS = -I .. -I ../config 303 ACLOCAL_AMFLAGS = -I .. -I ../config
253 MAINT_CHARSET = latin1 304 MAINT_CHARSET = latin1
254 SUBDIRS = testsuite 305 SUBDIRS = testsuite
255 306
335 @: 386 @:
336 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 387 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
337 @for dep in $?; do \ 388 @for dep in $?; do \
338 case '$(am__configure_deps)' in \ 389 case '$(am__configure_deps)' in \
339 *$$dep*) \ 390 *$$dep*) \
340 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ 391 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
341 cd $(srcdir) && $(AUTOMAKE) --foreign \ 392 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
342 && exit 0; \ 393 && exit 0; \
343 exit 1;; \ 394 exit 1;; \
344 esac; \ 395 esac; \
345 done; \ 396 done; \
346 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 397 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
347 cd $(top_srcdir) && \ 398 $(am__cd) $(top_srcdir) && \
348 $(AUTOMAKE) --foreign Makefile 399 $(AUTOMAKE) --foreign Makefile
349 .PRECIOUS: Makefile 400 .PRECIOUS: Makefile
350 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 401 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
351 @case '$?' in \ 402 @case '$?' in \
352 *config.status*) \ 403 *config.status*) \
353 echo ' $(SHELL) ./config.status'; \ 404 echo ' $(SHELL) ./config.status'; \
359 410
360 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 411 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
361 $(SHELL) ./config.status --recheck 412 $(SHELL) ./config.status --recheck
362 413
363 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 414 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
364 cd $(srcdir) && $(AUTOCONF) 415 $(am__cd) $(srcdir) && $(AUTOCONF)
365 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 416 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
366 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 417 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
418 $(am__aclocal_m4_deps):
367 419
368 config.h: stamp-h1 420 config.h: stamp-h1
369 @if test ! -f $@; then \ 421 @if test ! -f $@; then \
370 rm -f stamp-h1; \ 422 rm -f stamp-h1; \
371 $(MAKE) stamp-h1; \ 423 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
372 else :; fi 424 else :; fi
373 425
374 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 426 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
375 @rm -f stamp-h1 427 @rm -f stamp-h1
376 cd $(top_builddir) && $(SHELL) ./config.status config.h 428 cd $(top_builddir) && $(SHELL) ./config.status config.h
377 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 429 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
378 cd $(top_srcdir) && $(AUTOHEADER) 430 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
379 rm -f stamp-h1 431 rm -f stamp-h1
380 touch $@ 432 touch $@
381 433
382 distclean-hdr: 434 distclean-hdr:
383 -rm -f config.h stamp-h1 435 -rm -f config.h stamp-h1
384 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES) 436 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
385 @$(NORMAL_INSTALL) 437 @$(NORMAL_INSTALL)
386 test -z "$(toolexeclibdir)" || $(mkdir_p) "$(DESTDIR)$(toolexeclibdir)" 438 test -z "$(toolexeclibdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)"
387 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \ 439 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
440 list2=; for p in $$list; do \
388 if test -f $$p; then \ 441 if test -f $$p; then \
389 f=$(am__strip_dir) \ 442 list2="$$list2 $$p"; \
390 echo " $(LIBTOOL) --mode=install $(toolexeclibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
391 $(LIBTOOL) --mode=install $(toolexeclibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(toolexeclibdir)/$$f"; \
392 else :; fi; \ 443 else :; fi; \
393 done 444 done; \
445 test -z "$$list2" || { \
446 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
447 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
448 }
394 449
395 uninstall-toolexeclibLTLIBRARIES: 450 uninstall-toolexeclibLTLIBRARIES:
396 @$(NORMAL_UNINSTALL) 451 @$(NORMAL_UNINSTALL)
397 @set -x; list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \ 452 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
398 p=$(am__strip_dir) \ 453 for p in $$list; do \
399 echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$p'"; \ 454 $(am__strip_dir) \
400 $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$p"; \ 455 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
456 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
401 done 457 done
402 458
403 clean-toolexeclibLTLIBRARIES: 459 clean-toolexeclibLTLIBRARIES:
404 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES) 460 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
405 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \ 461 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
407 test "$$dir" != "$$p" || dir=.; \ 463 test "$$dir" != "$$p" || dir=.; \
408 echo "rm -f \"$${dir}/so_locations\""; \ 464 echo "rm -f \"$${dir}/so_locations\""; \
409 rm -f "$${dir}/so_locations"; \ 465 rm -f "$${dir}/so_locations"; \
410 done 466 done
411 libmudflap.la: $(libmudflap_la_OBJECTS) $(libmudflap_la_DEPENDENCIES) 467 libmudflap.la: $(libmudflap_la_OBJECTS) $(libmudflap_la_DEPENDENCIES)
412 $(LINK) -rpath $(toolexeclibdir) $(libmudflap_la_LDFLAGS) $(libmudflap_la_OBJECTS) $(libmudflap_la_LIBADD) $(LIBS) 468 $(libmudflap_la_LINK) -rpath $(toolexeclibdir) $(libmudflap_la_OBJECTS) $(libmudflap_la_LIBADD) $(LIBS)
413 libmudflapth.la: $(libmudflapth_la_OBJECTS) $(libmudflapth_la_DEPENDENCIES) 469 libmudflapth.la: $(libmudflapth_la_OBJECTS) $(libmudflapth_la_DEPENDENCIES)
414 $(LINK) $(am_libmudflapth_la_rpath) $(libmudflapth_la_LDFLAGS) $(libmudflapth_la_OBJECTS) $(libmudflapth_la_LIBADD) $(LIBS) 470 $(libmudflapth_la_LINK) $(am_libmudflapth_la_rpath) $(libmudflapth_la_OBJECTS) $(libmudflapth_la_LIBADD) $(LIBS)
415 471
416 mostlyclean-compile: 472 mostlyclean-compile:
417 -rm -f *.$(OBJEXT) 473 -rm -f *.$(OBJEXT)
418 474
419 distclean-compile: 475 distclean-compile:
428 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mf-hooks1.Plo@am__quote@ 484 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mf-hooks1.Plo@am__quote@
429 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mf-hooks2.Plo@am__quote@ 485 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mf-hooks2.Plo@am__quote@
430 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mf-runtime.Plo@am__quote@ 486 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mf-runtime.Plo@am__quote@
431 487
432 .c.o: 488 .c.o:
433 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ 489 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
434 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 490 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
435 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 491 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
436 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 492 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
437 @am__fastdepCC_FALSE@ $(COMPILE) -c $< 493 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
438 494
439 .c.obj: 495 .c.obj:
440 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ 496 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
441 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 497 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
442 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 498 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
443 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 499 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
444 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 500 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
445 501
446 .c.lo: 502 .c.lo:
447 @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ 503 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
448 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 504 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
449 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 505 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
450 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 506 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
451 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 507 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
452 508
453 libmudflapth_la-mf-runtime.lo: mf-runtime.c 509 libmudflapth_la-mf-runtime.lo: mf-runtime.c
454 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmudflapth_la_CFLAGS) $(CFLAGS) -MT libmudflapth_la-mf-runtime.lo -MD -MP -MF "$(DEPDIR)/libmudflapth_la-mf-runtime.Tpo" -c -o libmudflapth_la-mf-runtime.lo `test -f 'mf-runtime.c' || echo '$(srcdir)/'`mf-runtime.c; \ 510 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmudflapth_la_CFLAGS) $(CFLAGS) -MT libmudflapth_la-mf-runtime.lo -MD -MP -MF $(DEPDIR)/libmudflapth_la-mf-runtime.Tpo -c -o libmudflapth_la-mf-runtime.lo `test -f 'mf-runtime.c' || echo '$(srcdir)/'`mf-runtime.c
455 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libmudflapth_la-mf-runtime.Tpo" "$(DEPDIR)/libmudflapth_la-mf-runtime.Plo"; else rm -f "$(DEPDIR)/libmudflapth_la-mf-runtime.Tpo"; exit 1; fi 511 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmudflapth_la-mf-runtime.Tpo $(DEPDIR)/libmudflapth_la-mf-runtime.Plo
456 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mf-runtime.c' object='libmudflapth_la-mf-runtime.lo' libtool=yes @AMDEPBACKSLASH@ 512 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mf-runtime.c' object='libmudflapth_la-mf-runtime.lo' libtool=yes @AMDEPBACKSLASH@
457 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 513 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
458 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmudflapth_la_CFLAGS) $(CFLAGS) -c -o libmudflapth_la-mf-runtime.lo `test -f 'mf-runtime.c' || echo '$(srcdir)/'`mf-runtime.c 514 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmudflapth_la_CFLAGS) $(CFLAGS) -c -o libmudflapth_la-mf-runtime.lo `test -f 'mf-runtime.c' || echo '$(srcdir)/'`mf-runtime.c
459 515
460 libmudflapth_la-mf-heuristics.lo: mf-heuristics.c 516 libmudflapth_la-mf-heuristics.lo: mf-heuristics.c
461 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmudflapth_la_CFLAGS) $(CFLAGS) -MT libmudflapth_la-mf-heuristics.lo -MD -MP -MF "$(DEPDIR)/libmudflapth_la-mf-heuristics.Tpo" -c -o libmudflapth_la-mf-heuristics.lo `test -f 'mf-heuristics.c' || echo '$(srcdir)/'`mf-heuristics.c; \ 517 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmudflapth_la_CFLAGS) $(CFLAGS) -MT libmudflapth_la-mf-heuristics.lo -MD -MP -MF $(DEPDIR)/libmudflapth_la-mf-heuristics.Tpo -c -o libmudflapth_la-mf-heuristics.lo `test -f 'mf-heuristics.c' || echo '$(srcdir)/'`mf-heuristics.c
462 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libmudflapth_la-mf-heuristics.Tpo" "$(DEPDIR)/libmudflapth_la-mf-heuristics.Plo"; else rm -f "$(DEPDIR)/libmudflapth_la-mf-heuristics.Tpo"; exit 1; fi 518 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmudflapth_la-mf-heuristics.Tpo $(DEPDIR)/libmudflapth_la-mf-heuristics.Plo
463 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mf-heuristics.c' object='libmudflapth_la-mf-heuristics.lo' libtool=yes @AMDEPBACKSLASH@ 519 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mf-heuristics.c' object='libmudflapth_la-mf-heuristics.lo' libtool=yes @AMDEPBACKSLASH@
464 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 520 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
465 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmudflapth_la_CFLAGS) $(CFLAGS) -c -o libmudflapth_la-mf-heuristics.lo `test -f 'mf-heuristics.c' || echo '$(srcdir)/'`mf-heuristics.c 521 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmudflapth_la_CFLAGS) $(CFLAGS) -c -o libmudflapth_la-mf-heuristics.lo `test -f 'mf-heuristics.c' || echo '$(srcdir)/'`mf-heuristics.c
466 522
467 libmudflapth_la-mf-hooks1.lo: mf-hooks1.c 523 libmudflapth_la-mf-hooks1.lo: mf-hooks1.c
468 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmudflapth_la_CFLAGS) $(CFLAGS) -MT libmudflapth_la-mf-hooks1.lo -MD -MP -MF "$(DEPDIR)/libmudflapth_la-mf-hooks1.Tpo" -c -o libmudflapth_la-mf-hooks1.lo `test -f 'mf-hooks1.c' || echo '$(srcdir)/'`mf-hooks1.c; \ 524 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmudflapth_la_CFLAGS) $(CFLAGS) -MT libmudflapth_la-mf-hooks1.lo -MD -MP -MF $(DEPDIR)/libmudflapth_la-mf-hooks1.Tpo -c -o libmudflapth_la-mf-hooks1.lo `test -f 'mf-hooks1.c' || echo '$(srcdir)/'`mf-hooks1.c
469 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libmudflapth_la-mf-hooks1.Tpo" "$(DEPDIR)/libmudflapth_la-mf-hooks1.Plo"; else rm -f "$(DEPDIR)/libmudflapth_la-mf-hooks1.Tpo"; exit 1; fi 525 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmudflapth_la-mf-hooks1.Tpo $(DEPDIR)/libmudflapth_la-mf-hooks1.Plo
470 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mf-hooks1.c' object='libmudflapth_la-mf-hooks1.lo' libtool=yes @AMDEPBACKSLASH@ 526 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mf-hooks1.c' object='libmudflapth_la-mf-hooks1.lo' libtool=yes @AMDEPBACKSLASH@
471 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 527 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
472 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmudflapth_la_CFLAGS) $(CFLAGS) -c -o libmudflapth_la-mf-hooks1.lo `test -f 'mf-hooks1.c' || echo '$(srcdir)/'`mf-hooks1.c 528 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmudflapth_la_CFLAGS) $(CFLAGS) -c -o libmudflapth_la-mf-hooks1.lo `test -f 'mf-hooks1.c' || echo '$(srcdir)/'`mf-hooks1.c
473 529
474 libmudflapth_la-mf-hooks2.lo: mf-hooks2.c 530 libmudflapth_la-mf-hooks2.lo: mf-hooks2.c
475 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmudflapth_la_CFLAGS) $(CFLAGS) -MT libmudflapth_la-mf-hooks2.lo -MD -MP -MF "$(DEPDIR)/libmudflapth_la-mf-hooks2.Tpo" -c -o libmudflapth_la-mf-hooks2.lo `test -f 'mf-hooks2.c' || echo '$(srcdir)/'`mf-hooks2.c; \ 531 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmudflapth_la_CFLAGS) $(CFLAGS) -MT libmudflapth_la-mf-hooks2.lo -MD -MP -MF $(DEPDIR)/libmudflapth_la-mf-hooks2.Tpo -c -o libmudflapth_la-mf-hooks2.lo `test -f 'mf-hooks2.c' || echo '$(srcdir)/'`mf-hooks2.c
476 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libmudflapth_la-mf-hooks2.Tpo" "$(DEPDIR)/libmudflapth_la-mf-hooks2.Plo"; else rm -f "$(DEPDIR)/libmudflapth_la-mf-hooks2.Tpo"; exit 1; fi 532 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmudflapth_la-mf-hooks2.Tpo $(DEPDIR)/libmudflapth_la-mf-hooks2.Plo
477 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mf-hooks2.c' object='libmudflapth_la-mf-hooks2.lo' libtool=yes @AMDEPBACKSLASH@ 533 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mf-hooks2.c' object='libmudflapth_la-mf-hooks2.lo' libtool=yes @AMDEPBACKSLASH@
478 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 534 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
479 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmudflapth_la_CFLAGS) $(CFLAGS) -c -o libmudflapth_la-mf-hooks2.lo `test -f 'mf-hooks2.c' || echo '$(srcdir)/'`mf-hooks2.c 535 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmudflapth_la_CFLAGS) $(CFLAGS) -c -o libmudflapth_la-mf-hooks2.lo `test -f 'mf-hooks2.c' || echo '$(srcdir)/'`mf-hooks2.c
480 536
481 libmudflapth_la-mf-hooks3.lo: mf-hooks3.c 537 libmudflapth_la-mf-hooks3.lo: mf-hooks3.c
482 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmudflapth_la_CFLAGS) $(CFLAGS) -MT libmudflapth_la-mf-hooks3.lo -MD -MP -MF "$(DEPDIR)/libmudflapth_la-mf-hooks3.Tpo" -c -o libmudflapth_la-mf-hooks3.lo `test -f 'mf-hooks3.c' || echo '$(srcdir)/'`mf-hooks3.c; \ 538 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmudflapth_la_CFLAGS) $(CFLAGS) -MT libmudflapth_la-mf-hooks3.lo -MD -MP -MF $(DEPDIR)/libmudflapth_la-mf-hooks3.Tpo -c -o libmudflapth_la-mf-hooks3.lo `test -f 'mf-hooks3.c' || echo '$(srcdir)/'`mf-hooks3.c
483 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libmudflapth_la-mf-hooks3.Tpo" "$(DEPDIR)/libmudflapth_la-mf-hooks3.Plo"; else rm -f "$(DEPDIR)/libmudflapth_la-mf-hooks3.Tpo"; exit 1; fi 539 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmudflapth_la-mf-hooks3.Tpo $(DEPDIR)/libmudflapth_la-mf-hooks3.Plo
484 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mf-hooks3.c' object='libmudflapth_la-mf-hooks3.lo' libtool=yes @AMDEPBACKSLASH@ 540 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mf-hooks3.c' object='libmudflapth_la-mf-hooks3.lo' libtool=yes @AMDEPBACKSLASH@
485 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 541 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
486 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmudflapth_la_CFLAGS) $(CFLAGS) -c -o libmudflapth_la-mf-hooks3.lo `test -f 'mf-hooks3.c' || echo '$(srcdir)/'`mf-hooks3.c 542 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmudflapth_la_CFLAGS) $(CFLAGS) -c -o libmudflapth_la-mf-hooks3.lo `test -f 'mf-hooks3.c' || echo '$(srcdir)/'`mf-hooks3.c
487 543
488 mostlyclean-libtool: 544 mostlyclean-libtool:
489 -rm -f *.lo 545 -rm -f *.lo
490 546
491 clean-libtool: 547 clean-libtool:
492 -rm -rf .libs _libs 548 -rm -rf .libs _libs
493 549
494 distclean-libtool: 550 distclean-libtool:
495 -rm -f libtool 551 -rm -f libtool config.lt
496 552
497 # GNU Make needs to see an explicit $(MAKE) variable in the command it 553 # GNU Make needs to see an explicit $(MAKE) variable in the command it
498 # runs to enable its job server during parallel builds. Hence the 554 # runs to enable its job server during parallel builds. Hence the
499 # comments below. 555 # comments below.
500 all-multi: 556 all-multi:
508 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE) 564 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
509 distclean-multi: 565 distclean-multi:
510 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE) 566 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
511 maintainer-clean-multi: 567 maintainer-clean-multi:
512 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE) 568 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
513 uninstall-info-am:
514 install-nobase_libsubincludeHEADERS: $(nobase_libsubinclude_HEADERS) 569 install-nobase_libsubincludeHEADERS: $(nobase_libsubinclude_HEADERS)
515 @$(NORMAL_INSTALL) 570 @$(NORMAL_INSTALL)
516 test -z "$(libsubincludedir)" || $(mkdir_p) "$(DESTDIR)$(libsubincludedir)" 571 test -z "$(libsubincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libsubincludedir)"
517 @$(am__vpath_adj_setup) \ 572 @list='$(nobase_libsubinclude_HEADERS)'; test -n "$(libsubincludedir)" || list=; \
518 list='$(nobase_libsubinclude_HEADERS)'; for p in $$list; do \ 573 $(am__nobase_list) | while read dir files; do \
519 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 574 xfiles=; for file in $$files; do \
520 $(am__vpath_adj) \ 575 if test -f "$$file"; then xfiles="$$xfiles $$file"; \
521 echo " $(nobase_libsubincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libsubincludedir)/$$f'"; \ 576 else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
522 $(nobase_libsubincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libsubincludedir)/$$f"; \ 577 test -z "$$xfiles" || { \
578 test "x$$dir" = x. || { \
579 echo "$(MKDIR_P) '$(DESTDIR)$(libsubincludedir)/$$dir'"; \
580 $(MKDIR_P) "$(DESTDIR)$(libsubincludedir)/$$dir"; }; \
581 echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(libsubincludedir)/$$dir'"; \
582 $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(libsubincludedir)/$$dir" || exit $$?; }; \
523 done 583 done
524 584
525 uninstall-nobase_libsubincludeHEADERS: 585 uninstall-nobase_libsubincludeHEADERS:
526 @$(NORMAL_UNINSTALL) 586 @$(NORMAL_UNINSTALL)
527 @$(am__vpath_adj_setup) \ 587 @list='$(nobase_libsubinclude_HEADERS)'; test -n "$(libsubincludedir)" || list=; \
528 list='$(nobase_libsubinclude_HEADERS)'; for p in $$list; do \ 588 $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
529 $(am__vpath_adj) \ 589 test -n "$$files" || exit 0; \
530 echo " rm -f '$(DESTDIR)$(libsubincludedir)/$$f'"; \ 590 echo " ( cd '$(DESTDIR)$(libsubincludedir)' && rm -f" $$files ")"; \
531 rm -f "$(DESTDIR)$(libsubincludedir)/$$f"; \ 591 cd "$(DESTDIR)$(libsubincludedir)" && rm -f $$files
532 done
533 592
534 # This directory's subdirectories are mostly independent; you can cd 593 # This directory's subdirectories are mostly independent; you can cd
535 # into them and run `make' without going through this Makefile. 594 # into them and run `make' without going through this Makefile.
536 # To change the values of `make' variables: instead of editing Makefiles, 595 # To change the values of `make' variables: instead of editing Makefiles,
537 # (1) if the variable is set in `config.status', edit `config.status' 596 # (1) if the variable is set in `config.status', edit `config.status'
553 dot_seen=yes; \ 612 dot_seen=yes; \
554 local_target="$$target-am"; \ 613 local_target="$$target-am"; \
555 else \ 614 else \
556 local_target="$$target"; \ 615 local_target="$$target"; \
557 fi; \ 616 fi; \
558 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 617 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
559 || eval $$failcom; \ 618 || eval $$failcom; \
560 done; \ 619 done; \
561 if test "$$dot_seen" = "no"; then \ 620 if test "$$dot_seen" = "no"; then \
562 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 621 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
563 fi; test -z "$$fail" 622 fi; test -z "$$fail"
564 623
565 mostlyclean-recursive clean-recursive distclean-recursive \ 624 $(RECURSIVE_CLEAN_TARGETS):
566 maintainer-clean-recursive:
567 @failcom='exit 1'; \ 625 @failcom='exit 1'; \
568 for f in x $$MAKEFLAGS; do \ 626 for f in x $$MAKEFLAGS; do \
569 case $$f in \ 627 case $$f in \
570 *=* | --[!k]*);; \ 628 *=* | --[!k]*);; \
571 *k*) failcom='fail=yes';; \ 629 *k*) failcom='fail=yes';; \
588 if test "$$subdir" = "."; then \ 646 if test "$$subdir" = "."; then \
589 local_target="$$target-am"; \ 647 local_target="$$target-am"; \
590 else \ 648 else \
591 local_target="$$target"; \ 649 local_target="$$target"; \
592 fi; \ 650 fi; \
593 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 651 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
594 || eval $$failcom; \ 652 || eval $$failcom; \
595 done && test -z "$$fail" 653 done && test -z "$$fail"
596 tags-recursive: 654 tags-recursive:
597 list='$(SUBDIRS)'; for subdir in $$list; do \ 655 list='$(SUBDIRS)'; for subdir in $$list; do \
598 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 656 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
599 done 657 done
600 ctags-recursive: 658 ctags-recursive:
601 list='$(SUBDIRS)'; for subdir in $$list; do \ 659 list='$(SUBDIRS)'; for subdir in $$list; do \
602 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 660 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
603 done 661 done
604 662
605 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 663 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
606 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 664 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
607 unique=`for i in $$list; do \ 665 unique=`for i in $$list; do \
608 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 666 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
609 done | \ 667 done | \
610 $(AWK) ' { files[$$0] = 1; } \ 668 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
611 END { for (i in files) print i; }'`; \ 669 END { if (nonempty) { for (i in files) print i; }; }'`; \
612 mkid -fID $$unique 670 mkid -fID $$unique
613 tags: TAGS 671 tags: TAGS
614 672
615 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 673 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
616 $(TAGS_FILES) $(LISP) 674 $(TAGS_FILES) $(LISP)
617 tags=; \ 675 set x; \
618 here=`pwd`; \ 676 here=`pwd`; \
619 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 677 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
620 include_option=--etags-include; \ 678 include_option=--etags-include; \
621 empty_fix=.; \ 679 empty_fix=.; \
622 else \ 680 else \
624 empty_fix=; \ 682 empty_fix=; \
625 fi; \ 683 fi; \
626 list='$(SUBDIRS)'; for subdir in $$list; do \ 684 list='$(SUBDIRS)'; for subdir in $$list; do \
627 if test "$$subdir" = .; then :; else \ 685 if test "$$subdir" = .; then :; else \
628 test ! -f $$subdir/TAGS || \ 686 test ! -f $$subdir/TAGS || \
629 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 687 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
630 fi; \ 688 fi; \
631 done; \ 689 done; \
632 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 690 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
633 unique=`for i in $$list; do \ 691 unique=`for i in $$list; do \
634 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 692 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
635 done | \ 693 done | \
636 $(AWK) ' { files[$$0] = 1; } \ 694 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
637 END { for (i in files) print i; }'`; \ 695 END { if (nonempty) { for (i in files) print i; }; }'`; \
638 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 696 shift; \
697 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
639 test -n "$$unique" || unique=$$empty_fix; \ 698 test -n "$$unique" || unique=$$empty_fix; \
640 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 699 if test $$# -gt 0; then \
641 $$tags $$unique; \ 700 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
701 "$$@" $$unique; \
702 else \
703 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
704 $$unique; \
705 fi; \
642 fi 706 fi
643 ctags: CTAGS 707 ctags: CTAGS
644 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 708 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
645 $(TAGS_FILES) $(LISP) 709 $(TAGS_FILES) $(LISP)
646 tags=; \
647 here=`pwd`; \
648 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 710 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
649 unique=`for i in $$list; do \ 711 unique=`for i in $$list; do \
650 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 712 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
651 done | \ 713 done | \
652 $(AWK) ' { files[$$0] = 1; } \ 714 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
653 END { for (i in files) print i; }'`; \ 715 END { if (nonempty) { for (i in files) print i; }; }'`; \
654 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 716 test -z "$(CTAGS_ARGS)$$unique" \
655 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 717 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
656 $$tags $$unique 718 $$unique
657 719
658 GTAGS: 720 GTAGS:
659 here=`$(am__cd) $(top_builddir) && pwd` \ 721 here=`$(am__cd) $(top_builddir) && pwd` \
660 && cd $(top_srcdir) \ 722 && $(am__cd) $(top_srcdir) \
661 && gtags -i $(GTAGS_ARGS) $$here 723 && gtags -i $(GTAGS_ARGS) "$$here"
662 724
663 distclean-tags: 725 distclean-tags:
664 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 726 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
665 727
666 distdir: $(DISTFILES) 728 distdir: $(DISTFILES)
667 $(am__remove_distdir) 729 $(am__remove_distdir)
668 mkdir $(distdir) 730 test -d "$(distdir)" || mkdir "$(distdir)"
669 $(mkdir_p) $(distdir)/.. $(distdir)/../config $(distdir)/testsuite 731 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
670 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 732 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
671 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 733 list='$(DISTFILES)'; \
672 list='$(DISTFILES)'; for file in $$list; do \ 734 dist_files=`for file in $$list; do echo $$file; done | \
673 case $$file in \ 735 sed -e "s|^$$srcdirstrip/||;t" \
674 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 736 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
675 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 737 case $$dist_files in \
676 esac; \ 738 */*) $(MKDIR_P) `echo "$$dist_files" | \
739 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
740 sort -u` ;; \
741 esac; \
742 for file in $$dist_files; do \
677 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 743 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
678 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 744 if test -d $$d/$$file; then \
679 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 745 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
680 dir="/$$dir"; \ 746 if test -d "$(distdir)/$$file"; then \
681 $(mkdir_p) "$(distdir)$$dir"; \ 747 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
748 fi; \
749 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
750 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
751 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
752 fi; \
753 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
682 else \ 754 else \
683 dir=''; \ 755 test -f "$(distdir)/$$file" \
684 fi; \ 756 || cp -p $$d/$$file "$(distdir)/$$file" \
685 if test -d $$d/$$file; then \
686 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
687 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
688 fi; \
689 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
690 else \
691 test -f $(distdir)/$$file \
692 || cp -p $$d/$$file $(distdir)/$$file \
693 || exit 1; \ 757 || exit 1; \
694 fi; \ 758 fi; \
695 done 759 done
696 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 760 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
697 if test "$$subdir" = .; then :; else \ 761 if test "$$subdir" = .; then :; else \
698 test -d "$(distdir)/$$subdir" \ 762 test -d "$(distdir)/$$subdir" \
699 || $(mkdir_p) "$(distdir)/$$subdir" \ 763 || $(MKDIR_P) "$(distdir)/$$subdir" \
700 || exit 1; \ 764 || exit 1; \
701 distdir=`$(am__cd) $(distdir) && pwd`; \ 765 fi; \
702 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ 766 done
703 (cd $$subdir && \ 767 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
768 if test "$$subdir" = .; then :; else \
769 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
770 $(am__relativize); \
771 new_distdir=$$reldir; \
772 dir1=$$subdir; dir2="$(top_distdir)"; \
773 $(am__relativize); \
774 new_top_distdir=$$reldir; \
775 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
776 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
777 ($(am__cd) $$subdir && \
704 $(MAKE) $(AM_MAKEFLAGS) \ 778 $(MAKE) $(AM_MAKEFLAGS) \
705 top_distdir="$$top_distdir" \ 779 top_distdir="$$new_top_distdir" \
706 distdir="$$distdir/$$subdir" \ 780 distdir="$$new_distdir" \
781 am__remove_distdir=: \
782 am__skip_length_check=: \
783 am__skip_mode_fix=: \
707 distdir) \ 784 distdir) \
708 || exit 1; \ 785 || exit 1; \
709 fi; \ 786 fi; \
710 done 787 done
711 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 788 -test -n "$(am__skip_mode_fix)" \
789 || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
712 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 790 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
713 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 791 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
714 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ 792 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
715 || chmod -R a+r $(distdir) 793 || chmod -R a+r "$(distdir)"
716 dist-gzip: distdir 794 dist-gzip: distdir
717 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 795 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
718 $(am__remove_distdir) 796 $(am__remove_distdir)
719 797
720 dist-bzip2: distdir 798 dist-bzip2: distdir
721 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 799 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
800 $(am__remove_distdir)
801
802 dist-lzma: distdir
803 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
804 $(am__remove_distdir)
805
806 dist-xz: distdir
807 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
722 $(am__remove_distdir) 808 $(am__remove_distdir)
723 809
724 dist-tarZ: distdir 810 dist-tarZ: distdir
725 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 811 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
726 $(am__remove_distdir) 812 $(am__remove_distdir)
745 case '$(DIST_ARCHIVES)' in \ 831 case '$(DIST_ARCHIVES)' in \
746 *.tar.gz*) \ 832 *.tar.gz*) \
747 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 833 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
748 *.tar.bz2*) \ 834 *.tar.bz2*) \
749 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 835 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
836 *.tar.lzma*) \
837 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
838 *.tar.xz*) \
839 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
750 *.tar.Z*) \ 840 *.tar.Z*) \
751 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 841 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
752 *.shar.gz*) \ 842 *.shar.gz*) \
753 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 843 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
754 *.zip*) \ 844 *.zip*) \
756 esac 846 esac
757 chmod -R a-w $(distdir); chmod a+w $(distdir) 847 chmod -R a-w $(distdir); chmod a+w $(distdir)
758 mkdir $(distdir)/_build 848 mkdir $(distdir)/_build
759 mkdir $(distdir)/_inst 849 mkdir $(distdir)/_inst
760 chmod a-w $(distdir) 850 chmod a-w $(distdir)
851 test -d $(distdir)/_build || exit 0; \
761 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 852 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
762 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 853 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
763 && cd $(distdir)/_build \ 854 && am__cwd=`pwd` \
855 && $(am__cd) $(distdir)/_build \
764 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 856 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
765 $(DISTCHECK_CONFIGURE_FLAGS) \ 857 $(DISTCHECK_CONFIGURE_FLAGS) \
766 && $(MAKE) $(AM_MAKEFLAGS) \ 858 && $(MAKE) $(AM_MAKEFLAGS) \
767 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 859 && $(MAKE) $(AM_MAKEFLAGS) dvi \
768 && $(MAKE) $(AM_MAKEFLAGS) check \ 860 && $(MAKE) $(AM_MAKEFLAGS) check \
780 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 872 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
781 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 873 } || { rm -rf "$$dc_destdir"; exit 1; }) \
782 && rm -rf "$$dc_destdir" \ 874 && rm -rf "$$dc_destdir" \
783 && $(MAKE) $(AM_MAKEFLAGS) dist \ 875 && $(MAKE) $(AM_MAKEFLAGS) dist \
784 && rm -rf $(DIST_ARCHIVES) \ 876 && rm -rf $(DIST_ARCHIVES) \
785 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 877 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
878 && cd "$$am__cwd" \
879 || exit 1
786 $(am__remove_distdir) 880 $(am__remove_distdir)
787 @(echo "$(distdir) archives ready for distribution: "; \ 881 @(echo "$(distdir) archives ready for distribution: "; \
788 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 882 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
789 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' 883 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
790 distuninstallcheck: 884 distuninstallcheck:
791 @cd $(distuninstallcheck_dir) \ 885 @$(am__cd) '$(distuninstallcheck_dir)' \
792 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 886 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
793 || { echo "ERROR: files left after uninstall:" ; \ 887 || { echo "ERROR: files left after uninstall:" ; \
794 if test -n "$(DESTDIR)"; then \ 888 if test -n "$(DESTDIR)"; then \
795 echo " (check DESTDIR support)"; \ 889 echo " (check DESTDIR support)"; \
796 fi ; \ 890 fi ; \
809 check: check-recursive 903 check: check-recursive
810 all-am: Makefile $(LTLIBRARIES) all-multi $(HEADERS) config.h 904 all-am: Makefile $(LTLIBRARIES) all-multi $(HEADERS) config.h
811 installdirs: installdirs-recursive 905 installdirs: installdirs-recursive
812 installdirs-am: 906 installdirs-am:
813 for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(libsubincludedir)"; do \ 907 for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(libsubincludedir)"; do \
814 test -z "$$dir" || $(mkdir_p) "$$dir"; \ 908 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
815 done 909 done
816 install: install-recursive 910 install: install-recursive
817 install-exec: install-exec-recursive 911 install-exec: install-exec-recursive
818 install-data: install-data-recursive 912 install-data: install-data-recursive
819 uninstall: uninstall-recursive 913 uninstall: uninstall-recursive
831 925
832 clean-generic: 926 clean-generic:
833 927
834 distclean-generic: 928 distclean-generic:
835 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 929 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
930 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
836 931
837 maintainer-clean-generic: 932 maintainer-clean-generic:
838 @echo "This command is intended for maintainers to use" 933 @echo "This command is intended for maintainers to use"
839 @echo "it deletes files that may require special tools to rebuild." 934 @echo "it deletes files that may require special tools to rebuild."
840 clean: clean-multi clean-recursive 935 clean: clean-multi clean-recursive
853 948
854 dvi-am: 949 dvi-am:
855 950
856 html: html-recursive 951 html: html-recursive
857 952
953 html-am:
954
858 info: info-recursive 955 info: info-recursive
859 956
860 info-am: 957 info-am:
861 958
862 install-data-am: install-nobase_libsubincludeHEADERS 959 install-data-am: install-nobase_libsubincludeHEADERS
863 960
961 install-dvi: install-dvi-recursive
962
963 install-dvi-am:
964
864 install-exec-am: install-multi install-toolexeclibLTLIBRARIES 965 install-exec-am: install-multi install-toolexeclibLTLIBRARIES
865 966
967 install-html: install-html-recursive
968
969 install-html-am:
970
866 install-info: install-info-recursive 971 install-info: install-info-recursive
867 972
973 install-info-am:
974
868 install-man: 975 install-man:
976
977 install-pdf: install-pdf-recursive
978
979 install-pdf-am:
980
981 install-ps: install-ps-recursive
982
983 install-ps-am:
869 984
870 installcheck-am: 985 installcheck-am:
871 986
872 maintainer-clean: maintainer-clean-multi maintainer-clean-recursive 987 maintainer-clean: maintainer-clean-multi maintainer-clean-recursive
873 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 988 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
887 1002
888 ps: ps-recursive 1003 ps: ps-recursive
889 1004
890 ps-am: 1005 ps-am:
891 1006
892 uninstall-am: uninstall-info-am uninstall-nobase_libsubincludeHEADERS \ 1007 uninstall-am: uninstall-nobase_libsubincludeHEADERS \
893 uninstall-toolexeclibLTLIBRARIES 1008 uninstall-toolexeclibLTLIBRARIES
894 1009
895 uninstall-info: uninstall-info-recursive 1010 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all all-multi \
896 1011 clean-multi ctags-recursive distclean-multi install-am \
897 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am all-multi \ 1012 install-multi install-strip maintainer-clean-multi \
898 am--refresh check check-am clean clean-generic clean-libtool \ 1013 mostlyclean-multi tags-recursive
899 clean-multi clean-recursive clean-toolexeclibLTLIBRARIES ctags \ 1014
900 ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \ 1015 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
901 dist-tarZ dist-zip distcheck distclean distclean-compile \ 1016 all all-am all-multi am--refresh check check-am clean \
1017 clean-generic clean-libtool clean-multi \
1018 clean-toolexeclibLTLIBRARIES ctags ctags-recursive dist \
1019 dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ \
1020 dist-xz dist-zip distcheck distclean distclean-compile \
902 distclean-generic distclean-hdr distclean-libtool \ 1021 distclean-generic distclean-hdr distclean-libtool \
903 distclean-multi distclean-recursive distclean-tags \ 1022 distclean-multi distclean-tags distcleancheck distdir \
904 distcleancheck distdir distuninstallcheck dvi dvi-am html \ 1023 distuninstallcheck dvi dvi-am html html-am info info-am \
905 html-am info info-am install install-am install-data \ 1024 install install-am install-data install-data-am install-dvi \
906 install-data-am install-exec install-exec-am install-info \ 1025 install-dvi-am install-exec install-exec-am install-html \
907 install-info-am install-man install-multi \ 1026 install-html-am install-info install-info-am install-man \
908 install-nobase_libsubincludeHEADERS install-strip \ 1027 install-multi install-nobase_libsubincludeHEADERS install-pdf \
1028 install-pdf-am install-ps install-ps-am install-strip \
909 install-toolexeclibLTLIBRARIES installcheck installcheck-am \ 1029 install-toolexeclibLTLIBRARIES installcheck installcheck-am \
910 installdirs installdirs-am maintainer-clean \ 1030 installdirs installdirs-am maintainer-clean \
911 maintainer-clean-generic maintainer-clean-multi \ 1031 maintainer-clean-generic maintainer-clean-multi mostlyclean \
912 maintainer-clean-recursive mostlyclean mostlyclean-compile \ 1032 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
913 mostlyclean-generic mostlyclean-libtool mostlyclean-multi \ 1033 mostlyclean-multi pdf pdf-am ps ps-am tags tags-recursive \
914 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \ 1034 uninstall uninstall-am uninstall-nobase_libsubincludeHEADERS \
915 uninstall uninstall-am uninstall-info-am \
916 uninstall-nobase_libsubincludeHEADERS \
917 uninstall-toolexeclibLTLIBRARIES 1035 uninstall-toolexeclibLTLIBRARIES
918 1036
919 1037
920 # No install-html or install-pdf support in automake yet
921 .PHONY: install-html install-pdf
922 install-html:
923 install-pdf:
924 # Tell versions [3.59,3.63) of GNU make to not export all variables. 1038 # Tell versions [3.59,3.63) of GNU make to not export all variables.
925 # Otherwise a system limit (for SysV at least) may be exceeded. 1039 # Otherwise a system limit (for SysV at least) may be exceeded.
926 .NOEXPORT: 1040 .NOEXPORT: