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