aboutsummaryrefslogtreecommitdiff
path: root/libmudflap/Makefile.in
diff options
context:
space:
mode:
authorfche <fche@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-04 20:12:01 +0000
committerfche <fche@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-04 20:12:01 +0000
commit8981aed2e88666a3668271f54391f9266c4c80bb (patch)
treed248b4bcf141c1cec13d21a71e4945815f2ccb44 /libmudflap/Makefile.in
parentcb05e3765b01db36c7d8dbd8536ebfe27ec39d1c (diff)
2004-06-04 Frank Ch. Eigler <fche@redhat.com>
Portability improvements, e.g., libmudflap/15293. * configure.in: Look for glibc extension functions. Look for support of -f{function,data}-sections. Look for more headers. Create testsuite/mfconfig.exp. Correct more "test x.." thinkos. * Makefile.am: Use $(SECTION_FLAGS). Collapse piecemeal-compiled mf-hooks* into usual single object per source. * mf-hooks*.c: Remove all #if WRAP_foo conditionals. * mf-hooks2.c: #include a bunch more system headers. Define strnlen if system doesn't provide one. * mf-hooks3.c (struct pthread_info): Add stack_*_alloc fields. (pthread_create): Use it to properly GC dead thread stacks. * mf-runtime.c (__mf_violation): Correct snprintf type warning. * testsuite/Makefile.am: Stop generating site.exp. * testsuite/mfconfig.exp.in: New file. * testsuite/config/default.exp: Load new mfconfig.exp. * testsuite/lib/libmudflap.exp (libmudflap-init): Add extra libraries. (prune_gcc_output): Add glibc static linking warnings. * testsuite/libmudflap.*/*frags.exp: Enumerate needed -lmudflap* libs. * testsuite/libmudflap.c/pass46-frag.c: Ditto. * configure, Makefile, aclocal.m4, config.h.in, testsuite/Makefile.in: Regenerated with autoconf 2.57 and automake 1.7. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82632 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libmudflap/Makefile.in')
-rw-r--r--libmudflap/Makefile.in743
1 files changed, 193 insertions, 550 deletions
diff --git a/libmudflap/Makefile.in b/libmudflap/Makefile.in
index f472f65f3a1..2e32743fb6a 100644
--- a/libmudflap/Makefile.in
+++ b/libmudflap/Makefile.in
@@ -1,8 +1,8 @@
-# Makefile.in generated by automake 1.8.5 from Makefile.am.
+# Makefile.in generated by automake 1.7.8 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004 Free Software Foundation, Inc.
+# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+# Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -14,9 +14,6 @@
@SET_MAKE@
-
-SOURCES = $(libmudflap_la_SOURCES) $(libmudflapth_la_SOURCES)
-
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
@@ -24,6 +21,7 @@ pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = .
+
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
INSTALL = @INSTALL@
install_sh_DATA = $(install_sh) -c -m 644
@@ -40,144 +38,6 @@ POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
target_triplet = @target@
-DIST_COMMON = $(am__configure_deps) $(include_HEADERS) \
- $(srcdir)/../config.guess $(srcdir)/../config.sub \
- $(srcdir)/../depcomp $(srcdir)/../install-sh \
- $(srcdir)/../ltmain.sh $(srcdir)/../missing \
- $(srcdir)/../mkinstalldirs $(srcdir)/Makefile.am \
- $(srcdir)/Makefile.in $(srcdir)/config.h.in \
- $(srcdir)/mf-runtime.h.in $(top_srcdir)/configure ChangeLog
-subdir = .
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
- $(top_srcdir)/configure.in
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- $(ACLOCAL_M4)
-am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
- configure.lineno configure.status.lineno
-mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
-CONFIG_HEADER = config.h
-CONFIG_CLEAN_FILES = mf-runtime.h
-am__installdirs = "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(includedir)"
-toolexeclibLTLIBRARIES_INSTALL = $(INSTALL)
-LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
-am__DEPENDENCIES_1 = malloc-hook.lo free-hook.lo calloc-hook.lo \
- realloc-hook.lo mmap-hook.lo munmap-hook.lo alloca-hook.lo
-am__DEPENDENCIES_2 = memcpy-hook.lo memmove-hook.lo memset-hook.lo \
- memcmp-hook.lo memchr-hook.lo memrchr-hook.lo strcpy-hook.lo \
- strncpy-hook.lo strcat-hook.lo strncat-hook.lo strcmp-hook.lo \
- strcasecmp-hook.lo strncmp-hook.lo strncasecmp-hook.lo \
- strdup-hook.lo strndup-hook.lo strchr-hook.lo strrchr-hook.lo \
- strstr-hook.lo memmem-hook.lo strlen-hook.lo strnlen-hook.lo \
- bzero-hook.lo bcopy-hook.lo bcmp-hook.lo index-hook.lo \
- rindex-hook.lo asctime-hook.lo ctime-hook.lo gmtime-hook.lo \
- localtime-hook.lo time-hook.lo strerror-hook.lo fopen-hook.lo \
- fclose-hook.lo fread-hook.lo fwrite-hook.lo fgetc-hook.lo \
- fgets-hook.lo getc-hook.lo gets-hook.lo ungetc-hook.lo \
- fputc-hook.lo fputs-hook.lo putc-hook.lo puts-hook.lo \
- clearerr-hook.lo feof-hook.lo ferror-hook.lo fileno-hook.lo \
- printf-hook.lo fprintf-hook.lo sprintf-hook.lo \
- snprintf-hook.lo vprintf-hook.lo vfprintf-hook.lo \
- vsprintf-hook.lo vsnprintf-hook.lo access-hook.lo \
- remove-hook.lo fflush-hook.lo fseek-hook.lo ftell-hook.lo \
- rewind-hook.lo fgetpos-hook.lo fsetpos-hook.lo stat-hook.lo \
- fstat-hook.lo lstat-hook.lo mkfifo-hook.lo setvbuf-hook.lo \
- setbuf-hook.lo opendir-hook.lo closedir-hook.lo \
- readdir-hook.lo recv-hook.lo recvfrom-hook.lo recvmsg-hook.lo \
- send-hook.lo sendto-hook.lo sendmsg-hook.lo setsockopt-hook.lo \
- getsockopt-hook.lo accept-hook.lo bind-hook.lo connect-hook.lo \
- gethostname-hook.lo sethostname-hook.lo gethostbyname-hook.lo \
- wait-hook.lo waitpid-hook.lo popen-hook.lo pclose-hook.lo \
- execve-hook.lo execv-hook.lo execvp-hook.lo system-hook.lo \
- dlopen-hook.lo dlerror-hook.lo dlsym-hook.lo dlclose-hook.lo \
- fopen64-hook.lo stat64-hook.lo fseeko64-hook.lo \
- ftello64-hook.lo semop-hook.lo semctl-hook.lo shmctl-hook.lo \
- shmat-hook.lo shmdt-hook.lo
-am__DEPENDENCIES_3 =
-am_libmudflap_la_OBJECTS = mf-runtime.lo mf-heuristics.lo
-libmudflap_la_OBJECTS = $(am_libmudflap_la_OBJECTS)
-am__DEPENDENCIES_4 = pth/malloc-hook.lo pth/free-hook.lo \
- pth/calloc-hook.lo pth/realloc-hook.lo pth/mmap-hook.lo \
- pth/munmap-hook.lo pth/alloca-hook.lo
-am__DEPENDENCIES_5 = pth/memcpy-hook.lo pth/memmove-hook.lo \
- pth/memset-hook.lo pth/memcmp-hook.lo pth/memchr-hook.lo \
- pth/memrchr-hook.lo pth/strcpy-hook.lo pth/strncpy-hook.lo \
- pth/strcat-hook.lo pth/strncat-hook.lo pth/strcmp-hook.lo \
- pth/strcasecmp-hook.lo pth/strncmp-hook.lo \
- pth/strncasecmp-hook.lo pth/strdup-hook.lo pth/strndup-hook.lo \
- pth/strchr-hook.lo pth/strrchr-hook.lo pth/strstr-hook.lo \
- pth/memmem-hook.lo pth/strlen-hook.lo pth/strnlen-hook.lo \
- pth/bzero-hook.lo pth/bcopy-hook.lo pth/bcmp-hook.lo \
- pth/index-hook.lo pth/rindex-hook.lo pth/asctime-hook.lo \
- pth/ctime-hook.lo pth/gmtime-hook.lo pth/localtime-hook.lo \
- pth/time-hook.lo pth/strerror-hook.lo pth/fopen-hook.lo \
- pth/fclose-hook.lo pth/fread-hook.lo pth/fwrite-hook.lo \
- pth/fgetc-hook.lo pth/fgets-hook.lo pth/getc-hook.lo \
- pth/gets-hook.lo pth/ungetc-hook.lo pth/fputc-hook.lo \
- pth/fputs-hook.lo pth/putc-hook.lo pth/puts-hook.lo \
- pth/clearerr-hook.lo pth/feof-hook.lo pth/ferror-hook.lo \
- pth/fileno-hook.lo pth/printf-hook.lo pth/fprintf-hook.lo \
- pth/sprintf-hook.lo pth/snprintf-hook.lo pth/vprintf-hook.lo \
- pth/vfprintf-hook.lo pth/vsprintf-hook.lo \
- pth/vsnprintf-hook.lo pth/access-hook.lo pth/remove-hook.lo \
- pth/fflush-hook.lo pth/fseek-hook.lo pth/ftell-hook.lo \
- pth/rewind-hook.lo pth/fgetpos-hook.lo pth/fsetpos-hook.lo \
- pth/stat-hook.lo pth/fstat-hook.lo pth/lstat-hook.lo \
- pth/mkfifo-hook.lo pth/setvbuf-hook.lo pth/setbuf-hook.lo \
- pth/opendir-hook.lo pth/closedir-hook.lo pth/readdir-hook.lo \
- pth/recv-hook.lo pth/recvfrom-hook.lo pth/recvmsg-hook.lo \
- pth/send-hook.lo pth/sendto-hook.lo pth/sendmsg-hook.lo \
- pth/setsockopt-hook.lo pth/getsockopt-hook.lo \
- pth/accept-hook.lo pth/bind-hook.lo pth/connect-hook.lo \
- pth/gethostname-hook.lo pth/sethostname-hook.lo \
- pth/gethostbyname-hook.lo pth/wait-hook.lo pth/waitpid-hook.lo \
- pth/popen-hook.lo pth/pclose-hook.lo pth/execve-hook.lo \
- pth/execv-hook.lo pth/execvp-hook.lo pth/system-hook.lo \
- pth/dlopen-hook.lo pth/dlerror-hook.lo pth/dlsym-hook.lo \
- pth/dlclose-hook.lo pth/fopen64-hook.lo pth/stat64-hook.lo \
- pth/fseeko64-hook.lo pth/ftello64-hook.lo pth/semop-hook.lo \
- pth/semctl-hook.lo pth/shmctl-hook.lo pth/shmat-hook.lo \
- pth/shmdt-hook.lo
-am__DEPENDENCIES_6 = pth/pthreadstuff-hook.lo
-am_libmudflapth_la_OBJECTS =
-libmudflapth_la_OBJECTS = $(am_libmudflapth_la_OBJECTS)
-DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
-depcomp = $(SHELL) $(top_srcdir)/../depcomp
-am__depfiles_maybe = depfiles
-@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/mf-heuristics.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/mf-runtime.Plo
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
- $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
- $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
- $(AM_CFLAGS) $(CFLAGS)
-CCLD = $(CC)
-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
-SOURCES = $(libmudflap_la_SOURCES) $(libmudflapth_la_SOURCES)
-DIST_SOURCES = $(libmudflap_la_SOURCES) $(libmudflapth_la_SOURCES)
-RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
- html-recursive info-recursive install-data-recursive \
- install-exec-recursive install-info-recursive \
- install-recursive installcheck-recursive installdirs-recursive \
- pdf-recursive ps-recursive uninstall-info-recursive \
- uninstall-recursive
-includeHEADERS_INSTALL = $(INSTALL_HEADER)
-HEADERS = $(include_HEADERS)
-ETAGS = etags
-CTAGS = ctags
-DIST_SUBDIRS = $(SUBDIRS)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-distdir = $(PACKAGE)-$(VERSION)
-top_distdir = $(distdir)
-am__remove_distdir = \
- { test ! -d $(distdir) \
- || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
- && rm -fr $(distdir); }; }
-DIST_ARCHIVES = $(distdir).tar.gz
-GZIP_ENV = --best
-distuninstallcheck_listfiles = find . -type f -print
-distcleancheck_listfiles = find . -type f -print
ACLOCAL = @ACLOCAL@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
@@ -226,6 +86,8 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
RANLIB = @RANLIB@
+
+SECTION_FLAGS = @SECTION_FLAGS@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
@@ -243,6 +105,7 @@ bindir = @bindir@
build = @build@
build_alias = @build_alias@
build_cpu = @build_cpu@
+build_libmudflapth = @build_libmudflapth@
build_os = @build_os@
build_vendor = @build_vendor@
datadir = @datadir@
@@ -263,7 +126,6 @@ libexecdir = @libexecdir@
libtool_VERSION = @libtool_VERSION@
localstatedir = @localstatedir@
mandir = @mandir@
-mkdir_p = @mkdir_p@
multi_basedir = @multi_basedir@
oldincludedir = @oldincludedir@
prefix = @prefix@
@@ -278,271 +140,34 @@ target_os = @target_os@
target_vendor = @target_vendor@
toolexecdir = @toolexecdir@
toolexeclibdir = @toolexeclibdir@
+
AUTOMAKE_OPTIONS = 1.3 foreign
MAINT_CHARSET = latin1
SUBDIRS = testsuite
-AM_CFLAGS = -Wall
-@LIBMUDFLAPTH_FALSE@libmudflapth =
+AM_CFLAGS = -Wall $(SECTION_FLAGS)
+
@LIBMUDFLAPTH_TRUE@libmudflapth = libmudflapth.la
+@LIBMUDFLAPTH_FALSE@libmudflapth =
+
toolexeclib_LTLIBRARIES = libmudflap.la $(libmudflapth)
include_HEADERS = mf-runtime.h
+
libmudflap_la_SOURCES = \
mf-runtime.c \
- mf-heuristics.c
-
-HOOK1OBJS = \
- malloc-hook.lo \
- free-hook.lo \
- calloc-hook.lo \
- realloc-hook.lo \
- mmap-hook.lo \
- munmap-hook.lo \
- alloca-hook.lo
-
-HOOK2OBJS = \
- memcpy-hook.lo \
- memmove-hook.lo \
- memset-hook.lo \
- memcmp-hook.lo \
- memchr-hook.lo \
- memrchr-hook.lo \
- strcpy-hook.lo \
- strncpy-hook.lo \
- strcat-hook.lo \
- strncat-hook.lo \
- strcmp-hook.lo \
- strcasecmp-hook.lo \
- strncmp-hook.lo \
- strncasecmp-hook.lo \
- strdup-hook.lo \
- strndup-hook.lo \
- strchr-hook.lo \
- strrchr-hook.lo \
- strstr-hook.lo \
- memmem-hook.lo \
- strlen-hook.lo \
- strnlen-hook.lo \
- bzero-hook.lo \
- bcopy-hook.lo \
- bcmp-hook.lo \
- index-hook.lo \
- rindex-hook.lo \
- asctime-hook.lo \
- ctime-hook.lo \
- gmtime-hook.lo \
- localtime-hook.lo \
- time-hook.lo \
- strerror-hook.lo \
- fopen-hook.lo \
- fclose-hook.lo \
- fread-hook.lo \
- fwrite-hook.lo \
- fgetc-hook.lo \
- fgets-hook.lo \
- getc-hook.lo \
- gets-hook.lo \
- ungetc-hook.lo \
- fputc-hook.lo \
- fputs-hook.lo \
- putc-hook.lo \
- puts-hook.lo \
- clearerr-hook.lo \
- feof-hook.lo \
- ferror-hook.lo \
- fileno-hook.lo \
- printf-hook.lo \
- fprintf-hook.lo \
- sprintf-hook.lo \
- snprintf-hook.lo \
- vprintf-hook.lo \
- vfprintf-hook.lo \
- vsprintf-hook.lo \
- vsnprintf-hook.lo \
- access-hook.lo \
- remove-hook.lo \
- fflush-hook.lo \
- fseek-hook.lo \
- ftell-hook.lo \
- rewind-hook.lo \
- fgetpos-hook.lo \
- fsetpos-hook.lo \
- stat-hook.lo \
- fstat-hook.lo \
- lstat-hook.lo \
- mkfifo-hook.lo \
- setvbuf-hook.lo \
- setbuf-hook.lo \
- opendir-hook.lo \
- closedir-hook.lo \
- readdir-hook.lo \
- recv-hook.lo \
- recvfrom-hook.lo \
- recvmsg-hook.lo \
- send-hook.lo \
- sendto-hook.lo \
- sendmsg-hook.lo \
- setsockopt-hook.lo \
- getsockopt-hook.lo \
- accept-hook.lo \
- bind-hook.lo \
- connect-hook.lo \
- gethostname-hook.lo \
- sethostname-hook.lo \
- gethostbyname-hook.lo \
- wait-hook.lo \
- waitpid-hook.lo \
- popen-hook.lo \
- pclose-hook.lo \
- execve-hook.lo \
- execv-hook.lo \
- execvp-hook.lo \
- system-hook.lo \
- dlopen-hook.lo \
- dlerror-hook.lo \
- dlsym-hook.lo \
- dlclose-hook.lo \
- fopen64-hook.lo \
- stat64-hook.lo \
- fseeko64-hook.lo \
- ftello64-hook.lo \
- semop-hook.lo \
- semctl-hook.lo \
- shmctl-hook.lo \
- shmat-hook.lo \
- shmdt-hook.lo
-
-HOOK3OBJS =
-
-# Hook objects only for libmudflapth use
-PTHHOOK1OBJS = \
- pth/malloc-hook.lo \
- pth/free-hook.lo \
- pth/calloc-hook.lo \
- pth/realloc-hook.lo \
- pth/mmap-hook.lo \
- pth/munmap-hook.lo \
- pth/alloca-hook.lo
-
-PTHHOOK2OBJS = \
- pth/memcpy-hook.lo \
- pth/memmove-hook.lo \
- pth/memset-hook.lo \
- pth/memcmp-hook.lo \
- pth/memchr-hook.lo \
- pth/memrchr-hook.lo \
- pth/strcpy-hook.lo \
- pth/strncpy-hook.lo \
- pth/strcat-hook.lo \
- pth/strncat-hook.lo \
- pth/strcmp-hook.lo \
- pth/strcasecmp-hook.lo \
- pth/strncmp-hook.lo \
- pth/strncasecmp-hook.lo \
- pth/strdup-hook.lo \
- pth/strndup-hook.lo \
- pth/strchr-hook.lo \
- pth/strrchr-hook.lo \
- pth/strstr-hook.lo \
- pth/memmem-hook.lo \
- pth/strlen-hook.lo \
- pth/strnlen-hook.lo \
- pth/bzero-hook.lo \
- pth/bcopy-hook.lo \
- pth/bcmp-hook.lo \
- pth/index-hook.lo \
- pth/rindex-hook.lo \
- pth/asctime-hook.lo \
- pth/ctime-hook.lo \
- pth/gmtime-hook.lo \
- pth/localtime-hook.lo \
- pth/time-hook.lo \
- pth/strerror-hook.lo \
- pth/fopen-hook.lo \
- pth/fclose-hook.lo \
- pth/fread-hook.lo \
- pth/fwrite-hook.lo \
- pth/fgetc-hook.lo \
- pth/fgets-hook.lo \
- pth/getc-hook.lo \
- pth/gets-hook.lo \
- pth/ungetc-hook.lo \
- pth/fputc-hook.lo \
- pth/fputs-hook.lo \
- pth/putc-hook.lo \
- pth/puts-hook.lo \
- pth/clearerr-hook.lo \
- pth/feof-hook.lo \
- pth/ferror-hook.lo \
- pth/fileno-hook.lo \
- pth/printf-hook.lo \
- pth/fprintf-hook.lo \
- pth/sprintf-hook.lo \
- pth/snprintf-hook.lo \
- pth/vprintf-hook.lo \
- pth/vfprintf-hook.lo \
- pth/vsprintf-hook.lo \
- pth/vsnprintf-hook.lo \
- pth/access-hook.lo \
- pth/remove-hook.lo \
- pth/fflush-hook.lo \
- pth/fseek-hook.lo \
- pth/ftell-hook.lo \
- pth/rewind-hook.lo \
- pth/fgetpos-hook.lo \
- pth/fsetpos-hook.lo \
- pth/stat-hook.lo \
- pth/fstat-hook.lo \
- pth/lstat-hook.lo \
- pth/mkfifo-hook.lo \
- pth/setvbuf-hook.lo \
- pth/setbuf-hook.lo \
- pth/opendir-hook.lo \
- pth/closedir-hook.lo \
- pth/readdir-hook.lo \
- pth/recv-hook.lo \
- pth/recvfrom-hook.lo \
- pth/recvmsg-hook.lo \
- pth/send-hook.lo \
- pth/sendto-hook.lo \
- pth/sendmsg-hook.lo \
- pth/setsockopt-hook.lo \
- pth/getsockopt-hook.lo \
- pth/accept-hook.lo \
- pth/bind-hook.lo \
- pth/connect-hook.lo \
- pth/gethostname-hook.lo \
- pth/sethostname-hook.lo \
- pth/gethostbyname-hook.lo \
- pth/wait-hook.lo \
- pth/waitpid-hook.lo \
- pth/popen-hook.lo \
- pth/pclose-hook.lo \
- pth/execve-hook.lo \
- pth/execv-hook.lo \
- pth/execvp-hook.lo \
- pth/system-hook.lo \
- pth/dlopen-hook.lo \
- pth/dlerror-hook.lo \
- pth/dlsym-hook.lo \
- pth/dlclose-hook.lo \
- pth/fopen64-hook.lo \
- pth/stat64-hook.lo \
- pth/fseeko64-hook.lo \
- pth/ftello64-hook.lo \
- pth/semop-hook.lo \
- pth/semctl-hook.lo \
- pth/shmctl-hook.lo \
- pth/shmat-hook.lo \
- pth/shmdt-hook.lo
-
-PTHHOOK3OBJS = \
- pth/pthreadstuff-hook.lo
+ mf-heuristics.c \
+ mf-hooks1.c \
+ mf-hooks2.c
-libmudflapth_la_SOURCES =
-libmudflap_la_LIBADD = $(HOOK1OBJS) $(HOOK2OBJS) $(HOOK3OBJS)
+libmudflap_la_LIBADD =
libmudflap_la_DEPENDENCIES = $(libmudflap_la_LIBADD)
-libmudflapth_la_LIBADD = pth/mf-runtime.lo pth/mf-heuristics.lo \
- $(PTHHOOK1OBJS) $(PTHHOOK2OBJS) $(PTHHOOK3OBJS)
+
+libmudflapth_la_SOURCES =
+libmudflapth_la_LIBADD = \
+ pth/mf-runtime.lo \
+ pth/mf-heuristics.lo \
+ pth/mf-hooks1.lo \
+ pth/mf-hooks2.lo \
+ pth/mf-hooks3.lo
libmudflapth_la_DEPENDENCIES = $(libmudflapth_la_LIBADD)
@@ -588,6 +213,7 @@ AM_MAKEFLAGS = \
"RANLIB=$(RANLIB)" \
"DESTDIR=$(DESTDIR)"
+
MAKEOVERRIDES =
# Multilib support variables.
@@ -597,43 +223,71 @@ MULTIDIRS =
MULTISUBDIR =
MULTIDO = true
MULTICLEAN = true
+subdir = .
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
+CONFIG_HEADER = config.h
+CONFIG_CLEAN_FILES = mf-runtime.h
+LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
+
+libmudflap_la_LDFLAGS =
+am_libmudflap_la_OBJECTS = mf-runtime.lo mf-heuristics.lo mf-hooks1.lo \
+ mf-hooks2.lo
+libmudflap_la_OBJECTS = $(am_libmudflap_la_OBJECTS)
+libmudflapth_la_LDFLAGS =
+am_libmudflapth_la_OBJECTS =
+libmudflapth_la_OBJECTS = $(am_libmudflapth_la_OBJECTS)
+
+DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
+depcomp = $(SHELL) $(top_srcdir)/../depcomp
+am__depfiles_maybe = depfiles
+@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/mf-heuristics.Plo \
+@AMDEP_TRUE@ ./$(DEPDIR)/mf-hooks1.Plo ./$(DEPDIR)/mf-hooks2.Plo \
+@AMDEP_TRUE@ ./$(DEPDIR)/mf-runtime.Plo
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
+ $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+CCLD = $(CC)
+LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+ $(AM_LDFLAGS) $(LDFLAGS) -o $@
+DIST_SOURCES = $(libmudflap_la_SOURCES) $(libmudflapth_la_SOURCES)
+HEADERS = $(include_HEADERS)
+
+
+RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
+ ps-recursive install-info-recursive uninstall-info-recursive \
+ all-recursive install-data-recursive install-exec-recursive \
+ installdirs-recursive install-recursive uninstall-recursive \
+ check-recursive installcheck-recursive
+DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.in \
+ $(srcdir)/configure ../config.guess ../config.sub ../depcomp \
+ ../install-sh ../ltmain.sh ../missing ../mkinstalldirs \
+ ChangeLog Makefile.am acinclude.m4 aclocal.m4 config.h.in \
+ configure configure.in mf-runtime.h.in
+DIST_SUBDIRS = $(SUBDIRS)
+SOURCES = $(libmudflap_la_SOURCES) $(libmudflapth_la_SOURCES)
+
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive
.SUFFIXES:
.SUFFIXES: .c .lo .o .obj
-am--refresh:
- @:
-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
- @for dep in $?; do \
- case '$(am__configure_deps)' in \
- *$$dep*) \
- echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
- cd $(srcdir) && $(AUTOMAKE) --foreign \
- && exit 0; \
- exit 1;; \
- esac; \
- done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
+
+am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
+ configure.lineno
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
cd $(top_srcdir) && \
$(AUTOMAKE) --foreign Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- @case '$?' in \
- *config.status*) \
- echo ' $(SHELL) ./config.status'; \
- $(SHELL) ./config.status;; \
- *) \
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
- cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
- esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- $(SHELL) ./config.status --recheck
+Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
+ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
-$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ $(SHELL) ./config.status --recheck
+$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
cd $(srcdir) && $(AUTOCONF)
-$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
config.h: stamp-h1
@@ -645,23 +299,24 @@ config.h: stamp-h1
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
@rm -f stamp-h1
cd $(top_builddir) && $(SHELL) ./config.status config.h
-$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+
+$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.in $(ACLOCAL_M4)
cd $(top_srcdir) && $(AUTOHEADER)
- rm -f stamp-h1
- touch $@
+ touch $(srcdir)/config.h.in
distclean-hdr:
-rm -f config.h stamp-h1
-mf-runtime.h: $(top_builddir)/config.status $(srcdir)/mf-runtime.h.in
+mf-runtime.h: $(top_builddir)/config.status mf-runtime.h.in
cd $(top_builddir) && $(SHELL) ./config.status $@
+toolexeclibLTLIBRARIES_INSTALL = $(INSTALL)
install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
@$(NORMAL_INSTALL)
- test -z "$(toolexeclibdir)" || $(mkdir_p) "$(DESTDIR)$(toolexeclibdir)"
+ $(mkinstalldirs) $(DESTDIR)$(toolexeclibdir)
@list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
if test -f $$p; then \
f="`echo $$p | sed -e 's|^.*/||'`"; \
- echo " $(LIBTOOL) --mode=install $(toolexeclibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
- $(LIBTOOL) --mode=install $(toolexeclibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(toolexeclibdir)/$$f"; \
+ echo " $(LIBTOOL) --mode=install $(toolexeclibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(toolexeclibdir)/$$f"; \
+ $(LIBTOOL) --mode=install $(toolexeclibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(toolexeclibdir)/$$f; \
else :; fi; \
done
@@ -669,15 +324,15 @@ uninstall-toolexeclibLTLIBRARIES:
@$(NORMAL_UNINSTALL)
@list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
p="`echo $$p | sed -e 's|^.*/||'`"; \
- echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$p'"; \
- $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$p"; \
+ echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(toolexeclibdir)/$$p"; \
+ $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(toolexeclibdir)/$$p; \
done
clean-toolexeclibLTLIBRARIES:
-test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
@list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
- test "$$dir" != "$$p" || dir=.; \
+ test "$$dir" = "$$p" && dir=.; \
echo "rm -f \"$${dir}/so_locations\""; \
rm -f "$${dir}/so_locations"; \
done
@@ -687,37 +342,48 @@ libmudflapth.la: $(libmudflapth_la_OBJECTS) $(libmudflapth_la_DEPENDENCIES)
$(LINK) -rpath $(toolexeclibdir) $(libmudflapth_la_LDFLAGS) $(libmudflapth_la_OBJECTS) $(libmudflapth_la_LIBADD) $(LIBS)
mostlyclean-compile:
- -rm -f *.$(OBJEXT)
+ -rm -f *.$(OBJEXT) core *.core
distclean-compile:
-rm -f *.tab.c
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mf-heuristics.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mf-hooks1.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mf-hooks2.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mf-runtime.Plo@am__quote@
.c.o:
-@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
+@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
+@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
+@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
+@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
+@am__fastdepCC_TRUE@ fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(COMPILE) -c $<
+@am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
.c.obj:
-@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
+@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
+@am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
+@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
+@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
+@am__fastdepCC_TRUE@ fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
+@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
.c.lo:
-@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
+@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
+@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
+@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
+@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
+@am__fastdepCC_TRUE@ fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
+@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
mostlyclean-libtool:
-rm -f *.lo
@@ -728,22 +394,23 @@ clean-libtool:
distclean-libtool:
-rm -f libtool
uninstall-info-am:
+includeHEADERS_INSTALL = $(INSTALL_HEADER)
install-includeHEADERS: $(include_HEADERS)
@$(NORMAL_INSTALL)
- test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
+ $(mkinstalldirs) $(DESTDIR)$(includedir)
@list='$(include_HEADERS)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
f="`echo $$p | sed -e 's|^.*/||'`"; \
- echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
- $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
+ echo " $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f"; \
+ $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f; \
done
uninstall-includeHEADERS:
@$(NORMAL_UNINSTALL)
@list='$(include_HEADERS)'; for p in $$list; do \
f="`echo $$p | sed -e 's|^.*/||'`"; \
- echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
- rm -f "$(DESTDIR)$(includedir)/$$f"; \
+ echo " rm -f $(DESTDIR)$(includedir)/$$f"; \
+ rm -f $(DESTDIR)$(includedir)/$$f; \
done
# This directory's subdirectories are mostly independent; you can cd
@@ -805,6 +472,14 @@ ctags-recursive:
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
done
+ETAGS = etags
+ETAGSFLAGS =
+
+CTAGS = ctags
+CTAGSFLAGS =
+
+tags: TAGS
+
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -813,22 +488,19 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
$(AWK) ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
mkid -fID $$unique
-tags: TAGS
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
tags=; \
here=`pwd`; \
- if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
+ if (etags --etags-include --version) >/dev/null 2>&1; then \
include_option=--etags-include; \
- empty_fix=.; \
else \
include_option=--include; \
- empty_fix=; \
fi; \
list='$(SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
- test ! -f $$subdir/TAGS || \
+ test -f $$subdir/TAGS && \
tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
fi; \
done; \
@@ -838,11 +510,10 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
done | \
$(AWK) ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
- test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
- fi
+ test -z "$(ETAGS_ARGS)$$tags$$unique" \
+ || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$tags $$unique
+
ctags: CTAGS
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
@@ -865,11 +536,24 @@ GTAGS:
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+
+top_distdir = .
+distdir = $(PACKAGE)-$(VERSION)
+
+am__remove_distdir = \
+ { test ! -d $(distdir) \
+ || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
+ && rm -fr $(distdir); }; }
+
+GZIP_ENV = --best
+distuninstallcheck_listfiles = find . -type f -print
+distcleancheck_listfiles = find . -type f -print
distdir: $(DISTFILES)
$(am__remove_distdir)
mkdir $(distdir)
- $(mkdir_p) $(distdir)/. $(distdir)/..
+ $(mkinstalldirs) $(distdir)/. $(distdir)/.. $(distdir)/testsuite
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
list='$(DISTFILES)'; for file in $$list; do \
@@ -881,7 +565,7 @@ distdir: $(DISTFILES)
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
dir="/$$dir"; \
- $(mkdir_p) "$(distdir)$$dir"; \
+ $(mkinstalldirs) "$(distdir)$$dir"; \
else \
dir=''; \
fi; \
@@ -898,13 +582,13 @@ distdir: $(DISTFILES)
done
list='$(SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
- test -d "$(distdir)/$$subdir" \
- || mkdir "$(distdir)/$$subdir" \
+ test -d $(distdir)/$$subdir \
+ || mkdir $(distdir)/$$subdir \
|| exit 1; \
(cd $$subdir && \
$(MAKE) $(AM_MAKEFLAGS) \
- top_distdir="../$(top_distdir)" \
- distdir="../$(distdir)/$$subdir" \
+ top_distdir="$(top_distdir)" \
+ distdir=../$(distdir)/$$subdir \
distdir) \
|| exit 1; \
fi; \
@@ -918,23 +602,6 @@ dist-gzip: distdir
$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
$(am__remove_distdir)
-dist-bzip2: distdir
- $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
- $(am__remove_distdir)
-
-dist-tarZ: distdir
- $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z
- $(am__remove_distdir)
-
-dist-shar: distdir
- shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
- $(am__remove_distdir)
-
-dist-zip: distdir
- -rm -f $(distdir).zip
- zip -rq $(distdir).zip $(distdir)
- $(am__remove_distdir)
-
dist dist-all: distdir
$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
$(am__remove_distdir)
@@ -943,18 +610,8 @@ dist dist-all: distdir
# it guarantees that the distribution is self-contained by making another
# tarfile.
distcheck: dist
- case '$(DIST_ARCHIVES)' in \
- *.tar.gz*) \
- GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\
- *.tar.bz2*) \
- bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
- *.tar.Z*) \
- uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
- *.shar.gz*) \
- GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
- *.zip*) \
- unzip $(distdir).zip ;;\
- esac
+ $(am__remove_distdir)
+ GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
chmod -R a-w $(distdir); chmod a+w $(distdir)
mkdir $(distdir)/_build
mkdir $(distdir)/_inst
@@ -974,20 +631,19 @@ distcheck: dist
distuninstallcheck \
&& chmod -R a-w "$$dc_install_base" \
&& ({ \
- (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
+ (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
} || { rm -rf "$$dc_destdir"; exit 1; }) \
&& rm -rf "$$dc_destdir" \
- && $(MAKE) $(AM_MAKEFLAGS) dist \
- && rm -rf $(DIST_ARCHIVES) \
+ && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
+ && rm -f $(distdir).tar.gz \
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck
$(am__remove_distdir)
- @(echo "$(distdir) archives ready for distribution: "; \
- list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
- sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
+ @echo "$(distdir).tar.gz is ready for distribution" | \
+ sed 'h;s/./=/g;p;x;p;x'
distuninstallcheck:
@cd $(distuninstallcheck_dir) \
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
@@ -1011,9 +667,8 @@ check: check-recursive
all-am: Makefile $(LTLIBRARIES) all-multi $(HEADERS) config.h
installdirs: installdirs-recursive
installdirs-am:
- for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(includedir)"; do \
- test -z "$$dir" || $(mkdir_p) "$$dir"; \
- done
+ $(mkinstalldirs) $(DESTDIR)$(toolexeclibdir) $(DESTDIR)$(includedir)
+
install: install-recursive
install-exec: install-exec-recursive
install-data: install-data-recursive
@@ -1025,7 +680,7 @@ install-am: all-am
installcheck: installcheck-recursive
install-strip:
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ INSTALL_STRIP_FLAG=-s \
`test -z '$(STRIP)' || \
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:
@@ -1047,15 +702,13 @@ distclean: distclean-multi distclean-recursive
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
-rm -rf ./$(DEPDIR)
-rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
- distclean-hdr distclean-libtool distclean-tags
+distclean-am: clean-am distclean-compile distclean-generic distclean-hdr \
+ distclean-libtool distclean-tags
dvi: dvi-recursive
dvi-am:
-html: html-recursive
-
info: info-recursive
info-am:
@@ -1095,53 +748,43 @@ uninstall-am: uninstall-includeHEADERS uninstall-info-am \
uninstall-info: uninstall-info-recursive
-.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am all-multi \
- am--refresh check check-am clean clean-generic clean-libtool \
- clean-local clean-multi clean-recursive \
- clean-toolexeclibLTLIBRARIES ctags ctags-recursive dist \
- dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \
- distcheck distclean distclean-compile distclean-generic \
- distclean-hdr distclean-libtool distclean-multi \
- distclean-recursive distclean-tags distcleancheck distdir \
- distuninstallcheck dvi dvi-am html html-am info info-am \
- install install-am install-data install-data-am install-exec \
- install-exec-am install-includeHEADERS install-info \
- install-info-am install-man install-multi install-strip \
- install-toolexeclibLTLIBRARIES installcheck installcheck-am \
- installdirs installdirs-am maintainer-clean \
- maintainer-clean-generic maintainer-clean-multi \
- maintainer-clean-recursive mostlyclean mostlyclean-compile \
- mostlyclean-generic mostlyclean-libtool mostlyclean-multi \
- mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
+.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am all-multi check \
+ check-am clean clean-generic clean-libtool clean-local \
+ clean-multi clean-recursive clean-toolexeclibLTLIBRARIES ctags \
+ ctags-recursive dist dist-all dist-gzip distcheck distclean \
+ distclean-compile distclean-generic distclean-hdr \
+ distclean-libtool distclean-multi distclean-recursive \
+ distclean-tags distcleancheck distdir distuninstallcheck dvi \
+ dvi-am dvi-recursive info info-am info-recursive install \
+ install-am install-data install-data-am install-data-recursive \
+ install-exec install-exec-am install-exec-recursive \
+ install-includeHEADERS install-info install-info-am \
+ install-info-recursive install-man install-multi \
+ install-recursive install-strip install-toolexeclibLTLIBRARIES \
+ installcheck installcheck-am installdirs installdirs-am \
+ installdirs-recursive maintainer-clean maintainer-clean-generic \
+ maintainer-clean-multi maintainer-clean-recursive mostlyclean \
+ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
+ mostlyclean-multi mostlyclean-recursive pdf pdf-am \
+ pdf-recursive ps ps-am ps-recursive tags tags-recursive \
uninstall uninstall-am uninstall-includeHEADERS \
- uninstall-info-am uninstall-toolexeclibLTLIBRARIES
-
+ uninstall-info-am uninstall-info-recursive uninstall-recursive \
+ uninstall-toolexeclibLTLIBRARIES
-$(HOOK1OBJS): mf-hooks1.c mf-runtime.h mf-impl.h
- hook=`basename $@ -hook.lo`; \
- $(LTCOMPILE) -DWRAP_$$hook -c $(srcdir)/mf-hooks1.c -o $@
-$(HOOK2OBJS): mf-hooks2.c mf-runtime.h mf-impl.h
- hook=`basename $@ -hook.lo`; \
- $(LTCOMPILE) -DWRAP_$$hook -c $(srcdir)/mf-hooks2.c -o $@
-$(HOOK3OBJS): mf-hooks3.c mf-runtime.h mf-impl.h
- hook=`basename $@ -hook.lo`; \
- $(LTCOMPILE) -DWRAP_$$hook -c $(srcdir)/mf-hooks3.c -o $@
clean-local:
rm -f pth/*.o pth/*.lo
+
pth/mf-runtime.lo: mf-runtime.c mf-runtime.h mf-impl.h
$(LTCOMPILE) -DLIBMUDFLAPTH -c $(srcdir)/mf-runtime.c -o $@
pth/mf-heuristics.lo: mf-heuristics.c mf-runtime.h mf-impl.h
$(LTCOMPILE) -DLIBMUDFLAPTH -c $(srcdir)/mf-heuristics.c -o $@
-$(PTHHOOK1OBJS): mf-hooks1.c mf-runtime.h mf-impl.h
- hook=`basename $@ -hook.lo`; \
- $(LTCOMPILE) -DLIBMUDFLAPTH -DWRAP_$$hook -c $(srcdir)/mf-hooks1.c -o $@
-$(PTHHOOK2OBJS): mf-hooks2.c mf-runtime.h mf-impl.h
- hook=`basename $@ -hook.lo`; \
- $(LTCOMPILE) -DLIBMUDFLAPTH -DWRAP_$$hook -c $(srcdir)/mf-hooks2.c -o $@
-$(PTHHOOK3OBJS): mf-hooks3.c mf-runtime.h mf-impl.h
- hook=`basename $@ -hook.lo`; \
- $(LTCOMPILE) -DLIBMUDFLAPTH -DWRAP_$$hook -c $(srcdir)/mf-hooks3.c -o $@
+pth/mf-hooks1.lo: mf-hooks1.c mf-runtime.h mf-impl.h
+ $(LTCOMPILE) -DLIBMUDFLAPTH -c $(srcdir)/mf-hooks1.c -o $@
+pth/mf-hooks2.lo: mf-hooks2.c mf-runtime.h mf-impl.h
+ $(LTCOMPILE) -DLIBMUDFLAPTH -c $(srcdir)/mf-hooks2.c -o $@
+pth/mf-hooks3.lo: mf-hooks3.c mf-runtime.h mf-impl.h
+ $(LTCOMPILE) -DLIBMUDFLAPTH -c $(srcdir)/mf-hooks3.c -o $@
# Multilib support.
.PHONY: all-multi mostlyclean-multi clean-multi distclean-multi \