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