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