Check in tree-dce enh to trunk
[official-gcc.git] / libmudflap / Makefile.in
blob2343406f329730bda9469929c05ca7d3476c671f
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
15 @SET_MAKE@
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 pkgdatadir = $(datadir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkgincludedir = $(includedir)/@PACKAGE@
24 top_builddir = .
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 INSTALL = @INSTALL@
27 install_sh_DATA = $(install_sh) -c -m 644
28 install_sh_PROGRAM = $(install_sh) -c
29 install_sh_SCRIPT = $(install_sh) -c
30 INSTALL_HEADER = $(INSTALL_DATA)
31 transform = $(program_transform_name)
32 NORMAL_INSTALL = :
33 PRE_INSTALL = :
34 POST_INSTALL = :
35 NORMAL_UNINSTALL = :
36 PRE_UNINSTALL = :
37 POST_UNINSTALL = :
38 build_triplet = @build@
39 host_triplet = @host@
40 target_triplet = @target@
41 DIST_COMMON = $(am__configure_deps) $(nobase_libsubinclude_HEADERS) \
42 $(srcdir)/../compile $(srcdir)/../config.guess \
43 $(srcdir)/../config.sub $(srcdir)/../depcomp \
44 $(srcdir)/../install-sh $(srcdir)/../ltmain.sh \
45 $(srcdir)/../missing $(srcdir)/../mkinstalldirs \
46 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
47 $(srcdir)/config.h.in $(top_srcdir)/configure ChangeLog
48 subdir = .
49 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
50 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
51 $(top_srcdir)/../config/depstand.m4 \
52 $(top_srcdir)/../config/enable.m4 \
53 $(top_srcdir)/../config/lead-dot.m4 \
54 $(top_srcdir)/../config/multi.m4 \
55 $(top_srcdir)/../config/proginstall.m4 \
56 $(top_srcdir)/../config/tls.m4 $(top_srcdir)/../ltoptions.m4 \
57 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
58 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
59 $(top_srcdir)/../libtool.m4 $(top_srcdir)/configure.ac
60 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
61 $(ACLOCAL_M4)
62 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
63 configure.lineno configure.status.lineno
64 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
65 CONFIG_HEADER = config.h
66 CONFIG_CLEAN_FILES =
67 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
68 am__vpath_adj = case $$p in \
69 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
70 *) f=$$p;; \
71 esac;
72 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
73 am__installdirs = "$(DESTDIR)$(toolexeclibdir)" \
74 "$(DESTDIR)$(libsubincludedir)"
75 toolexeclibLTLIBRARIES_INSTALL = $(INSTALL)
76 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
77 am_libmudflap_la_OBJECTS = mf-runtime.lo mf-heuristics.lo mf-hooks1.lo \
78 mf-hooks2.lo
79 libmudflap_la_OBJECTS = $(am_libmudflap_la_OBJECTS)
80 am_libmudflapth_la_OBJECTS = libmudflapth_la-mf-runtime.lo \
81 libmudflapth_la-mf-heuristics.lo libmudflapth_la-mf-hooks1.lo \
82 libmudflapth_la-mf-hooks2.lo libmudflapth_la-mf-hooks3.lo
83 libmudflapth_la_OBJECTS = $(am_libmudflapth_la_OBJECTS)
84 @LIBMUDFLAPTH_TRUE@am_libmudflapth_la_rpath = -rpath $(toolexeclibdir)
85 DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
86 depcomp = $(SHELL) $(top_srcdir)/../depcomp
87 am__depfiles_maybe = depfiles
88 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
89 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
90 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
91 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
92 $(AM_CFLAGS) $(CFLAGS)
93 CCLD = $(CC)
94 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
95 $(AM_LDFLAGS) $(LDFLAGS) -o $@
96 SOURCES = $(libmudflap_la_SOURCES) $(libmudflapth_la_SOURCES)
97 DIST_SOURCES = $(libmudflap_la_SOURCES) $(libmudflapth_la_SOURCES)
98 MULTISRCTOP =
99 MULTIBUILDTOP =
100 MULTIDIRS =
101 MULTISUBDIR =
102 MULTIDO = true
103 MULTICLEAN = true
104 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
105 html-recursive info-recursive install-data-recursive \
106 install-exec-recursive install-info-recursive \
107 install-recursive installcheck-recursive installdirs-recursive \
108 pdf-recursive ps-recursive uninstall-info-recursive \
109 uninstall-recursive
110 nobase_libsubincludeHEADERS_INSTALL = $(install_sh_DATA)
111 HEADERS = $(nobase_libsubinclude_HEADERS)
112 ETAGS = etags
113 CTAGS = ctags
114 DIST_SUBDIRS = $(SUBDIRS)
115 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
116 distdir = $(PACKAGE)-$(VERSION)
117 top_distdir = $(distdir)
118 am__remove_distdir = \
119 { test ! -d $(distdir) \
120 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
121 && rm -fr $(distdir); }; }
122 DIST_ARCHIVES = $(distdir).tar.gz
123 GZIP_ENV = --best
124 distuninstallcheck_listfiles = find . -type f -print
125 distcleancheck_listfiles = find . -type f -print
126 ACLOCAL = @ACLOCAL@
127 AMDEP_FALSE = @AMDEP_FALSE@
128 AMDEP_TRUE = @AMDEP_TRUE@
129 AMTAR = @AMTAR@
130 AR = @AR@
131 AUTOCONF = @AUTOCONF@
132 AUTOHEADER = @AUTOHEADER@
133 AUTOMAKE = @AUTOMAKE@
134 AWK = @AWK@
135 CC = @CC@
136 CCDEPMODE = @CCDEPMODE@
137 CFLAGS = @CFLAGS@
138 CPP = @CPP@
139 CPPFLAGS = @CPPFLAGS@
140 CYGPATH_W = @CYGPATH_W@
141 DEFS = @DEFS@
142 DEPDIR = @DEPDIR@
143 DUMPBIN = @DUMPBIN@
144 ECHO_C = @ECHO_C@
145 ECHO_N = @ECHO_N@
146 ECHO_T = @ECHO_T@
147 EGREP = @EGREP@
148 EXEEXT = @EXEEXT@
149 FGREP = @FGREP@
150 GREP = @GREP@
151 INSTALL_DATA = @INSTALL_DATA@
152 INSTALL_PROGRAM = @INSTALL_PROGRAM@
153 INSTALL_SCRIPT = @INSTALL_SCRIPT@
154 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
155 LD = @LD@
156 LIBMUDFLAPTH_FALSE = @LIBMUDFLAPTH_FALSE@
157 LIBMUDFLAPTH_TRUE = @LIBMUDFLAPTH_TRUE@
158 LIBOBJS = @LIBOBJS@
159 LIBS = @LIBS@
160 LIBTOOL = @LIBTOOL@
161 LN_S = @LN_S@
162 LTLIBOBJS = @LTLIBOBJS@
163 MAINT = @MAINT@
164 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
165 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
166 MAKEINFO = @MAKEINFO@
167 MF_HAVE_STDINT_H = @MF_HAVE_STDINT_H@
168 MF_HAVE_UINTPTR_T = @MF_HAVE_UINTPTR_T@
169 NM = @NM@
170 OBJEXT = @OBJEXT@
171 PACKAGE = @PACKAGE@
172 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
173 PACKAGE_NAME = @PACKAGE_NAME@
174 PACKAGE_STRING = @PACKAGE_STRING@
175 PACKAGE_TARNAME = @PACKAGE_TARNAME@
176 PACKAGE_VERSION = @PACKAGE_VERSION@
177 PATH_SEPARATOR = @PATH_SEPARATOR@
178 RANLIB = @RANLIB@
179 SECTION_FLAGS = @SECTION_FLAGS@
180 SED = @SED@
181 SET_MAKE = @SET_MAKE@
182 SHELL = @SHELL@
183 STRIP = @STRIP@
184 VERSION = @VERSION@
185 ac_ct_AR = @ac_ct_AR@
186 ac_ct_CC = @ac_ct_CC@
187 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
188 ac_ct_NM = @ac_ct_NM@
189 ac_ct_RANLIB = @ac_ct_RANLIB@
190 ac_ct_STRIP = @ac_ct_STRIP@
191 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
192 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
193 am__include = @am__include@
194 am__leading_dot = @am__leading_dot@
195 am__quote = @am__quote@
196 am__tar = @am__tar@
197 am__untar = @am__untar@
198 bindir = @bindir@
199 build = @build@
200 build_alias = @build_alias@
201 build_cpu = @build_cpu@
202 build_libmudflapth = @build_libmudflapth@
203 build_os = @build_os@
204 build_vendor = @build_vendor@
205 datadir = @datadir@
206 enable_shared = @enable_shared@
207 enable_static = @enable_static@
208 exec_prefix = @exec_prefix@
209 host = @host@
210 host_alias = @host_alias@
211 host_cpu = @host_cpu@
212 host_os = @host_os@
213 host_vendor = @host_vendor@
214 includedir = @includedir@
215 infodir = @infodir@
216 install_sh = @install_sh@
217 libdir = @libdir@
218 libexecdir = @libexecdir@
219 localstatedir = @localstatedir@
220 lt_ECHO = @lt_ECHO@
221 mandir = @mandir@
222 mkdir_p = @mkdir_p@
223 multi_basedir = @multi_basedir@
224 oldincludedir = @oldincludedir@
225 prefix = @prefix@
226 program_transform_name = @program_transform_name@
227 sbindir = @sbindir@
228 sharedstatedir = @sharedstatedir@
229 sysconfdir = @sysconfdir@
230 target = @target@
231 target_alias = @target_alias@
232 target_cpu = @target_cpu@
233 target_noncanonical = @target_noncanonical@
234 target_os = @target_os@
235 target_vendor = @target_vendor@
236 toolexecdir = @toolexecdir@
237 toolexeclibdir = @toolexeclibdir@
238 AUTOMAKE_OPTIONS = 1.8 foreign
239 ACLOCAL_AMFLAGS = -I .. -I ../config
240 MAINT_CHARSET = latin1
241 SUBDIRS = testsuite
243 # May be used by various substitution variables.
244 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
245 AM_CFLAGS = -Wall $(SECTION_FLAGS)
246 @LIBMUDFLAPTH_FALSE@libmudflapth =
247 @LIBMUDFLAPTH_TRUE@libmudflapth = libmudflapth.la
248 toolexeclib_LTLIBRARIES = libmudflap.la $(libmudflapth)
249 libsubincludedir = $(libdir)/gcc/$(target_noncanonical)/$(gcc_version)/include
250 nobase_libsubinclude_HEADERS = mf-runtime.h
251 libmudflap_la_SOURCES = \
252 mf-runtime.c \
253 mf-heuristics.c \
254 mf-hooks1.c \
255 mf-hooks2.c
257 libmudflap_la_LIBADD =
258 libmudflap_la_DEPENDENCIES = $(libmudflap_la_LIBADD)
259 libmudflap_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version`
260 libmudflapth_la_SOURCES = \
261 mf-runtime.c \
262 mf-heuristics.c \
263 mf-hooks1.c \
264 mf-hooks2.c \
265 mf-hooks3.c
267 libmudflapth_la_CFLAGS = -DLIBMUDFLAPTH
268 libmudflapth_la_LIBADD =
269 libmudflapth_la_DEPENDENCIES = $(libmudflapth_la_LIBADD)
270 libmudflapth_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version`
272 # XXX hack alert
273 # From libffi/Makefile.am
275 # Work around what appears to be a GNU make bug handling MAKEFLAGS
276 # values defined in terms of make variables, as is the case for CC and
277 # friends when we are called from the top level Makefile.
278 AM_MAKEFLAGS = \
279 "AR_FLAGS=$(AR_FLAGS)" \
280 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
281 "CFLAGS=$(CFLAGS)" \
282 "CXXFLAGS=$(CXXFLAGS)" \
283 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
284 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
285 "INSTALL=$(INSTALL)" \
286 "INSTALL_DATA=$(INSTALL_DATA)" \
287 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
288 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
289 "JC1FLAGS=$(JC1FLAGS)" \
290 "LDFLAGS=$(LDFLAGS)" \
291 "LIBCFLAGS=$(LIBCFLAGS)" \
292 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
293 "MAKE=$(MAKE)" \
294 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
295 "PICFLAG=$(PICFLAG)" \
296 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
297 "SHELL=$(SHELL)" \
298 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
299 "exec_prefix=$(exec_prefix)" \
300 "infodir=$(infodir)" \
301 "libdir=$(libdir)" \
302 "prefix=$(prefix)" \
303 "includedir=$(includedir)" \
304 "AR=$(AR)" \
305 "AS=$(AS)" \
306 "CC=$(CC)" \
307 "CXX=$(CXX)" \
308 "LD=$(LD)" \
309 "LIBCFLAGS=$(LIBCFLAGS)" \
310 "NM=$(NM)" \
311 "PICFLAG=$(PICFLAG)" \
312 "RANLIB=$(RANLIB)" \
313 "DESTDIR=$(DESTDIR)"
315 MAKEOVERRIDES =
316 all: config.h
317 $(MAKE) $(AM_MAKEFLAGS) all-recursive
319 .SUFFIXES:
320 .SUFFIXES: .c .lo .o .obj
321 am--refresh:
323 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
324 @for dep in $?; do \
325 case '$(am__configure_deps)' in \
326 *$$dep*) \
327 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
328 cd $(srcdir) && $(AUTOMAKE) --foreign \
329 && exit 0; \
330 exit 1;; \
331 esac; \
332 done; \
333 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
334 cd $(top_srcdir) && \
335 $(AUTOMAKE) --foreign Makefile
336 .PRECIOUS: Makefile
337 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
338 @case '$?' in \
339 *config.status*) \
340 echo ' $(SHELL) ./config.status'; \
341 $(SHELL) ./config.status;; \
342 *) \
343 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
344 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
345 esac;
347 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
348 $(SHELL) ./config.status --recheck
350 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
351 cd $(srcdir) && $(AUTOCONF)
352 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
353 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
355 config.h: stamp-h1
356 @if test ! -f $@; then \
357 rm -f stamp-h1; \
358 $(MAKE) stamp-h1; \
359 else :; fi
361 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
362 @rm -f stamp-h1
363 cd $(top_builddir) && $(SHELL) ./config.status config.h
364 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
365 cd $(top_srcdir) && $(AUTOHEADER)
366 rm -f stamp-h1
367 touch $@
369 distclean-hdr:
370 -rm -f config.h stamp-h1
371 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
372 @$(NORMAL_INSTALL)
373 test -z "$(toolexeclibdir)" || $(mkdir_p) "$(DESTDIR)$(toolexeclibdir)"
374 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
375 if test -f $$p; then \
376 f=$(am__strip_dir) \
377 echo " $(LIBTOOL) --mode=install $(toolexeclibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
378 $(LIBTOOL) --mode=install $(toolexeclibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(toolexeclibdir)/$$f"; \
379 else :; fi; \
380 done
382 uninstall-toolexeclibLTLIBRARIES:
383 @$(NORMAL_UNINSTALL)
384 @set -x; list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
385 p=$(am__strip_dir) \
386 echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$p'"; \
387 $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$p"; \
388 done
390 clean-toolexeclibLTLIBRARIES:
391 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
392 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
393 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
394 test "$$dir" != "$$p" || dir=.; \
395 echo "rm -f \"$${dir}/so_locations\""; \
396 rm -f "$${dir}/so_locations"; \
397 done
398 libmudflap.la: $(libmudflap_la_OBJECTS) $(libmudflap_la_DEPENDENCIES)
399 $(LINK) -rpath $(toolexeclibdir) $(libmudflap_la_LDFLAGS) $(libmudflap_la_OBJECTS) $(libmudflap_la_LIBADD) $(LIBS)
400 libmudflapth.la: $(libmudflapth_la_OBJECTS) $(libmudflapth_la_DEPENDENCIES)
401 $(LINK) $(am_libmudflapth_la_rpath) $(libmudflapth_la_LDFLAGS) $(libmudflapth_la_OBJECTS) $(libmudflapth_la_LIBADD) $(LIBS)
403 mostlyclean-compile:
404 -rm -f *.$(OBJEXT)
406 distclean-compile:
407 -rm -f *.tab.c
409 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmudflapth_la-mf-heuristics.Plo@am__quote@
410 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmudflapth_la-mf-hooks1.Plo@am__quote@
411 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmudflapth_la-mf-hooks2.Plo@am__quote@
412 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmudflapth_la-mf-hooks3.Plo@am__quote@
413 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmudflapth_la-mf-runtime.Plo@am__quote@
414 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mf-heuristics.Plo@am__quote@
415 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mf-hooks1.Plo@am__quote@
416 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mf-hooks2.Plo@am__quote@
417 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mf-runtime.Plo@am__quote@
419 .c.o:
420 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
421 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
422 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
423 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
424 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
426 .c.obj:
427 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
428 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
429 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
430 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
431 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
433 .c.lo:
434 @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
435 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
436 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
437 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
438 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
440 libmudflapth_la-mf-runtime.lo: mf-runtime.c
441 @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; \
442 @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
443 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mf-runtime.c' object='libmudflapth_la-mf-runtime.lo' libtool=yes @AMDEPBACKSLASH@
444 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
445 @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
447 libmudflapth_la-mf-heuristics.lo: mf-heuristics.c
448 @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; \
449 @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
450 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mf-heuristics.c' object='libmudflapth_la-mf-heuristics.lo' libtool=yes @AMDEPBACKSLASH@
451 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
452 @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
454 libmudflapth_la-mf-hooks1.lo: mf-hooks1.c
455 @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; \
456 @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
457 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mf-hooks1.c' object='libmudflapth_la-mf-hooks1.lo' libtool=yes @AMDEPBACKSLASH@
458 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
459 @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
461 libmudflapth_la-mf-hooks2.lo: mf-hooks2.c
462 @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; \
463 @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
464 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mf-hooks2.c' object='libmudflapth_la-mf-hooks2.lo' libtool=yes @AMDEPBACKSLASH@
465 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
466 @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
468 libmudflapth_la-mf-hooks3.lo: mf-hooks3.c
469 @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; \
470 @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
471 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mf-hooks3.c' object='libmudflapth_la-mf-hooks3.lo' libtool=yes @AMDEPBACKSLASH@
472 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
473 @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
475 mostlyclean-libtool:
476 -rm -f *.lo
478 clean-libtool:
479 -rm -rf .libs _libs
481 distclean-libtool:
482 -rm -f libtool
484 # GNU Make needs to see an explicit $(MAKE) variable in the command it
485 # runs to enable its job server during parallel builds. Hence the
486 # comments below.
487 all-multi:
488 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
489 install-multi:
490 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
492 mostlyclean-multi:
493 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
494 clean-multi:
495 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
496 distclean-multi:
497 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
498 maintainer-clean-multi:
499 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
500 uninstall-info-am:
501 install-nobase_libsubincludeHEADERS: $(nobase_libsubinclude_HEADERS)
502 @$(NORMAL_INSTALL)
503 test -z "$(libsubincludedir)" || $(mkdir_p) "$(DESTDIR)$(libsubincludedir)"
504 @$(am__vpath_adj_setup) \
505 list='$(nobase_libsubinclude_HEADERS)'; for p in $$list; do \
506 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
507 $(am__vpath_adj) \
508 echo " $(nobase_libsubincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libsubincludedir)/$$f'"; \
509 $(nobase_libsubincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libsubincludedir)/$$f"; \
510 done
512 uninstall-nobase_libsubincludeHEADERS:
513 @$(NORMAL_UNINSTALL)
514 @$(am__vpath_adj_setup) \
515 list='$(nobase_libsubinclude_HEADERS)'; for p in $$list; do \
516 $(am__vpath_adj) \
517 echo " rm -f '$(DESTDIR)$(libsubincludedir)/$$f'"; \
518 rm -f "$(DESTDIR)$(libsubincludedir)/$$f"; \
519 done
521 # This directory's subdirectories are mostly independent; you can cd
522 # into them and run `make' without going through this Makefile.
523 # To change the values of `make' variables: instead of editing Makefiles,
524 # (1) if the variable is set in `config.status', edit `config.status'
525 # (which will cause the Makefiles to be regenerated when you run `make');
526 # (2) otherwise, pass the desired values on the `make' command line.
527 $(RECURSIVE_TARGETS):
528 @failcom='exit 1'; \
529 for f in x $$MAKEFLAGS; do \
530 case $$f in \
531 *=* | --[!k]*);; \
532 *k*) failcom='fail=yes';; \
533 esac; \
534 done; \
535 dot_seen=no; \
536 target=`echo $@ | sed s/-recursive//`; \
537 list='$(SUBDIRS)'; for subdir in $$list; do \
538 echo "Making $$target in $$subdir"; \
539 if test "$$subdir" = "."; then \
540 dot_seen=yes; \
541 local_target="$$target-am"; \
542 else \
543 local_target="$$target"; \
544 fi; \
545 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
546 || eval $$failcom; \
547 done; \
548 if test "$$dot_seen" = "no"; then \
549 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
550 fi; test -z "$$fail"
552 mostlyclean-recursive clean-recursive distclean-recursive \
553 maintainer-clean-recursive:
554 @failcom='exit 1'; \
555 for f in x $$MAKEFLAGS; do \
556 case $$f in \
557 *=* | --[!k]*);; \
558 *k*) failcom='fail=yes';; \
559 esac; \
560 done; \
561 dot_seen=no; \
562 case "$@" in \
563 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
564 *) list='$(SUBDIRS)' ;; \
565 esac; \
566 rev=''; for subdir in $$list; do \
567 if test "$$subdir" = "."; then :; else \
568 rev="$$subdir $$rev"; \
569 fi; \
570 done; \
571 rev="$$rev ."; \
572 target=`echo $@ | sed s/-recursive//`; \
573 for subdir in $$rev; do \
574 echo "Making $$target in $$subdir"; \
575 if test "$$subdir" = "."; then \
576 local_target="$$target-am"; \
577 else \
578 local_target="$$target"; \
579 fi; \
580 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
581 || eval $$failcom; \
582 done && test -z "$$fail"
583 tags-recursive:
584 list='$(SUBDIRS)'; for subdir in $$list; do \
585 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
586 done
587 ctags-recursive:
588 list='$(SUBDIRS)'; for subdir in $$list; do \
589 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
590 done
592 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
593 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
594 unique=`for i in $$list; do \
595 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
596 done | \
597 $(AWK) ' { files[$$0] = 1; } \
598 END { for (i in files) print i; }'`; \
599 mkid -fID $$unique
600 tags: TAGS
602 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
603 $(TAGS_FILES) $(LISP)
604 tags=; \
605 here=`pwd`; \
606 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
607 include_option=--etags-include; \
608 empty_fix=.; \
609 else \
610 include_option=--include; \
611 empty_fix=; \
612 fi; \
613 list='$(SUBDIRS)'; for subdir in $$list; do \
614 if test "$$subdir" = .; then :; else \
615 test ! -f $$subdir/TAGS || \
616 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
617 fi; \
618 done; \
619 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
620 unique=`for i in $$list; do \
621 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
622 done | \
623 $(AWK) ' { files[$$0] = 1; } \
624 END { for (i in files) print i; }'`; \
625 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
626 test -n "$$unique" || unique=$$empty_fix; \
627 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
628 $$tags $$unique; \
630 ctags: CTAGS
631 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
632 $(TAGS_FILES) $(LISP)
633 tags=; \
634 here=`pwd`; \
635 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
636 unique=`for i in $$list; do \
637 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
638 done | \
639 $(AWK) ' { files[$$0] = 1; } \
640 END { for (i in files) print i; }'`; \
641 test -z "$(CTAGS_ARGS)$$tags$$unique" \
642 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
643 $$tags $$unique
645 GTAGS:
646 here=`$(am__cd) $(top_builddir) && pwd` \
647 && cd $(top_srcdir) \
648 && gtags -i $(GTAGS_ARGS) $$here
650 distclean-tags:
651 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
653 distdir: $(DISTFILES)
654 $(am__remove_distdir)
655 mkdir $(distdir)
656 $(mkdir_p) $(distdir)/.. $(distdir)/../config $(distdir)/testsuite
657 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
658 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
659 list='$(DISTFILES)'; for file in $$list; do \
660 case $$file in \
661 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
662 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
663 esac; \
664 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
665 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
666 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
667 dir="/$$dir"; \
668 $(mkdir_p) "$(distdir)$$dir"; \
669 else \
670 dir=''; \
671 fi; \
672 if test -d $$d/$$file; then \
673 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
674 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
675 fi; \
676 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
677 else \
678 test -f $(distdir)/$$file \
679 || cp -p $$d/$$file $(distdir)/$$file \
680 || exit 1; \
681 fi; \
682 done
683 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
684 if test "$$subdir" = .; then :; else \
685 test -d "$(distdir)/$$subdir" \
686 || $(mkdir_p) "$(distdir)/$$subdir" \
687 || exit 1; \
688 distdir=`$(am__cd) $(distdir) && pwd`; \
689 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
690 (cd $$subdir && \
691 $(MAKE) $(AM_MAKEFLAGS) \
692 top_distdir="$$top_distdir" \
693 distdir="$$distdir/$$subdir" \
694 distdir) \
695 || exit 1; \
696 fi; \
697 done
698 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
699 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
700 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
701 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
702 || chmod -R a+r $(distdir)
703 dist-gzip: distdir
704 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
705 $(am__remove_distdir)
707 dist-bzip2: distdir
708 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
709 $(am__remove_distdir)
711 dist-tarZ: distdir
712 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
713 $(am__remove_distdir)
715 dist-shar: distdir
716 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
717 $(am__remove_distdir)
719 dist-zip: distdir
720 -rm -f $(distdir).zip
721 zip -rq $(distdir).zip $(distdir)
722 $(am__remove_distdir)
724 dist dist-all: distdir
725 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
726 $(am__remove_distdir)
728 # This target untars the dist file and tries a VPATH configuration. Then
729 # it guarantees that the distribution is self-contained by making another
730 # tarfile.
731 distcheck: dist
732 case '$(DIST_ARCHIVES)' in \
733 *.tar.gz*) \
734 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
735 *.tar.bz2*) \
736 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
737 *.tar.Z*) \
738 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
739 *.shar.gz*) \
740 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
741 *.zip*) \
742 unzip $(distdir).zip ;;\
743 esac
744 chmod -R a-w $(distdir); chmod a+w $(distdir)
745 mkdir $(distdir)/_build
746 mkdir $(distdir)/_inst
747 chmod a-w $(distdir)
748 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
749 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
750 && cd $(distdir)/_build \
751 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
752 $(DISTCHECK_CONFIGURE_FLAGS) \
753 && $(MAKE) $(AM_MAKEFLAGS) \
754 && $(MAKE) $(AM_MAKEFLAGS) dvi \
755 && $(MAKE) $(AM_MAKEFLAGS) check \
756 && $(MAKE) $(AM_MAKEFLAGS) install \
757 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
758 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
759 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
760 distuninstallcheck \
761 && chmod -R a-w "$$dc_install_base" \
762 && ({ \
763 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
764 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
765 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
766 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
767 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
768 } || { rm -rf "$$dc_destdir"; exit 1; }) \
769 && rm -rf "$$dc_destdir" \
770 && $(MAKE) $(AM_MAKEFLAGS) dist \
771 && rm -rf $(DIST_ARCHIVES) \
772 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
773 $(am__remove_distdir)
774 @(echo "$(distdir) archives ready for distribution: "; \
775 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
776 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
777 distuninstallcheck:
778 @cd $(distuninstallcheck_dir) \
779 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
780 || { echo "ERROR: files left after uninstall:" ; \
781 if test -n "$(DESTDIR)"; then \
782 echo " (check DESTDIR support)"; \
783 fi ; \
784 $(distuninstallcheck_listfiles) ; \
785 exit 1; } >&2
786 distcleancheck: distclean
787 @if test '$(srcdir)' = . ; then \
788 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
789 exit 1 ; \
791 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
792 || { echo "ERROR: files left in build directory after distclean:" ; \
793 $(distcleancheck_listfiles) ; \
794 exit 1; } >&2
795 check-am: all-am
796 check: check-recursive
797 all-am: Makefile $(LTLIBRARIES) all-multi $(HEADERS) config.h
798 installdirs: installdirs-recursive
799 installdirs-am:
800 for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(libsubincludedir)"; do \
801 test -z "$$dir" || $(mkdir_p) "$$dir"; \
802 done
803 install: install-recursive
804 install-exec: install-exec-recursive
805 install-data: install-data-recursive
806 uninstall: uninstall-recursive
808 install-am: all-am
809 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
811 installcheck: installcheck-recursive
812 install-strip:
813 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
814 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
815 `test -z '$(STRIP)' || \
816 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
817 mostlyclean-generic:
819 clean-generic:
821 distclean-generic:
822 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
824 maintainer-clean-generic:
825 @echo "This command is intended for maintainers to use"
826 @echo "it deletes files that may require special tools to rebuild."
827 clean: clean-multi clean-recursive
829 clean-am: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \
830 mostlyclean-am
832 distclean: distclean-multi distclean-recursive
833 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
834 -rm -rf ./$(DEPDIR)
835 -rm -f Makefile
836 distclean-am: clean-am distclean-compile distclean-generic \
837 distclean-hdr distclean-libtool distclean-tags
839 dvi: dvi-recursive
841 dvi-am:
843 html: html-recursive
845 info: info-recursive
847 info-am:
849 install-data-am: install-nobase_libsubincludeHEADERS
851 install-exec-am: install-multi install-toolexeclibLTLIBRARIES
853 install-info: install-info-recursive
855 install-man:
857 installcheck-am:
859 maintainer-clean: maintainer-clean-multi maintainer-clean-recursive
860 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
861 -rm -rf $(top_srcdir)/autom4te.cache
862 -rm -rf ./$(DEPDIR)
863 -rm -f Makefile
864 maintainer-clean-am: distclean-am maintainer-clean-generic
866 mostlyclean: mostlyclean-multi mostlyclean-recursive
868 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
869 mostlyclean-libtool
871 pdf: pdf-recursive
873 pdf-am:
875 ps: ps-recursive
877 ps-am:
879 uninstall-am: uninstall-info-am uninstall-nobase_libsubincludeHEADERS \
880 uninstall-toolexeclibLTLIBRARIES
882 uninstall-info: uninstall-info-recursive
884 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am all-multi \
885 am--refresh check check-am clean clean-generic clean-libtool \
886 clean-multi clean-recursive clean-toolexeclibLTLIBRARIES ctags \
887 ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \
888 dist-tarZ dist-zip distcheck distclean distclean-compile \
889 distclean-generic distclean-hdr distclean-libtool \
890 distclean-multi distclean-recursive distclean-tags \
891 distcleancheck distdir distuninstallcheck dvi dvi-am html \
892 html-am info info-am install install-am install-data \
893 install-data-am install-exec install-exec-am install-info \
894 install-info-am install-man install-multi \
895 install-nobase_libsubincludeHEADERS install-strip \
896 install-toolexeclibLTLIBRARIES installcheck installcheck-am \
897 installdirs installdirs-am maintainer-clean \
898 maintainer-clean-generic maintainer-clean-multi \
899 maintainer-clean-recursive mostlyclean mostlyclean-compile \
900 mostlyclean-generic mostlyclean-libtool mostlyclean-multi \
901 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
902 uninstall uninstall-am uninstall-info-am \
903 uninstall-nobase_libsubincludeHEADERS \
904 uninstall-toolexeclibLTLIBRARIES
907 # No install-html or install-pdf support in automake yet
908 .PHONY: install-html install-pdf
909 install-html:
910 install-pdf:
911 # Tell versions [3.59,3.63) of GNU make to not export all variables.
912 # Otherwise a system limit (for SysV at least) may be exceeded.
913 .NOEXPORT: