Fixed the Makefile.in so that Memlog should build by default
svn path=/branches/dmsnell/heap-buddy/; revision=63401
This commit is contained in:
Родитель
24896bf706
Коммит
351901e986
2
COPYING
2
COPYING
|
@ -1 +1 @@
|
|||
/usr/share/automake-1.8/COPYING
|
||||
/usr/share/automake-1.9/COPYING
|
2
INSTALL
2
INSTALL
|
@ -1 +1 @@
|
|||
/usr/share/automake-1.8/INSTALL
|
||||
/usr/share/automake-1.9/INSTALL
|
127
Makefile
127
Makefile
|
@ -1,8 +1,8 @@
|
|||
# Makefile.in generated by automake 1.8.5 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.9.6 from Makefile.am.
|
||||
# Makefile. Generated from Makefile.in by configure.
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004 Free Software Foundation, Inc.
|
||||
# 2003, 2004, 2005 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.
|
||||
|
@ -33,7 +33,8 @@ POST_INSTALL = :
|
|||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
host_triplet = i686-pc-linux-gnu
|
||||
build_triplet = i686-suse-linux
|
||||
host_triplet = i686-suse-linux
|
||||
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
|
||||
$(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
|
||||
ChangeLog INSTALL NEWS config.guess config.sub depcomp \
|
||||
|
@ -45,7 +46,7 @@ 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 = $(mkdir_p)
|
||||
mkinstalldirs = $(install_sh) -d
|
||||
CONFIG_CLEAN_FILES =
|
||||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
|
@ -69,14 +70,14 @@ DIST_ARCHIVES = $(distdir).tar.gz
|
|||
GZIP_ENV = --best
|
||||
distuninstallcheck_listfiles = find . -type f -print
|
||||
distcleancheck_listfiles = find . -type f -print
|
||||
ACLOCAL = ${SHELL} /shared/prog/SoC/heap-buddy/missing --run aclocal-1.8
|
||||
ACLOCAL = ${SHELL} /home/dmsnell/heap-buddy/missing --run aclocal-1.9
|
||||
AMDEP_FALSE = #
|
||||
AMDEP_TRUE =
|
||||
AMTAR = ${SHELL} /shared/prog/SoC/heap-buddy/missing --run tar
|
||||
AMTAR = ${SHELL} /home/dmsnell/heap-buddy/missing --run tar
|
||||
AR = ar
|
||||
AUTOCONF = ${SHELL} /shared/prog/SoC/heap-buddy/missing --run autoconf
|
||||
AUTOHEADER = ${SHELL} /shared/prog/SoC/heap-buddy/missing --run autoheader
|
||||
AUTOMAKE = ${SHELL} /shared/prog/SoC/heap-buddy/missing --run automake-1.8
|
||||
AUTOCONF = ${SHELL} /home/dmsnell/heap-buddy/missing --run autoconf
|
||||
AUTOHEADER = ${SHELL} /home/dmsnell/heap-buddy/missing --run autoheader
|
||||
AUTOMAKE = ${SHELL} /home/dmsnell/heap-buddy/missing --run automake-1.9
|
||||
AWK = gawk
|
||||
CC = gcc
|
||||
CCDEPMODE = depmode=gcc3
|
||||
|
@ -84,21 +85,20 @@ CFLAGS = -g -O2
|
|||
CPP = gcc -E
|
||||
CPPFLAGS =
|
||||
CXX = g++
|
||||
CXXCPP = g++ -E
|
||||
CXXDEPMODE = depmode=gcc3
|
||||
CXXFLAGS = -g -O2
|
||||
CXXCPP =
|
||||
CXXDEPMODE = depmode=none
|
||||
CXXFLAGS =
|
||||
CYGPATH_W = echo
|
||||
DEFS = -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"heap-buddy\" -DVERSION=\"0.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
|
||||
DEFS = -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"heap-buddy\" -DVERSION=\"0.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
|
||||
DEPDIR = .deps
|
||||
ECHO = echo
|
||||
ECHO_C =
|
||||
ECHO_N = -n
|
||||
ECHO_T =
|
||||
EGREP = /bin/grep -E
|
||||
EGREP = grep -E
|
||||
EXEEXT =
|
||||
F77 = g77
|
||||
FFLAGS = -g -O2
|
||||
GREP = /bin/grep
|
||||
F77 =
|
||||
FFLAGS =
|
||||
INSTALL_DATA = ${INSTALL} -m 644
|
||||
INSTALL_PROGRAM = ${INSTALL}
|
||||
INSTALL_SCRIPT = ${INSTALL}
|
||||
|
@ -109,7 +109,7 @@ LIBS =
|
|||
LIBTOOL = $(SHELL) $(top_builddir)/libtool
|
||||
LN_S = ln -s
|
||||
LTLIBOBJS =
|
||||
MAKEINFO = ${SHELL} /shared/prog/SoC/heap-buddy/missing --run makeinfo
|
||||
MAKEINFO = ${SHELL} /home/dmsnell/heap-buddy/missing --run makeinfo
|
||||
MCS = /usr/bin/mcs
|
||||
MONO = /usr/bin/mono
|
||||
OBJEXT = o
|
||||
|
@ -121,54 +121,53 @@ PACKAGE_TARNAME =
|
|||
PACKAGE_VERSION =
|
||||
PATH_SEPARATOR = :
|
||||
PKG_CONFIG = /usr/bin/pkg-config
|
||||
PROFILER_CFLAGS = -D_REENTRANT -pthread -I/usr/lib/pkgconfig/../../include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
|
||||
PROFILER_LIBS = -Wl,--export-dynamic -pthread -L/usr/lib/pkgconfig/../../lib -lmono -lpthread -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0
|
||||
PROFILER_CFLAGS = -D_REENTRANT -pthread -I/usr/lib/pkgconfig/../../include -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include
|
||||
PROFILER_LIBS = -Wl,--export-dynamic -pthread -L/usr/lib/pkgconfig/../../lib -L/opt/gnome/lib -lmono -lpthread -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0
|
||||
RANLIB = ranlib
|
||||
SET_MAKE =
|
||||
SHELL = /bin/sh
|
||||
STRIP = strip
|
||||
VERSION = 0.2
|
||||
ac_ct_AR = ar
|
||||
ac_ct_CC = gcc
|
||||
ac_ct_CXX = g++
|
||||
ac_ct_F77 = g77
|
||||
ac_ct_F77 =
|
||||
ac_ct_RANLIB = ranlib
|
||||
ac_ct_STRIP = strip
|
||||
ac_pt_PKG_CONFIG = /usr/bin/pkg-config
|
||||
am__fastdepCC_FALSE = #
|
||||
am__fastdepCC_TRUE =
|
||||
am__fastdepCXX_FALSE = #
|
||||
am__fastdepCXX_TRUE =
|
||||
am__fastdepCXX_FALSE =
|
||||
am__fastdepCXX_TRUE = #
|
||||
am__include = include
|
||||
am__leading_dot = .
|
||||
am__quote =
|
||||
am__tar = ${AMTAR} chof - "$$tardir"
|
||||
am__untar = ${AMTAR} xf -
|
||||
bindir = ${exec_prefix}/bin
|
||||
build = i686-pc-linux-gnu
|
||||
build = i686-suse-linux
|
||||
build_alias =
|
||||
build_cpu = i686
|
||||
build_os = linux-gnu
|
||||
build_vendor = pc
|
||||
datadir = ${datarootdir}
|
||||
datarootdir = ${prefix}/share
|
||||
docdir = ${datarootdir}/doc/${PACKAGE}
|
||||
dvidir = ${docdir}
|
||||
build_os = linux
|
||||
build_vendor = suse
|
||||
datadir = ${prefix}/share
|
||||
exec_prefix = ${prefix}
|
||||
host = i686-pc-linux-gnu
|
||||
host = i686-suse-linux
|
||||
host_alias =
|
||||
host_cpu = i686
|
||||
host_os = linux-gnu
|
||||
host_vendor = pc
|
||||
htmldir = ${docdir}
|
||||
host_os = linux
|
||||
host_vendor = suse
|
||||
includedir = ${prefix}/include
|
||||
infodir = ${datarootdir}/info
|
||||
install_sh = /shared/prog/SoC/heap-buddy/install-sh
|
||||
infodir = ${prefix}/info
|
||||
install_sh = /home/dmsnell/heap-buddy/install-sh
|
||||
libdir = ${exec_prefix}/lib
|
||||
libexecdir = ${exec_prefix}/libexec
|
||||
localedir = ${datarootdir}/locale
|
||||
localstatedir = ${prefix}/var
|
||||
mandir = ${datarootdir}/man
|
||||
mkdir_p = mkdir -p -- .
|
||||
mandir = ${prefix}/man
|
||||
mkdir_p = mkdir -p --
|
||||
oldincludedir = /usr/include
|
||||
pdfdir = ${docdir}
|
||||
prefix = /usr/local
|
||||
program_transform_name = s,x,x,
|
||||
psdir = ${docdir}
|
||||
sbindir = ${exec_prefix}/sbin
|
||||
sharedstatedir = ${prefix}/com
|
||||
sysconfdir = ${prefix}/etc
|
||||
|
@ -228,7 +227,13 @@ uninstall-info-am:
|
|||
# (which will cause the Makefiles to be regenerated when you run `make');
|
||||
# (2) otherwise, pass the desired values on the `make' command line.
|
||||
$(RECURSIVE_TARGETS):
|
||||
@set fnord $$MAKEFLAGS; amf=$$2; \
|
||||
@failcom='exit 1'; \
|
||||
for f in x $$MAKEFLAGS; do \
|
||||
case $$f in \
|
||||
*=* | --[!k]*);; \
|
||||
*k*) failcom='fail=yes';; \
|
||||
esac; \
|
||||
done; \
|
||||
dot_seen=no; \
|
||||
target=`echo $@ | sed s/-recursive//`; \
|
||||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||
|
@ -240,7 +245,7 @@ $(RECURSIVE_TARGETS):
|
|||
local_target="$$target"; \
|
||||
fi; \
|
||||
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
||||
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
||||
|| eval $$failcom; \
|
||||
done; \
|
||||
if test "$$dot_seen" = "no"; then \
|
||||
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
||||
|
@ -248,7 +253,13 @@ $(RECURSIVE_TARGETS):
|
|||
|
||||
mostlyclean-recursive clean-recursive distclean-recursive \
|
||||
maintainer-clean-recursive:
|
||||
@set fnord $$MAKEFLAGS; amf=$$2; \
|
||||
@failcom='exit 1'; \
|
||||
for f in x $$MAKEFLAGS; do \
|
||||
case $$f in \
|
||||
*=* | --[!k]*);; \
|
||||
*k*) failcom='fail=yes';; \
|
||||
esac; \
|
||||
done; \
|
||||
dot_seen=no; \
|
||||
case "$@" in \
|
||||
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
||||
|
@ -269,7 +280,7 @@ maintainer-clean-recursive:
|
|||
local_target="$$target"; \
|
||||
fi; \
|
||||
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
||||
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
||||
|| eval $$failcom; \
|
||||
done && test -z "$$fail"
|
||||
tags-recursive:
|
||||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||
|
@ -370,15 +381,17 @@ distdir: $(DISTFILES)
|
|||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
||||
if test "$$subdir" = .; then :; else \
|
||||
test -d "$(distdir)/$$subdir" \
|
||||
|| mkdir "$(distdir)/$$subdir" \
|
||||
|| $(mkdir_p) "$(distdir)/$$subdir" \
|
||||
|| exit 1; \
|
||||
distdir=`$(am__cd) $(distdir) && pwd`; \
|
||||
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
|
||||
(cd $$subdir && \
|
||||
$(MAKE) $(AM_MAKEFLAGS) \
|
||||
top_distdir="../$(top_distdir)" \
|
||||
distdir="../$(distdir)/$$subdir" \
|
||||
top_distdir="$$top_distdir" \
|
||||
distdir="$$distdir/$$subdir" \
|
||||
distdir) \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
|
@ -389,15 +402,15 @@ distdir: $(DISTFILES)
|
|||
! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
|
||||
|| chmod -R a+r $(distdir)
|
||||
dist-gzip: distdir
|
||||
$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
||||
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
||||
$(am__remove_distdir)
|
||||
|
||||
dist-bzip2: distdir
|
||||
$(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
|
||||
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
|
||||
$(am__remove_distdir)
|
||||
|
||||
dist-tarZ: distdir
|
||||
$(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z
|
||||
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
||||
$(am__remove_distdir)
|
||||
|
||||
dist-shar: distdir
|
||||
|
@ -410,7 +423,7 @@ dist-zip: distdir
|
|||
$(am__remove_distdir)
|
||||
|
||||
dist dist-all: distdir
|
||||
$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
||||
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
||||
$(am__remove_distdir)
|
||||
|
||||
# This target untars the dist file and tries a VPATH configuration. Then
|
||||
|
@ -419,11 +432,11 @@ dist dist-all: distdir
|
|||
distcheck: dist
|
||||
case '$(DIST_ARCHIVES)' in \
|
||||
*.tar.gz*) \
|
||||
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\
|
||||
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
|
||||
*.tar.bz2*) \
|
||||
bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
|
||||
bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
|
||||
*.tar.Z*) \
|
||||
uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
|
||||
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
|
||||
*.shar.gz*) \
|
||||
GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
|
||||
*.zip*) \
|
||||
|
@ -504,7 +517,7 @@ mostlyclean-generic:
|
|||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-rm -f $(CONFIG_CLEAN_FILES)
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
|
|
67
Makefile.in
67
Makefile.in
|
@ -1,8 +1,8 @@
|
|||
# Makefile.in generated by automake 1.8.5 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.9.6 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004 Free Software Foundation, Inc.
|
||||
# 2003, 2004, 2005 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.
|
||||
|
@ -33,6 +33,7 @@ POST_INSTALL = :
|
|||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
|
||||
$(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
|
||||
|
@ -45,7 +46,7 @@ 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 = $(mkdir_p)
|
||||
mkinstalldirs = $(install_sh) -d
|
||||
CONFIG_CLEAN_FILES =
|
||||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
|
@ -98,7 +99,6 @@ EGREP = @EGREP@
|
|||
EXEEXT = @EXEEXT@
|
||||
F77 = @F77@
|
||||
FFLAGS = @FFLAGS@
|
||||
GREP = @GREP@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
|
@ -128,9 +128,13 @@ SET_MAKE = @SET_MAKE@
|
|||
SHELL = @SHELL@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
ac_ct_AR = @ac_ct_AR@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_CXX = @ac_ct_CXX@
|
||||
ac_ct_F77 = @ac_ct_F77@
|
||||
ac_ct_RANLIB = @ac_ct_RANLIB@
|
||||
ac_ct_STRIP = @ac_ct_STRIP@
|
||||
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
|
||||
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
||||
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
||||
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
|
||||
|
@ -138,6 +142,8 @@ am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
|
|||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
|
@ -145,30 +151,23 @@ build_cpu = @build_cpu@
|
|||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
docdir = @docdir@
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
htmldir = @htmldir@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
pdfdir = @pdfdir@
|
||||
prefix = @prefix@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
sysconfdir = @sysconfdir@
|
||||
|
@ -228,7 +227,13 @@ uninstall-info-am:
|
|||
# (which will cause the Makefiles to be regenerated when you run `make');
|
||||
# (2) otherwise, pass the desired values on the `make' command line.
|
||||
$(RECURSIVE_TARGETS):
|
||||
@set fnord $$MAKEFLAGS; amf=$$2; \
|
||||
@failcom='exit 1'; \
|
||||
for f in x $$MAKEFLAGS; do \
|
||||
case $$f in \
|
||||
*=* | --[!k]*);; \
|
||||
*k*) failcom='fail=yes';; \
|
||||
esac; \
|
||||
done; \
|
||||
dot_seen=no; \
|
||||
target=`echo $@ | sed s/-recursive//`; \
|
||||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||
|
@ -240,7 +245,7 @@ $(RECURSIVE_TARGETS):
|
|||
local_target="$$target"; \
|
||||
fi; \
|
||||
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
||||
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
||||
|| eval $$failcom; \
|
||||
done; \
|
||||
if test "$$dot_seen" = "no"; then \
|
||||
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
||||
|
@ -248,7 +253,13 @@ $(RECURSIVE_TARGETS):
|
|||
|
||||
mostlyclean-recursive clean-recursive distclean-recursive \
|
||||
maintainer-clean-recursive:
|
||||
@set fnord $$MAKEFLAGS; amf=$$2; \
|
||||
@failcom='exit 1'; \
|
||||
for f in x $$MAKEFLAGS; do \
|
||||
case $$f in \
|
||||
*=* | --[!k]*);; \
|
||||
*k*) failcom='fail=yes';; \
|
||||
esac; \
|
||||
done; \
|
||||
dot_seen=no; \
|
||||
case "$@" in \
|
||||
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
||||
|
@ -269,7 +280,7 @@ maintainer-clean-recursive:
|
|||
local_target="$$target"; \
|
||||
fi; \
|
||||
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
||||
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
||||
|| eval $$failcom; \
|
||||
done && test -z "$$fail"
|
||||
tags-recursive:
|
||||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||
|
@ -370,15 +381,17 @@ distdir: $(DISTFILES)
|
|||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
||||
if test "$$subdir" = .; then :; else \
|
||||
test -d "$(distdir)/$$subdir" \
|
||||
|| mkdir "$(distdir)/$$subdir" \
|
||||
|| $(mkdir_p) "$(distdir)/$$subdir" \
|
||||
|| exit 1; \
|
||||
distdir=`$(am__cd) $(distdir) && pwd`; \
|
||||
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
|
||||
(cd $$subdir && \
|
||||
$(MAKE) $(AM_MAKEFLAGS) \
|
||||
top_distdir="../$(top_distdir)" \
|
||||
distdir="../$(distdir)/$$subdir" \
|
||||
top_distdir="$$top_distdir" \
|
||||
distdir="$$distdir/$$subdir" \
|
||||
distdir) \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
|
@ -389,15 +402,15 @@ distdir: $(DISTFILES)
|
|||
! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
|
||||
|| chmod -R a+r $(distdir)
|
||||
dist-gzip: distdir
|
||||
$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
||||
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
||||
$(am__remove_distdir)
|
||||
|
||||
dist-bzip2: distdir
|
||||
$(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
|
||||
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
|
||||
$(am__remove_distdir)
|
||||
|
||||
dist-tarZ: distdir
|
||||
$(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z
|
||||
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
||||
$(am__remove_distdir)
|
||||
|
||||
dist-shar: distdir
|
||||
|
@ -410,7 +423,7 @@ dist-zip: distdir
|
|||
$(am__remove_distdir)
|
||||
|
||||
dist dist-all: distdir
|
||||
$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
||||
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
||||
$(am__remove_distdir)
|
||||
|
||||
# This target untars the dist file and tries a VPATH configuration. Then
|
||||
|
@ -419,11 +432,11 @@ dist dist-all: distdir
|
|||
distcheck: dist
|
||||
case '$(DIST_ARCHIVES)' in \
|
||||
*.tar.gz*) \
|
||||
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\
|
||||
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
|
||||
*.tar.bz2*) \
|
||||
bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
|
||||
bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
|
||||
*.tar.Z*) \
|
||||
uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
|
||||
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
|
||||
*.shar.gz*) \
|
||||
GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
|
||||
*.zip*) \
|
||||
|
@ -504,7 +517,7 @@ mostlyclean-generic:
|
|||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-rm -f $(CONFIG_CLEAN_FILES)
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# generated automatically by aclocal 1.8.5 -*- Autoconf -*-
|
||||
# generated automatically by aclocal 1.9.6 -*- Autoconf -*-
|
||||
|
||||
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
|
||||
# Free Software Foundation, Inc.
|
||||
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
|
||||
# 2005 Free Software Foundation, Inc.
|
||||
# This file 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.
|
||||
|
@ -219,14 +219,6 @@ AC_ARG_WITH([pic],
|
|||
[pic_mode=default])
|
||||
test -z "$pic_mode" && pic_mode=default
|
||||
|
||||
# Check if we have a version mismatch between libtool.m4 and ltmain.sh.
|
||||
#
|
||||
# Note: This should be in AC_LIBTOOL_SETUP, _after_ $ltmain have been defined.
|
||||
# We also should do it _before_ AC_LIBTOOL_LANG_C_CONFIG that actually
|
||||
# calls AC_LIBTOOL_CONFIG and creates libtool.
|
||||
#
|
||||
_LT_VERSION_CHECK
|
||||
|
||||
# Use C for the default configuration in the libtool script
|
||||
tagname=
|
||||
AC_LIBTOOL_LANG_C_CONFIG
|
||||
|
@ -234,41 +226,6 @@ _LT_AC_TAGCONFIG
|
|||
])# AC_LIBTOOL_SETUP
|
||||
|
||||
|
||||
# _LT_VERSION_CHECK
|
||||
# -----------------
|
||||
AC_DEFUN([_LT_VERSION_CHECK],
|
||||
[AC_MSG_CHECKING([for correct ltmain.sh version])
|
||||
if test "x$ltmain" = "x" ; then
|
||||
AC_MSG_RESULT(no)
|
||||
AC_MSG_ERROR([
|
||||
|
||||
*** @<:@Gentoo@:>@ sanity check failed! ***
|
||||
*** \$ltmain is not defined, please check the patch for consistency! ***
|
||||
])
|
||||
fi
|
||||
gentoo_lt_version="1.5.22"
|
||||
gentoo_ltmain_version=`sed -n '/^[[ ]]*VERSION=/{s/^[[ ]]*VERSION=//;p;q;}' "$ltmain"`
|
||||
if test "x$gentoo_lt_version" != "x$gentoo_ltmain_version" ; then
|
||||
AC_MSG_RESULT(no)
|
||||
AC_MSG_ERROR([
|
||||
|
||||
*** @<:@Gentoo@:>@ sanity check failed! ***
|
||||
*** libtool.m4 and ltmain.sh have a version mismatch! ***
|
||||
*** (libtool.m4 = $gentoo_lt_version, ltmain.sh = $gentoo_ltmain_version) ***
|
||||
|
||||
Please run:
|
||||
|
||||
libtoolize --copy --force
|
||||
|
||||
if appropriate, please contact the maintainer of this
|
||||
package (or your distribution) for help.
|
||||
])
|
||||
else
|
||||
AC_MSG_RESULT(yes)
|
||||
fi
|
||||
])# _LT_VERSION_CHECK
|
||||
|
||||
|
||||
# _LT_AC_SYS_COMPILER
|
||||
# -------------------
|
||||
AC_DEFUN([_LT_AC_SYS_COMPILER],
|
||||
|
@ -1399,30 +1356,6 @@ cygwin* | mingw* | pw32*)
|
|||
esac
|
||||
;;
|
||||
|
||||
linux*)
|
||||
if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
|
||||
archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
||||
supports_anon_versioning=no
|
||||
case `$LD -v 2>/dev/null` in
|
||||
*\ [01].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
|
||||
*\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
|
||||
*\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
|
||||
*\ 2.11.*) ;; # other 2.11 versions
|
||||
*) supports_anon_versioning=yes ;;
|
||||
esac
|
||||
if test $supports_anon_versioning = yes; then
|
||||
archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~
|
||||
cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
|
||||
$echo "local: *; };" >> $output_objdir/$libname.ver~
|
||||
$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
|
||||
else
|
||||
$archive_expsym_cmds="$archive_cmds"
|
||||
fi
|
||||
else
|
||||
ld_shlibs=no
|
||||
fi
|
||||
;;
|
||||
|
||||
*)
|
||||
library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
|
||||
;;
|
||||
|
@ -1487,14 +1420,7 @@ freebsd* | dragonfly*)
|
|||
*) objformat=elf ;;
|
||||
esac
|
||||
fi
|
||||
# Handle Gentoo/FreeBSD as it was Linux
|
||||
case $host_vendor in
|
||||
gentoo)
|
||||
version_type=linux ;;
|
||||
*)
|
||||
version_type=freebsd-$objformat ;;
|
||||
esac
|
||||
|
||||
version_type=freebsd-$objformat
|
||||
case $version_type in
|
||||
freebsd-elf*)
|
||||
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
|
||||
|
@ -1505,12 +1431,6 @@ freebsd* | dragonfly*)
|
|||
library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
|
||||
need_version=yes
|
||||
;;
|
||||
linux)
|
||||
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
|
||||
soname_spec='${libname}${release}${shared_ext}$major'
|
||||
need_lib_prefix=no
|
||||
need_version=no
|
||||
;;
|
||||
esac
|
||||
shlibpath_var=LD_LIBRARY_PATH
|
||||
case $host_os in
|
||||
|
@ -6625,55 +6545,32 @@ else
|
|||
fi[]dnl
|
||||
])# PKG_CHECK_MODULES
|
||||
|
||||
# -*- Autoconf -*-
|
||||
# Copyright (C) 2002, 2003 Free Software Foundation, Inc.
|
||||
# Generated from amversion.in; do not edit by hand.
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||
# Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file 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.
|
||||
|
||||
# AM_AUTOMAKE_VERSION(VERSION)
|
||||
# ----------------------------
|
||||
# Automake X.Y traces this macro to ensure aclocal.m4 has been
|
||||
# generated from the m4 files accompanying Automake X.Y.
|
||||
AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.8"])
|
||||
AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
|
||||
|
||||
# AM_SET_CURRENT_AUTOMAKE_VERSION
|
||||
# -------------------------------
|
||||
# Call AM_AUTOMAKE_VERSION so it can be traced.
|
||||
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
|
||||
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
|
||||
[AM_AUTOMAKE_VERSION([1.8.5])])
|
||||
[AM_AUTOMAKE_VERSION([1.9.6])])
|
||||
|
||||
# AM_AUX_DIR_EXPAND
|
||||
# AM_AUX_DIR_EXPAND -*- Autoconf -*-
|
||||
|
||||
# Copyright (C) 2001, 2003 Free Software Foundation, Inc.
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||
# 02111-1307, USA.
|
||||
# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file 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.
|
||||
|
||||
# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
|
||||
# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to
|
||||
|
@ -6720,26 +6617,16 @@ AC_PREREQ([2.50])dnl
|
|||
am_aux_dir=`cd $ac_aux_dir && pwd`
|
||||
])
|
||||
|
||||
# AM_CONDITIONAL -*- Autoconf -*-
|
||||
# AM_CONDITIONAL -*- Autoconf -*-
|
||||
|
||||
# Copyright (C) 1997, 2000, 2001, 2003 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005
|
||||
# Free Software Foundation, Inc.
|
||||
#
|
||||
# This file 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.
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||
# 02111-1307, USA.
|
||||
|
||||
# serial 6
|
||||
# serial 7
|
||||
|
||||
# AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
||||
# -------------------------------------
|
||||
|
@ -6759,30 +6646,19 @@ else
|
|||
fi
|
||||
AC_CONFIG_COMMANDS_PRE(
|
||||
[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
|
||||
AC_MSG_ERROR([conditional "$1" was never defined.
|
||||
Usually this means the macro was only invoked conditionally.])
|
||||
AC_MSG_ERROR([[conditional "$1" was never defined.
|
||||
Usually this means the macro was only invoked conditionally.]])
|
||||
fi])])
|
||||
|
||||
# serial 7 -*- Autoconf -*-
|
||||
|
||||
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
|
||||
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||
# Free Software Foundation, Inc.
|
||||
#
|
||||
# This file 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.
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||
# 02111-1307, USA.
|
||||
|
||||
# serial 8
|
||||
|
||||
# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
|
||||
# written in clear, in which case automake, when reading aclocal.m4,
|
||||
|
@ -6791,7 +6667,6 @@ fi])])
|
|||
# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
|
||||
|
||||
|
||||
|
||||
# _AM_DEPENDENCIES(NAME)
|
||||
# ----------------------
|
||||
# See how the compiler implements dependency checking.
|
||||
|
@ -6931,26 +6806,16 @@ AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
|
|||
AC_SUBST([AMDEPBACKSLASH])
|
||||
])
|
||||
|
||||
# Generate code to set up dependency tracking. -*- Autoconf -*-
|
||||
# Generate code to set up dependency tracking. -*- Autoconf -*-
|
||||
|
||||
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||
# Free Software Foundation, Inc.
|
||||
#
|
||||
# This file 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.
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||
# 02111-1307, USA.
|
||||
|
||||
#serial 2
|
||||
#serial 3
|
||||
|
||||
# _AM_OUTPUT_DEPENDENCY_COMMANDS
|
||||
# ------------------------------
|
||||
|
@ -6969,27 +6834,21 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
|
|||
else
|
||||
continue
|
||||
fi
|
||||
grep '^DEP_FILES *= *[[^ @%:@]]' < "$mf" > /dev/null || continue
|
||||
# Extract the definition of DEP_FILES from the Makefile without
|
||||
# running `make'.
|
||||
# Extract the definition of DEPDIR, am__include, and am__quote
|
||||
# from the Makefile without running `make'.
|
||||
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
|
||||
test -z "$DEPDIR" && continue
|
||||
am__include=`sed -n 's/^am__include = //p' < "$mf"`
|
||||
test -z "am__include" && continue
|
||||
am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
|
||||
# When using ansi2knr, U may be empty or an underscore; expand it
|
||||
U=`sed -n 's/^U = //p' < "$mf"`
|
||||
test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
|
||||
# We invoke sed twice because it is the simplest approach to
|
||||
# changing $(DEPDIR) to its actual value in the expansion.
|
||||
for file in `sed -n '
|
||||
/^DEP_FILES = .*\\\\$/ {
|
||||
s/^DEP_FILES = //
|
||||
:loop
|
||||
s/\\\\$//
|
||||
p
|
||||
n
|
||||
/\\\\$/ b loop
|
||||
p
|
||||
}
|
||||
/^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
|
||||
# Find all dependency output files, they are included files with
|
||||
# $(DEPDIR) in their names. We invoke sed twice because it is the
|
||||
# simplest approach to changing $(DEPDIR) to its actual value in the
|
||||
# expansion.
|
||||
for file in `sed -n "
|
||||
s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
|
||||
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
|
||||
# Make sure the directory exists.
|
||||
test -f "$dirpart/$file" && continue
|
||||
|
@ -7015,30 +6874,19 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
|
|||
[AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
|
||||
])
|
||||
|
||||
# Do all the work for Automake. -*- Autoconf -*-
|
||||
# Do all the work for Automake. -*- Autoconf -*-
|
||||
|
||||
# This macro actually does too much some checks are only needed if
|
||||
# your package does certain things. But this isn't really a big deal.
|
||||
|
||||
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
|
||||
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||
# Free Software Foundation, Inc.
|
||||
#
|
||||
# This file 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.
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
# serial 12
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||
# 02111-1307, USA.
|
||||
|
||||
# serial 11
|
||||
# This macro actually does too much. Some checks are only needed if
|
||||
# your package does certain things. But this isn't really a big deal.
|
||||
|
||||
# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
|
||||
# AM_INIT_AUTOMAKE([OPTIONS])
|
||||
|
@ -7096,7 +6944,6 @@ AM_MISSING_PROG(AUTOCONF, autoconf)
|
|||
AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
|
||||
AM_MISSING_PROG(AUTOHEADER, autoheader)
|
||||
AM_MISSING_PROG(MAKEINFO, makeinfo)
|
||||
AM_MISSING_PROG(AMTAR, tar)
|
||||
AM_PROG_INSTALL_SH
|
||||
AM_PROG_INSTALL_STRIP
|
||||
AC_REQUIRE([AM_PROG_MKDIR_P])dnl
|
||||
|
@ -7105,7 +6952,9 @@ AC_REQUIRE([AM_PROG_MKDIR_P])dnl
|
|||
AC_REQUIRE([AC_PROG_AWK])dnl
|
||||
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
|
||||
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
|
||||
|
||||
_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
|
||||
[_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
|
||||
[_AM_PROG_TAR([v7])])])
|
||||
_AM_IF_OPTION([no-dependencies],,
|
||||
[AC_PROVIDE_IFELSE([AC_PROG_CC],
|
||||
[_AM_DEPENDENCIES(CC)],
|
||||
|
@ -7139,51 +6988,27 @@ for _am_header in $config_headers :; do
|
|||
done
|
||||
echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
|
||||
|
||||
# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file 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.
|
||||
|
||||
# AM_PROG_INSTALL_SH
|
||||
# ------------------
|
||||
# Define $install_sh.
|
||||
|
||||
# Copyright (C) 2001, 2003 Free Software Foundation, Inc.
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||
# 02111-1307, USA.
|
||||
|
||||
AC_DEFUN([AM_PROG_INSTALL_SH],
|
||||
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
|
||||
install_sh=${install_sh-"$am_aux_dir/install-sh"}
|
||||
AC_SUBST(install_sh)])
|
||||
|
||||
# -*- Autoconf -*-
|
||||
# Copyright (C) 2003 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file 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.
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||
# 02111-1307, USA.
|
||||
|
||||
# serial 1
|
||||
# serial 2
|
||||
|
||||
# Check whether the underlying file-system supports filenames
|
||||
# with a leading dot. For instance MS-DOS doesn't.
|
||||
|
@ -7198,26 +7023,15 @@ fi
|
|||
rmdir .tst 2>/dev/null
|
||||
AC_SUBST([am__leading_dot])])
|
||||
|
||||
# Check to see how 'make' treats includes. -*- Autoconf -*-
|
||||
# Check to see how 'make' treats includes. -*- Autoconf -*-
|
||||
|
||||
# Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file 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.
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||
# 02111-1307, USA.
|
||||
|
||||
# serial 2
|
||||
# serial 3
|
||||
|
||||
# AM_MAKE_INCLUDE()
|
||||
# -----------------
|
||||
|
@ -7261,27 +7075,16 @@ AC_MSG_RESULT([$_am_result])
|
|||
rm -f confinc confmf
|
||||
])
|
||||
|
||||
# -*- Autoconf -*-
|
||||
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
|
||||
|
||||
# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2005
|
||||
# Free Software Foundation, Inc.
|
||||
#
|
||||
# This file 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.
|
||||
|
||||
# Copyright (C) 1997, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||
# 02111-1307, USA.
|
||||
|
||||
# serial 3
|
||||
# serial 4
|
||||
|
||||
# AM_MISSING_PROG(NAME, PROGRAM)
|
||||
# ------------------------------
|
||||
|
@ -7307,27 +7110,16 @@ else
|
|||
fi
|
||||
])
|
||||
|
||||
# Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file 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.
|
||||
|
||||
# AM_PROG_MKDIR_P
|
||||
# ---------------
|
||||
# Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise.
|
||||
|
||||
# Copyright (C) 2003, 2004 Free Software Foundation, Inc.
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||
# 02111-1307, USA.
|
||||
|
||||
#
|
||||
# Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories
|
||||
# created by `make install' are always world readable, even if the
|
||||
# installer happens to have an overly restrictive umask (e.g. 077).
|
||||
|
@ -7348,13 +7140,21 @@ fi
|
|||
# this.)
|
||||
AC_DEFUN([AM_PROG_MKDIR_P],
|
||||
[if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
|
||||
# Keeping the `.' argument allows $(mkdir_p) to be used without
|
||||
# argument. Indeed, we sometimes output rules like
|
||||
# We used to keeping the `.' as first argument, in order to
|
||||
# allow $(mkdir_p) to be used without argument. As in
|
||||
# $(mkdir_p) $(somedir)
|
||||
# where $(somedir) is conditionally defined.
|
||||
# (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more
|
||||
# expensive solution, as it forces Make to start a sub-shell.)
|
||||
mkdir_p='mkdir -p -- .'
|
||||
# where $(somedir) is conditionally defined. However this is wrong
|
||||
# for two reasons:
|
||||
# 1. if the package is installed by a user who cannot write `.'
|
||||
# make install will fail,
|
||||
# 2. the above comment should most certainly read
|
||||
# $(mkdir_p) $(DESTDIR)$(somedir)
|
||||
# so it does not work when $(somedir) is undefined and
|
||||
# $(DESTDIR) is not.
|
||||
# To support the latter case, we have to write
|
||||
# test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
|
||||
# so the `.' trick is pointless.
|
||||
mkdir_p='mkdir -p --'
|
||||
else
|
||||
# On NextStep and OpenStep, the `mkdir' command does not
|
||||
# recognize any option. It will interpret all options as
|
||||
|
@ -7373,26 +7173,15 @@ else
|
|||
fi
|
||||
AC_SUBST([mkdir_p])])
|
||||
|
||||
# Helper functions for option handling. -*- Autoconf -*-
|
||||
# Helper functions for option handling. -*- Autoconf -*-
|
||||
|
||||
# Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file 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.
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||
# 02111-1307, USA.
|
||||
|
||||
# serial 2
|
||||
# serial 3
|
||||
|
||||
# _AM_MANGLE_OPTION(NAME)
|
||||
# -----------------------
|
||||
|
@ -7417,28 +7206,16 @@ AC_DEFUN([_AM_SET_OPTIONS],
|
|||
AC_DEFUN([_AM_IF_OPTION],
|
||||
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
|
||||
|
||||
# Check to make sure that the build environment is sane. -*- Autoconf -*-
|
||||
|
||||
# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
|
||||
# Free Software Foundation, Inc.
|
||||
#
|
||||
# Check to make sure that the build environment is sane.
|
||||
#
|
||||
# This file 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.
|
||||
|
||||
# Copyright (C) 1996, 1997, 2000, 2001, 2003 Free Software Foundation, Inc.
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||
# 02111-1307, USA.
|
||||
|
||||
# serial 3
|
||||
# serial 4
|
||||
|
||||
# AM_SANITY_CHECK
|
||||
# ---------------
|
||||
|
@ -7481,25 +7258,14 @@ Check your system clock])
|
|||
fi
|
||||
AC_MSG_RESULT(yes)])
|
||||
|
||||
# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file 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.
|
||||
|
||||
# AM_PROG_INSTALL_STRIP
|
||||
|
||||
# Copyright (C) 2001, 2003 Free Software Foundation, Inc.
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||
# 02111-1307, USA.
|
||||
|
||||
# ---------------------
|
||||
# One issue with vendor `install' (even GNU) is that you can't
|
||||
# specify the program used to strip binaries. This is especially
|
||||
# annoying in cross-compiling environments, where the build's strip
|
||||
|
@ -7520,3 +7286,99 @@ fi
|
|||
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
|
||||
AC_SUBST([INSTALL_STRIP_PROGRAM])])
|
||||
|
||||
# Check how to create a tarball. -*- Autoconf -*-
|
||||
|
||||
# Copyright (C) 2004, 2005 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file 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.
|
||||
|
||||
# serial 2
|
||||
|
||||
# _AM_PROG_TAR(FORMAT)
|
||||
# --------------------
|
||||
# Check how to create a tarball in format FORMAT.
|
||||
# FORMAT should be one of `v7', `ustar', or `pax'.
|
||||
#
|
||||
# Substitute a variable $(am__tar) that is a command
|
||||
# writing to stdout a FORMAT-tarball containing the directory
|
||||
# $tardir.
|
||||
# tardir=directory && $(am__tar) > result.tar
|
||||
#
|
||||
# Substitute a variable $(am__untar) that extract such
|
||||
# a tarball read from stdin.
|
||||
# $(am__untar) < result.tar
|
||||
AC_DEFUN([_AM_PROG_TAR],
|
||||
[# Always define AMTAR for backward compatibility.
|
||||
AM_MISSING_PROG([AMTAR], [tar])
|
||||
m4_if([$1], [v7],
|
||||
[am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
|
||||
[m4_case([$1], [ustar],, [pax],,
|
||||
[m4_fatal([Unknown tar format])])
|
||||
AC_MSG_CHECKING([how to create a $1 tar archive])
|
||||
# Loop over all known methods to create a tar archive until one works.
|
||||
_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
|
||||
_am_tools=${am_cv_prog_tar_$1-$_am_tools}
|
||||
# Do not fold the above two line into one, because Tru64 sh and
|
||||
# Solaris sh will not grok spaces in the rhs of `-'.
|
||||
for _am_tool in $_am_tools
|
||||
do
|
||||
case $_am_tool in
|
||||
gnutar)
|
||||
for _am_tar in tar gnutar gtar;
|
||||
do
|
||||
AM_RUN_LOG([$_am_tar --version]) && break
|
||||
done
|
||||
am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
|
||||
am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
|
||||
am__untar="$_am_tar -xf -"
|
||||
;;
|
||||
plaintar)
|
||||
# Must skip GNU tar: if it does not support --format= it doesn't create
|
||||
# ustar tarball either.
|
||||
(tar --version) >/dev/null 2>&1 && continue
|
||||
am__tar='tar chf - "$$tardir"'
|
||||
am__tar_='tar chf - "$tardir"'
|
||||
am__untar='tar xf -'
|
||||
;;
|
||||
pax)
|
||||
am__tar='pax -L -x $1 -w "$$tardir"'
|
||||
am__tar_='pax -L -x $1 -w "$tardir"'
|
||||
am__untar='pax -r'
|
||||
;;
|
||||
cpio)
|
||||
am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
|
||||
am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
|
||||
am__untar='cpio -i -H $1 -d'
|
||||
;;
|
||||
none)
|
||||
am__tar=false
|
||||
am__tar_=false
|
||||
am__untar=false
|
||||
;;
|
||||
esac
|
||||
|
||||
# If the value was cached, stop now. We just wanted to have am__tar
|
||||
# and am__untar set.
|
||||
test -n "${am_cv_prog_tar_$1}" && break
|
||||
|
||||
# tar/untar a dummy directory, and stop if the command works
|
||||
rm -rf conftest.dir
|
||||
mkdir conftest.dir
|
||||
echo GrepMe > conftest.dir/file
|
||||
AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
|
||||
rm -rf conftest.dir
|
||||
if test -s conftest.tar; then
|
||||
AM_RUN_LOG([$am__untar <conftest.tar])
|
||||
grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
|
||||
fi
|
||||
done
|
||||
rm -rf conftest.dir
|
||||
|
||||
AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
|
||||
AC_MSG_RESULT([$am_cv_prog_tar_$1])])
|
||||
AC_SUBST([am__tar])
|
||||
AC_SUBST([am__untar])
|
||||
]) # _AM_PROG_TAR
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Makefile.in generated by automake 1.8.5 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.9.6 from Makefile.am.
|
||||
# analyzer/Makefile. Generated from Makefile.in by configure.
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004 Free Software Foundation, Inc.
|
||||
# 2003, 2004, 2005 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.
|
||||
|
@ -34,14 +34,15 @@ POST_INSTALL = :
|
|||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
host_triplet = i686-pc-linux-gnu
|
||||
build_triplet = i686-suse-linux
|
||||
host_triplet = i686-suse-linux
|
||||
subdir = analyzer
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/configure.in
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(mkdir_p)
|
||||
mkinstalldirs = $(install_sh) -d
|
||||
CONFIG_CLEAN_FILES =
|
||||
am__installdirs = "$(DESTDIR)$(bindir)"
|
||||
binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
|
||||
|
@ -49,14 +50,14 @@ SCRIPTS = $(bin_SCRIPTS)
|
|||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = ${SHELL} /shared/prog/SoC/heap-buddy/missing --run aclocal-1.8
|
||||
ACLOCAL = ${SHELL} /home/dmsnell/heap-buddy/missing --run aclocal-1.9
|
||||
AMDEP_FALSE = #
|
||||
AMDEP_TRUE =
|
||||
AMTAR = ${SHELL} /shared/prog/SoC/heap-buddy/missing --run tar
|
||||
AMTAR = ${SHELL} /home/dmsnell/heap-buddy/missing --run tar
|
||||
AR = ar
|
||||
AUTOCONF = ${SHELL} /shared/prog/SoC/heap-buddy/missing --run autoconf
|
||||
AUTOHEADER = ${SHELL} /shared/prog/SoC/heap-buddy/missing --run autoheader
|
||||
AUTOMAKE = ${SHELL} /shared/prog/SoC/heap-buddy/missing --run automake-1.8
|
||||
AUTOCONF = ${SHELL} /home/dmsnell/heap-buddy/missing --run autoconf
|
||||
AUTOHEADER = ${SHELL} /home/dmsnell/heap-buddy/missing --run autoheader
|
||||
AUTOMAKE = ${SHELL} /home/dmsnell/heap-buddy/missing --run automake-1.9
|
||||
AWK = gawk
|
||||
CC = gcc
|
||||
CCDEPMODE = depmode=gcc3
|
||||
|
@ -64,21 +65,20 @@ CFLAGS = -g -O2
|
|||
CPP = gcc -E
|
||||
CPPFLAGS =
|
||||
CXX = g++
|
||||
CXXCPP = g++ -E
|
||||
CXXDEPMODE = depmode=gcc3
|
||||
CXXFLAGS = -g -O2
|
||||
CXXCPP =
|
||||
CXXDEPMODE = depmode=none
|
||||
CXXFLAGS =
|
||||
CYGPATH_W = echo
|
||||
DEFS = -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"heap-buddy\" -DVERSION=\"0.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
|
||||
DEFS = -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"heap-buddy\" -DVERSION=\"0.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
|
||||
DEPDIR = .deps
|
||||
ECHO = echo
|
||||
ECHO_C =
|
||||
ECHO_N = -n
|
||||
ECHO_T =
|
||||
EGREP = /bin/grep -E
|
||||
EGREP = grep -E
|
||||
EXEEXT =
|
||||
F77 = g77
|
||||
FFLAGS = -g -O2
|
||||
GREP = /bin/grep
|
||||
F77 =
|
||||
FFLAGS =
|
||||
INSTALL_DATA = ${INSTALL} -m 644
|
||||
INSTALL_PROGRAM = ${INSTALL}
|
||||
INSTALL_SCRIPT = ${INSTALL}
|
||||
|
@ -89,7 +89,7 @@ LIBS =
|
|||
LIBTOOL = $(SHELL) $(top_builddir)/libtool
|
||||
LN_S = ln -s
|
||||
LTLIBOBJS =
|
||||
MAKEINFO = ${SHELL} /shared/prog/SoC/heap-buddy/missing --run makeinfo
|
||||
MAKEINFO = ${SHELL} /home/dmsnell/heap-buddy/missing --run makeinfo
|
||||
MCS = /usr/bin/mcs
|
||||
MONO = /usr/bin/mono
|
||||
OBJEXT = o
|
||||
|
@ -101,68 +101,67 @@ PACKAGE_TARNAME =
|
|||
PACKAGE_VERSION =
|
||||
PATH_SEPARATOR = :
|
||||
PKG_CONFIG = /usr/bin/pkg-config
|
||||
PROFILER_CFLAGS = -D_REENTRANT -pthread -I/usr/lib/pkgconfig/../../include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
|
||||
PROFILER_LIBS = -Wl,--export-dynamic -pthread -L/usr/lib/pkgconfig/../../lib -lmono -lpthread -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0
|
||||
PROFILER_CFLAGS = -D_REENTRANT -pthread -I/usr/lib/pkgconfig/../../include -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include
|
||||
PROFILER_LIBS = -Wl,--export-dynamic -pthread -L/usr/lib/pkgconfig/../../lib -L/opt/gnome/lib -lmono -lpthread -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0
|
||||
RANLIB = ranlib
|
||||
SET_MAKE =
|
||||
SHELL = /bin/sh
|
||||
STRIP = strip
|
||||
VERSION = 0.2
|
||||
ac_ct_AR = ar
|
||||
ac_ct_CC = gcc
|
||||
ac_ct_CXX = g++
|
||||
ac_ct_F77 = g77
|
||||
ac_ct_F77 =
|
||||
ac_ct_RANLIB = ranlib
|
||||
ac_ct_STRIP = strip
|
||||
ac_pt_PKG_CONFIG = /usr/bin/pkg-config
|
||||
am__fastdepCC_FALSE = #
|
||||
am__fastdepCC_TRUE =
|
||||
am__fastdepCXX_FALSE = #
|
||||
am__fastdepCXX_TRUE =
|
||||
am__fastdepCXX_FALSE =
|
||||
am__fastdepCXX_TRUE = #
|
||||
am__include = include
|
||||
am__leading_dot = .
|
||||
am__quote =
|
||||
am__tar = ${AMTAR} chof - "$$tardir"
|
||||
am__untar = ${AMTAR} xf -
|
||||
bindir = ${exec_prefix}/bin
|
||||
build = i686-pc-linux-gnu
|
||||
build = i686-suse-linux
|
||||
build_alias =
|
||||
build_cpu = i686
|
||||
build_os = linux-gnu
|
||||
build_vendor = pc
|
||||
datadir = ${datarootdir}
|
||||
datarootdir = ${prefix}/share
|
||||
docdir = ${datarootdir}/doc/${PACKAGE}
|
||||
dvidir = ${docdir}
|
||||
build_os = linux
|
||||
build_vendor = suse
|
||||
datadir = ${prefix}/share
|
||||
exec_prefix = ${prefix}
|
||||
host = i686-pc-linux-gnu
|
||||
host = i686-suse-linux
|
||||
host_alias =
|
||||
host_cpu = i686
|
||||
host_os = linux-gnu
|
||||
host_vendor = pc
|
||||
htmldir = ${docdir}
|
||||
host_os = linux
|
||||
host_vendor = suse
|
||||
includedir = ${prefix}/include
|
||||
infodir = ${datarootdir}/info
|
||||
install_sh = /shared/prog/SoC/heap-buddy/install-sh
|
||||
infodir = ${prefix}/info
|
||||
install_sh = /home/dmsnell/heap-buddy/install-sh
|
||||
libdir = ${exec_prefix}/lib
|
||||
libexecdir = ${exec_prefix}/libexec
|
||||
localedir = ${datarootdir}/locale
|
||||
localstatedir = ${prefix}/var
|
||||
mandir = ${datarootdir}/man
|
||||
mkdir_p = mkdir -p -- .
|
||||
mandir = ${prefix}/man
|
||||
mkdir_p = mkdir -p --
|
||||
oldincludedir = /usr/include
|
||||
pdfdir = ${docdir}
|
||||
prefix = /usr/local
|
||||
program_transform_name = s,x,x,
|
||||
psdir = ${docdir}
|
||||
sbindir = ${exec_prefix}/sbin
|
||||
sharedstatedir = ${prefix}/com
|
||||
sysconfdir = ${prefix}/etc
|
||||
target_alias =
|
||||
CSC = mcs -debug
|
||||
CSFLAGS = -target:exe -pkg:gtk-sharp -r:Mono.Cairo
|
||||
CSFLAGS = -target:exe
|
||||
TARGET = HeapBuddy.exe
|
||||
WRAPPER = heap-buddy
|
||||
REPORT_CSFILES = \
|
||||
BacktracesReport.cs \
|
||||
HistoryReport.cs \
|
||||
MemlogReport.cs \
|
||||
SummaryReport.cs \
|
||||
TypesReport.cs
|
||||
TypesReport.cs \
|
||||
MemlogReport.cs
|
||||
|
||||
CSFILES = \
|
||||
HeapBuddy.cs \
|
||||
|
@ -176,9 +175,9 @@ CSFILES = \
|
|||
Resize.cs \
|
||||
OutfileReader.cs \
|
||||
Report.cs \
|
||||
MemZone.cs \
|
||||
TypeLog.cs \
|
||||
MethodLog.cs \
|
||||
MemZone.cs \
|
||||
MemGraph.cs \
|
||||
$(REPORT_CSFILES)
|
||||
|
||||
|
@ -317,7 +316,7 @@ clean-generic:
|
|||
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
||||
|
||||
distclean-generic:
|
||||
-rm -f $(CONFIG_CLEAN_FILES)
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Makefile.in generated by automake 1.8.5 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.9.6 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004 Free Software Foundation, Inc.
|
||||
# 2003, 2004, 2005 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.
|
||||
|
@ -34,6 +34,7 @@ POST_INSTALL = :
|
|||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
subdir = analyzer
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||
|
@ -41,7 +42,7 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|||
am__aclocal_m4_deps = $(top_srcdir)/configure.in
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(mkdir_p)
|
||||
mkinstalldirs = $(install_sh) -d
|
||||
CONFIG_CLEAN_FILES =
|
||||
am__installdirs = "$(DESTDIR)$(bindir)"
|
||||
binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
|
||||
|
@ -78,7 +79,6 @@ EGREP = @EGREP@
|
|||
EXEEXT = @EXEEXT@
|
||||
F77 = @F77@
|
||||
FFLAGS = @FFLAGS@
|
||||
GREP = @GREP@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
|
@ -108,9 +108,13 @@ SET_MAKE = @SET_MAKE@
|
|||
SHELL = @SHELL@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
ac_ct_AR = @ac_ct_AR@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_CXX = @ac_ct_CXX@
|
||||
ac_ct_F77 = @ac_ct_F77@
|
||||
ac_ct_RANLIB = @ac_ct_RANLIB@
|
||||
ac_ct_STRIP = @ac_ct_STRIP@
|
||||
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
|
||||
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
||||
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
||||
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
|
||||
|
@ -118,6 +122,8 @@ am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
|
|||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
|
@ -125,30 +131,23 @@ build_cpu = @build_cpu@
|
|||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
docdir = @docdir@
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
htmldir = @htmldir@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
pdfdir = @pdfdir@
|
||||
prefix = @prefix@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
sysconfdir = @sysconfdir@
|
||||
|
@ -161,7 +160,8 @@ REPORT_CSFILES = \
|
|||
BacktracesReport.cs \
|
||||
HistoryReport.cs \
|
||||
SummaryReport.cs \
|
||||
TypesReport.cs
|
||||
TypesReport.cs \
|
||||
MemlogReport.cs
|
||||
|
||||
CSFILES = \
|
||||
HeapBuddy.cs \
|
||||
|
@ -175,6 +175,10 @@ CSFILES = \
|
|||
Resize.cs \
|
||||
OutfileReader.cs \
|
||||
Report.cs \
|
||||
MemZone.cs \
|
||||
TypeLog.cs \
|
||||
MethodLog.cs \
|
||||
MemGraph.cs \
|
||||
$(REPORT_CSFILES)
|
||||
|
||||
bin_SCRIPTS = \
|
||||
|
@ -312,7 +316,7 @@ clean-generic:
|
|||
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
||||
|
||||
distclean-generic:
|
||||
-rm -f $(CONFIG_CLEAN_FILES)
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
|
|
|
@ -3,11 +3,103 @@ using System.Collections;
|
|||
using Cairo;
|
||||
|
||||
namespace HeapBuddy {
|
||||
|
||||
public class LongStats {
|
||||
private ArrayList Data;
|
||||
private long Total;
|
||||
private bool isSorted;
|
||||
|
||||
public LongStats() {
|
||||
Data = new ArrayList ();
|
||||
Total = 0;
|
||||
isSorted = 0;
|
||||
}
|
||||
|
||||
public void Add (long n) {
|
||||
Data.Add (n);
|
||||
isSorted = false;
|
||||
Total += n;
|
||||
}
|
||||
|
||||
public long Min {
|
||||
get {
|
||||
|
||||
if (Data.Count <= 0)
|
||||
throw new ArgumentException ();
|
||||
|
||||
if (!isSorted) {
|
||||
Data.Sort ();
|
||||
isSorted = true;
|
||||
}
|
||||
|
||||
return Data [0];
|
||||
}
|
||||
}
|
||||
|
||||
public long Max {
|
||||
get {
|
||||
|
||||
if (Data.Count <= 0)
|
||||
throw new ArgumentException ();
|
||||
|
||||
if (!isSorted) {
|
||||
Data.Sort ();
|
||||
isSorted = true;
|
||||
}
|
||||
|
||||
return Data [Data.Count - 1];
|
||||
}
|
||||
}
|
||||
|
||||
public long Mean {
|
||||
get {
|
||||
|
||||
if (Data.Count <= 0)
|
||||
throw new ArgumentException ();
|
||||
|
||||
return (long)((float)Total / (float)Data.Count);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public class Memgraph {
|
||||
private LongStats Stats;
|
||||
|
||||
public Memgraph (OutfileReader reader, string data)
|
||||
{
|
||||
Stats = new LongStats ();
|
||||
|
||||
CollectStats (reader, data);
|
||||
DisplayStats (Stats);
|
||||
|
||||
ImageSurface surface = new ImageSurface (Format.RGB24, 320, 240);
|
||||
Context c = new Context (surface);
|
||||
|
||||
c.Color = new Color (1, 1, 1, 1);
|
||||
c.Paint ();
|
||||
|
||||
c.Color = new Color (0, 0, 0, 1);
|
||||
c.MoveTo (0, 0);
|
||||
c.LineTo (320, 240);
|
||||
c.LineWidth = 4;
|
||||
c.Stroke ();
|
||||
|
||||
surface.WriteToPng ("memgraph.png");
|
||||
surface.Finish ();
|
||||
}
|
||||
|
||||
public void CollectStats (OutfileReader reader, string data)
|
||||
{
|
||||
foreach (Gc gc in reader.Gcs) {
|
||||
Stats.Add (gc.PostGcLiveBytes);
|
||||
}
|
||||
}
|
||||
|
||||
public void DisplayStats (LongStats stats)
|
||||
{
|
||||
try {
|
||||
Console.WriteLine (" Mix: {0}\n Max: {1}\nMean: {2}", stats.Min, stats.Max, stats.Mean);
|
||||
} catch { };
|
||||
}
|
||||
}
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -32,19 +32,19 @@
|
|||
{
|
||||
'AM_ENABLE_STATIC' => 1,
|
||||
'AC_LIBTOOL_LANG_RC_CONFIG' => 1,
|
||||
'AC_C_VOLATILE' => 1,
|
||||
'AC_TYPE_OFF_T' => 1,
|
||||
'_LT_AC_SHELL_INIT' => 1,
|
||||
'AC_C_VOLATILE' => 1,
|
||||
'AC_FUNC_CLOSEDIR_VOID' => 1,
|
||||
'_LT_AC_SHELL_INIT' => 1,
|
||||
'AC_REPLACE_FNMATCH' => 1,
|
||||
'_LT_AC_LANG_CXX_CONFIG' => 1,
|
||||
'AC_PROG_LIBTOOL' => 1,
|
||||
'AM_PROG_MKDIR_P' => 1,
|
||||
'AC_FUNC_STAT' => 1,
|
||||
'AM_PROG_MKDIR_P' => 1,
|
||||
'AC_FUNC_WAIT3' => 1,
|
||||
'AM_AUTOMAKE_VERSION' => 1,
|
||||
'AC_FUNC_LSTAT' => 1,
|
||||
'AC_STRUCT_TM' => 1,
|
||||
'AC_FUNC_LSTAT' => 1,
|
||||
'AM_AUTOMAKE_VERSION' => 1,
|
||||
'AC_FUNC_STRTOD' => 1,
|
||||
'AC_CHECK_HEADERS' => 1,
|
||||
'AM_MISSING_PROG' => 1,
|
||||
|
@ -65,24 +65,24 @@
|
|||
'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1,
|
||||
'AC_LIBTOOL_GCJ' => 1,
|
||||
'AC_PROG_GCC_TRADITIONAL' => 1,
|
||||
'_LT_VERSION_CHECK' => 1,
|
||||
'AC_LIBSOURCE' => 1,
|
||||
'_LT_VERSION_CHECK' => 1,
|
||||
'AC_STRUCT_ST_BLOCKS' => 1,
|
||||
'AM_PROG_FC_C_O' => 1,
|
||||
'_LT_AC_LANG_F77' => 1,
|
||||
'AC_LIBTOOL_CONFIG' => 1,
|
||||
'AC_PROG_MAKE_SET' => 1,
|
||||
'AC_CONFIG_AUX_DIR' => 1,
|
||||
'_LT_AC_LANG_F77' => 1,
|
||||
'_AM_SUBST_NOTMAKE' => 1,
|
||||
'AC_CONFIG_AUX_DIR' => 1,
|
||||
'AC_PROG_MAKE_SET' => 1,
|
||||
'sinclude' => 1,
|
||||
'AM_DISABLE_SHARED' => 1,
|
||||
'AM_PROG_LIBTOOL' => 1,
|
||||
'_LT_AC_LANG_CXX' => 1,
|
||||
'_LT_AC_FILE_LTDLL_C' => 1,
|
||||
'AM_PROG_LIBTOOL' => 1,
|
||||
'AM_PROG_LD' => 1,
|
||||
'_LT_AC_FILE_LTDLL_C' => 1,
|
||||
'AC_FUNC_STRERROR_R' => 1,
|
||||
'AC_DECL_SYS_SIGLIST' => 1,
|
||||
'AC_FUNC_FORK' => 1,
|
||||
'AC_DECL_SYS_SIGLIST' => 1,
|
||||
'AC_FUNC_VPRINTF' => 1,
|
||||
'AC_PROG_NM' => 1,
|
||||
'AC_LIBTOOL_DLOPEN' => 1,
|
||||
|
@ -96,58 +96,58 @@
|
|||
'_AM_SET_OPTION' => 1,
|
||||
'AC_CANONICAL_HOST' => 1,
|
||||
'_LT_LINKER_BOILERPLATE' => 1,
|
||||
'AC_LIBTOOL_PROG_CC_C_O' => 1,
|
||||
'AC_LIBTOOL_LANG_CXX_CONFIG' => 1,
|
||||
'AC_PROG_RANLIB' => 1,
|
||||
'AC_LIBTOOL_LANG_CXX_CONFIG' => 1,
|
||||
'AC_LIBTOOL_PROG_CC_C_O' => 1,
|
||||
'AC_FUNC_SETPGRP' => 1,
|
||||
'AC_CONFIG_SUBDIRS' => 1,
|
||||
'AC_FUNC_MMAP' => 1,
|
||||
'AC_TYPE_SIZE_T' => 1,
|
||||
'AC_CHECK_TYPES' => 1,
|
||||
'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
|
||||
'LT_SUPPORTED_TAG' => 1,
|
||||
'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
|
||||
'AC_CHECK_MEMBERS' => 1,
|
||||
'AC_FUNC_UTIME_NULL' => 1,
|
||||
'AC_FUNC_SELECT_ARGTYPES' => 1,
|
||||
'_LT_AC_LANG_GCJ' => 1,
|
||||
'AC_FUNC_STRFTIME' => 1,
|
||||
'AC_HEADER_STAT' => 1,
|
||||
'AC_FUNC_STRFTIME' => 1,
|
||||
'AC_C_INLINE' => 1,
|
||||
'AC_LIBTOOL_RC' => 1,
|
||||
'_LT_AC_PROG_ECHO_BACKSLASH' => 1,
|
||||
'AC_DISABLE_FAST_INSTALL' => 1,
|
||||
'_LT_AC_PROG_ECHO_BACKSLASH' => 1,
|
||||
'AC_CONFIG_FILES' => 1,
|
||||
'_LT_AC_TRY_DLOPEN_SELF' => 1,
|
||||
'_LT_AC_SYS_LIBPATH_AIX' => 1,
|
||||
'include' => 1,
|
||||
'_LT_AC_SYS_LIBPATH_AIX' => 1,
|
||||
'_LT_AC_TRY_DLOPEN_SELF' => 1,
|
||||
'LT_AC_PROG_SED' => 1,
|
||||
'AM_ENABLE_SHARED' => 1,
|
||||
'AM_GNU_GETTEXT' => 1,
|
||||
'_LT_AC_LANG_GCJ_CONFIG' => 1,
|
||||
'AC_ENABLE_SHARED' => 1,
|
||||
'AC_CHECK_LIB' => 1,
|
||||
'AC_FUNC_OBSTACK' => 1,
|
||||
'AC_CHECK_LIB' => 1,
|
||||
'AC_ENABLE_SHARED' => 1,
|
||||
'AC_FUNC_MALLOC' => 1,
|
||||
'AC_FUNC_GETGROUPS' => 1,
|
||||
'AC_FUNC_GETLOADAVG' => 1,
|
||||
'AC_FC_FREEFORM' => 1,
|
||||
'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1,
|
||||
'AC_ENABLE_STATIC' => 1,
|
||||
'AC_FUNC_GETLOADAVG' => 1,
|
||||
'AC_FUNC_FSEEKO' => 1,
|
||||
'_LT_AC_TAGVAR' => 1,
|
||||
'AC_ENABLE_STATIC' => 1,
|
||||
'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1,
|
||||
'AM_PROG_CC_C_O' => 1,
|
||||
'_LT_AC_TAGVAR' => 1,
|
||||
'AC_LIBTOOL_LANG_F77_CONFIG' => 1,
|
||||
'AM_CONDITIONAL' => 1,
|
||||
'AC_FUNC_MKTIME' => 1,
|
||||
'AM_CONDITIONAL' => 1,
|
||||
'AC_HEADER_SYS_WAIT' => 1,
|
||||
'AC_FUNC_MEMCMP' => 1,
|
||||
'AC_PROG_LN_S' => 1,
|
||||
'AM_PROG_INSTALL_SH' => 1,
|
||||
'AC_FUNC_MEMCMP' => 1,
|
||||
'm4_include' => 1,
|
||||
'AC_PROG_EGREP' => 1,
|
||||
'AM_PROG_INSTALL_SH' => 1,
|
||||
'AC_HEADER_DIRENT' => 1,
|
||||
'AC_PATH_MAGIC' => 1,
|
||||
'AC_PROG_EGREP' => 1,
|
||||
'_AC_AM_CONFIG_HEADER_HOOK' => 1,
|
||||
'AC_PATH_MAGIC' => 1,
|
||||
'AM_MAKE_INCLUDE' => 1,
|
||||
'AM_PROG_F77_C_O' => 1,
|
||||
'_LT_AC_TAGCONFIG' => 1,
|
||||
|
@ -157,16 +157,16 @@
|
|||
'AC_LIBTOOL_COMPILER_OPTION' => 1,
|
||||
'AC_DISABLE_SHARED' => 1,
|
||||
'_LT_COMPILER_BOILERPLATE' => 1,
|
||||
'AC_LIBTOOL_WIN32_DLL' => 1,
|
||||
'AC_LIBTOOL_SETUP' => 1,
|
||||
'AC_LIBTOOL_WIN32_DLL' => 1,
|
||||
'AC_PROG_LD_RELOAD_FLAG' => 1,
|
||||
'AC_HEADER_TIME' => 1,
|
||||
'AM_MISSING_HAS_RUN' => 1,
|
||||
'AC_FUNC_GETMNTENT' => 1,
|
||||
'AC_TYPE_MODE_T' => 1,
|
||||
'AC_FUNC_GETMNTENT' => 1,
|
||||
'AM_MISSING_HAS_RUN' => 1,
|
||||
'LT_CONFIG_LTDL_DIR' => 1,
|
||||
'AC_LIBTOOL_DLOPEN_SELF' => 1,
|
||||
'm4_sinclude' => 1,
|
||||
'AC_LIBTOOL_DLOPEN_SELF' => 1,
|
||||
'AC_PATH_X' => 1,
|
||||
'AC_LIBTOOL_PROG_LD_SHLIBS' => 1,
|
||||
'_PKG_SHORT_ERRORS_SUPPORTED' => 1,
|
||||
|
@ -174,29 +174,29 @@
|
|||
'AM_PROG_CXX_C_O' => 1,
|
||||
'AC_LIBTOOL_LINKER_OPTION' => 1,
|
||||
'PKG_CHECK_EXISTS' => 1,
|
||||
'LT_AC_PROG_RC' => 1,
|
||||
'AC_LIBTOOL_CXX' => 1,
|
||||
'LT_AC_PROG_RC' => 1,
|
||||
'LT_INIT' => 1,
|
||||
'LT_AC_PROG_GCJ' => 1,
|
||||
'AC_FUNC_ERROR_AT_LINE' => 1,
|
||||
'AM_DISABLE_STATIC' => 1,
|
||||
'_LT_AC_PROG_CXXCPP' => 1,
|
||||
'AM_DEP_TRACK' => 1,
|
||||
'_AC_PROG_LIBTOOL' => 1,
|
||||
'_LT_AC_PROG_CXXCPP' => 1,
|
||||
'AM_DISABLE_STATIC' => 1,
|
||||
'AC_FUNC_MBRTOWC' => 1,
|
||||
'AC_TYPE_SIGNAL' => 1,
|
||||
'_AC_PROG_LIBTOOL' => 1,
|
||||
'AC_CANONICAL_BUILD' => 1,
|
||||
'_AM_IF_OPTION' => 1,
|
||||
'AC_TYPE_SIGNAL' => 1,
|
||||
'AC_TYPE_UID_T' => 1,
|
||||
'_AM_IF_OPTION' => 1,
|
||||
'AC_PATH_TOOL_PREFIX' => 1,
|
||||
'm4_pattern_allow' => 1,
|
||||
'AC_LIBTOOL_F77' => 1,
|
||||
'm4_pattern_allow' => 1,
|
||||
'AM_SET_LEADING_DOT' => 1,
|
||||
'AC_DEFINE_TRACE_LITERAL' => 1,
|
||||
'_AM_DEPENDENCIES' => 1,
|
||||
'AC_LIBTOOL_LANG_C_CONFIG' => 1,
|
||||
'_LT_AC_SYS_COMPILER' => 1,
|
||||
'AC_PROG_CC' => 1,
|
||||
'_LT_AC_SYS_COMPILER' => 1,
|
||||
'AM_PROG_NM' => 1,
|
||||
'PKG_CHECK_MODULES' => 1,
|
||||
'AC_FUNC_STRCOLL' => 1,
|
||||
|
@ -204,30 +204,30 @@
|
|||
'AC_SUBST_TRACE' => 1,
|
||||
'AC_LIBLTDL_CONVENIENCE' => 1,
|
||||
'AC_DEPLIBS_CHECK_METHOD' => 1,
|
||||
'AC_FUNC_CHOWN' => 1,
|
||||
'AC_LIBLTDL_INSTALLABLE' => 1,
|
||||
'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
|
||||
'AC_LIBLTDL_INSTALLABLE' => 1,
|
||||
'AC_FUNC_CHOWN' => 1,
|
||||
'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1,
|
||||
'AC_FUNC_GETPGRP' => 1,
|
||||
'AC_FC_SRCEXT' => 1,
|
||||
'AC_FUNC_GETPGRP' => 1,
|
||||
'AM_INIT_AUTOMAKE' => 1,
|
||||
'AC_FUNC_REALLOC' => 1,
|
||||
'AC_DISABLE_STATIC' => 1,
|
||||
'AC_CONFIG_LINKS' => 1,
|
||||
'AC_REQUIRE_AUX_FILE' => 1,
|
||||
'AC_CONFIG_LINKS' => 1,
|
||||
'AM_MAINTAINER_MODE' => 1,
|
||||
'_LT_AC_LOCK' => 1,
|
||||
'_LT_AC_LANG_RC_CONFIG' => 1,
|
||||
'AC_PROG_CPP' => 1,
|
||||
'AC_C_CONST' => 1,
|
||||
'AC_PROG_LEX' => 1,
|
||||
'AC_TYPE_PID_T' => 1,
|
||||
'AC_PROG_LEX' => 1,
|
||||
'AC_C_CONST' => 1,
|
||||
'AC_LIBTOOL_POSTDEP_PREDEP' => 1,
|
||||
'AC_FUNC_SETVBUF_REVERSED' => 1,
|
||||
'AM_AUX_DIR_EXPAND' => 1,
|
||||
'AC_PROG_INSTALL' => 1,
|
||||
'_LT_AC_LANG_F77_CONFIG' => 1,
|
||||
'AM_AUX_DIR_EXPAND' => 1,
|
||||
'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1,
|
||||
'_LT_AC_LANG_F77_CONFIG' => 1,
|
||||
'_AM_SET_OPTIONS' => 1,
|
||||
'_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
|
||||
'AC_LIBTOOL_PICMODE' => 1,
|
||||
|
@ -236,11 +236,11 @@
|
|||
'AC_LIBTOOL_SYS_LIB_STRIP' => 1,
|
||||
'_AM_MANGLE_OPTION' => 1,
|
||||
'AC_CANONICAL_SYSTEM' => 1,
|
||||
'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1,
|
||||
'AC_CONFIG_HEADERS' => 1,
|
||||
'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1,
|
||||
'AM_SET_DEPDIR' => 1,
|
||||
'PKG_PROG_PKG_CONFIG' => 1,
|
||||
'_LT_CC_BASENAME' => 1,
|
||||
'PKG_PROG_PKG_CONFIG' => 1,
|
||||
'AC_CHECK_FUNCS' => 1
|
||||
}
|
||||
], 'Autom4te::Request' ),
|
||||
|
@ -256,26 +256,26 @@
|
|||
'configure.in'
|
||||
],
|
||||
{
|
||||
'_LT_AC_TAGCONFIG' => 1,
|
||||
'AM_PROG_F77_C_O' => 1,
|
||||
'_LT_AC_TAGCONFIG' => 1,
|
||||
'm4_pattern_forbid' => 1,
|
||||
'AC_CANONICAL_TARGET' => 1,
|
||||
'AC_CONFIG_LIBOBJ_DIR' => 1,
|
||||
'AC_TYPE_OFF_T' => 1,
|
||||
'AC_C_VOLATILE' => 1,
|
||||
'AC_TYPE_OFF_T' => 1,
|
||||
'AC_FUNC_CLOSEDIR_VOID' => 1,
|
||||
'AC_REPLACE_FNMATCH' => 1,
|
||||
'AC_PROG_LIBTOOL' => 1,
|
||||
'AC_FUNC_STAT' => 1,
|
||||
'AC_HEADER_TIME' => 1,
|
||||
'AC_FUNC_WAIT3' => 1,
|
||||
'AC_STRUCT_TM' => 1,
|
||||
'AC_FUNC_LSTAT' => 1,
|
||||
'AC_HEADER_TIME' => 1,
|
||||
'AM_AUTOMAKE_VERSION' => 1,
|
||||
'AC_TYPE_MODE_T' => 1,
|
||||
'AC_FUNC_LSTAT' => 1,
|
||||
'AC_STRUCT_TM' => 1,
|
||||
'AC_FUNC_GETMNTENT' => 1,
|
||||
'AC_FUNC_STRTOD' => 1,
|
||||
'AC_TYPE_MODE_T' => 1,
|
||||
'AC_CHECK_HEADERS' => 1,
|
||||
'AC_FUNC_STRTOD' => 1,
|
||||
'LT_CONFIG_LTDL_DIR' => 1,
|
||||
'AC_FUNC_STRNLEN' => 1,
|
||||
'm4_sinclude' => 1,
|
||||
|
@ -293,22 +293,22 @@
|
|||
'AC_LIBSOURCE' => 1,
|
||||
'AC_FUNC_MBRTOWC' => 1,
|
||||
'AC_STRUCT_ST_BLOCKS' => 1,
|
||||
'AM_PROG_FC_C_O' => 1,
|
||||
'AC_CANONICAL_BUILD' => 1,
|
||||
'AC_TYPE_SIGNAL' => 1,
|
||||
'AC_CANONICAL_BUILD' => 1,
|
||||
'AM_PROG_FC_C_O' => 1,
|
||||
'AC_TYPE_UID_T' => 1,
|
||||
'_AM_SUBST_NOTMAKE' => 1,
|
||||
'AC_PROG_MAKE_SET' => 1,
|
||||
'AC_CONFIG_AUX_DIR' => 1,
|
||||
'sinclude' => 1,
|
||||
'AC_PROG_MAKE_SET' => 1,
|
||||
'_AM_SUBST_NOTMAKE' => 1,
|
||||
'm4_pattern_allow' => 1,
|
||||
'sinclude' => 1,
|
||||
'AC_DEFINE_TRACE_LITERAL' => 1,
|
||||
'AC_FUNC_STRERROR_R' => 1,
|
||||
'AC_PROG_CC' => 1,
|
||||
'AC_FUNC_FORK' => 1,
|
||||
'AC_DECL_SYS_SIGLIST' => 1,
|
||||
'AC_FUNC_VPRINTF' => 1,
|
||||
'AC_FUNC_FORK' => 1,
|
||||
'AC_FUNC_STRCOLL' => 1,
|
||||
'AC_FUNC_VPRINTF' => 1,
|
||||
'AC_PROG_YACC' => 1,
|
||||
'AC_SUBST_TRACE' => 1,
|
||||
'AC_STRUCT_TIMEZONE' => 1,
|
||||
|
@ -320,51 +320,285 @@
|
|||
'AC_CANONICAL_HOST' => 1,
|
||||
'AC_FUNC_GETPGRP' => 1,
|
||||
'AC_PROG_RANLIB' => 1,
|
||||
'AM_INIT_AUTOMAKE' => 1,
|
||||
'AC_FUNC_SETPGRP' => 1,
|
||||
'AM_INIT_AUTOMAKE' => 1,
|
||||
'AC_CONFIG_SUBDIRS' => 1,
|
||||
'AC_FUNC_MMAP' => 1,
|
||||
'AC_FUNC_REALLOC' => 1,
|
||||
'AC_TYPE_SIZE_T' => 1,
|
||||
'AC_REQUIRE_AUX_FILE' => 1,
|
||||
'AC_CONFIG_LINKS' => 1,
|
||||
'AC_CHECK_TYPES' => 1,
|
||||
'AC_CONFIG_LINKS' => 1,
|
||||
'AC_REQUIRE_AUX_FILE' => 1,
|
||||
'LT_SUPPORTED_TAG' => 1,
|
||||
'AC_CHECK_MEMBERS' => 1,
|
||||
'AM_MAINTAINER_MODE' => 1,
|
||||
'AC_FUNC_UTIME_NULL' => 1,
|
||||
'AC_FUNC_SELECT_ARGTYPES' => 1,
|
||||
'AC_HEADER_STAT' => 1,
|
||||
'AC_FUNC_STRFTIME' => 1,
|
||||
'AC_PROG_CPP' => 1,
|
||||
'AC_HEADER_STAT' => 1,
|
||||
'AC_C_INLINE' => 1,
|
||||
'AC_TYPE_PID_T' => 1,
|
||||
'AC_PROG_LEX' => 1,
|
||||
'AC_C_CONST' => 1,
|
||||
'AC_PROG_CPP' => 1,
|
||||
'AM_ENABLE_MULTILIB' => 1,
|
||||
'AC_C_CONST' => 1,
|
||||
'AC_PROG_LEX' => 1,
|
||||
'AC_TYPE_PID_T' => 1,
|
||||
'AC_CONFIG_FILES' => 1,
|
||||
'include' => 1,
|
||||
'AC_FUNC_SETVBUF_REVERSED' => 1,
|
||||
'AC_PROG_INSTALL' => 1,
|
||||
'AM_GNU_GETTEXT' => 1,
|
||||
'AC_CHECK_LIB' => 1,
|
||||
'AC_FUNC_OBSTACK' => 1,
|
||||
'AC_CHECK_LIB' => 1,
|
||||
'AC_FUNC_MALLOC' => 1,
|
||||
'AC_FUNC_GETGROUPS' => 1,
|
||||
'AC_FC_FREEFORM' => 1,
|
||||
'AC_FUNC_GETLOADAVG' => 1,
|
||||
'AC_FC_FREEFORM' => 1,
|
||||
'AH_OUTPUT' => 1,
|
||||
'AC_FUNC_FSEEKO' => 1,
|
||||
'AM_PROG_CC_C_O' => 1,
|
||||
'AM_CONDITIONAL' => 1,
|
||||
'AC_CANONICAL_SYSTEM' => 1,
|
||||
'AC_FUNC_MKTIME' => 1,
|
||||
'AC_CANONICAL_SYSTEM' => 1,
|
||||
'AM_CONDITIONAL' => 1,
|
||||
'AC_CONFIG_HEADERS' => 1,
|
||||
'AC_HEADER_SYS_WAIT' => 1,
|
||||
'AC_FUNC_MEMCMP' => 1,
|
||||
'AC_PROG_LN_S' => 1,
|
||||
'm4_include' => 1,
|
||||
'AC_HEADER_DIRENT' => 1,
|
||||
'AC_CHECK_FUNCS' => 1
|
||||
}
|
||||
], 'Autom4te::Request' ),
|
||||
bless( [
|
||||
'2',
|
||||
1,
|
||||
[
|
||||
'/usr/share/autoconf'
|
||||
],
|
||||
[
|
||||
'/usr/share/autoconf/autoconf/autoconf.m4f',
|
||||
'/usr/share/aclocal/libtool.m4',
|
||||
'/usr/share/aclocal/pkg.m4',
|
||||
'/usr/share/aclocal-1.9/amversion.m4',
|
||||
'/usr/share/aclocal-1.9/auxdir.m4',
|
||||
'/usr/share/aclocal-1.9/cond.m4',
|
||||
'/usr/share/aclocal-1.9/depend.m4',
|
||||
'/usr/share/aclocal-1.9/depout.m4',
|
||||
'/usr/share/aclocal-1.9/init.m4',
|
||||
'/usr/share/aclocal-1.9/install-sh.m4',
|
||||
'/usr/share/aclocal-1.9/lead-dot.m4',
|
||||
'/usr/share/aclocal-1.9/make.m4',
|
||||
'/usr/share/aclocal-1.9/missing.m4',
|
||||
'/usr/share/aclocal-1.9/mkdirp.m4',
|
||||
'/usr/share/aclocal-1.9/options.m4',
|
||||
'/usr/share/aclocal-1.9/runlog.m4',
|
||||
'/usr/share/aclocal-1.9/sanity.m4',
|
||||
'/usr/share/aclocal-1.9/strip.m4',
|
||||
'/usr/share/aclocal-1.9/tar.m4',
|
||||
'configure.in'
|
||||
],
|
||||
{
|
||||
'AM_ENABLE_STATIC' => 1,
|
||||
'AC_LIBTOOL_LANG_RC_CONFIG' => 1,
|
||||
'AC_TYPE_OFF_T' => 1,
|
||||
'AC_C_VOLATILE' => 1,
|
||||
'AC_FUNC_CLOSEDIR_VOID' => 1,
|
||||
'_LT_AC_SHELL_INIT' => 1,
|
||||
'AC_REPLACE_FNMATCH' => 1,
|
||||
'AC_DEFUN' => 1,
|
||||
'_LT_AC_LANG_CXX_CONFIG' => 1,
|
||||
'AC_PROG_LIBTOOL' => 1,
|
||||
'AC_FUNC_STAT' => 1,
|
||||
'AM_PROG_MKDIR_P' => 1,
|
||||
'AC_FUNC_WAIT3' => 1,
|
||||
'AC_STRUCT_TM' => 1,
|
||||
'AC_FUNC_LSTAT' => 1,
|
||||
'AM_AUTOMAKE_VERSION' => 1,
|
||||
'AC_FUNC_STRTOD' => 1,
|
||||
'AC_CHECK_HEADERS' => 1,
|
||||
'AM_MISSING_PROG' => 1,
|
||||
'AC_FUNC_STRNLEN' => 1,
|
||||
'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1,
|
||||
'AC_PROG_CXX' => 1,
|
||||
'_LT_AC_LANG_C_CONFIG' => 1,
|
||||
'AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK' => 1,
|
||||
'AM_PROG_INSTALL_STRIP' => 1,
|
||||
'AC_PROG_AWK' => 1,
|
||||
'_m4_warn' => 1,
|
||||
'AC_LIBTOOL_OBJDIR' => 1,
|
||||
'AC_HEADER_MAJOR' => 1,
|
||||
'AM_SANITY_CHECK' => 1,
|
||||
'AC_LIBTOOL_PROG_COMPILER_PIC' => 1,
|
||||
'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1,
|
||||
'_LT_AC_CHECK_DLFCN' => 1,
|
||||
'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1,
|
||||
'_AM_PROG_TAR' => 1,
|
||||
'AC_LIBTOOL_GCJ' => 1,
|
||||
'AC_PROG_GCC_TRADITIONAL' => 1,
|
||||
'AC_LIBSOURCE' => 1,
|
||||
'AC_STRUCT_ST_BLOCKS' => 1,
|
||||
'AC_LIBTOOL_CONFIG' => 1,
|
||||
'_LT_AC_LANG_F77' => 1,
|
||||
'AC_CONFIG_AUX_DIR' => 1,
|
||||
'AC_PROG_MAKE_SET' => 1,
|
||||
'sinclude' => 1,
|
||||
'AM_DISABLE_SHARED' => 1,
|
||||
'_LT_AC_LANG_CXX' => 1,
|
||||
'AM_PROG_LIBTOOL' => 1,
|
||||
'AM_PROG_LD' => 1,
|
||||
'_LT_AC_FILE_LTDLL_C' => 1,
|
||||
'AC_FUNC_STRERROR_R' => 1,
|
||||
'AC_FUNC_FORK' => 1,
|
||||
'AC_DECL_SYS_SIGLIST' => 1,
|
||||
'AC_FUNC_VPRINTF' => 1,
|
||||
'AU_DEFUN' => 1,
|
||||
'AC_PROG_NM' => 1,
|
||||
'AC_LIBTOOL_DLOPEN' => 1,
|
||||
'AC_PROG_LD' => 1,
|
||||
'AC_PROG_LD_GNU' => 1,
|
||||
'AC_ENABLE_FAST_INSTALL' => 1,
|
||||
'AC_INIT' => 1,
|
||||
'AC_STRUCT_TIMEZONE' => 1,
|
||||
'AC_SUBST' => 1,
|
||||
'AC_FUNC_ALLOCA' => 1,
|
||||
'_AM_SET_OPTION' => 1,
|
||||
'AC_CANONICAL_HOST' => 1,
|
||||
'_LT_LINKER_BOILERPLATE' => 1,
|
||||
'AC_PROG_RANLIB' => 1,
|
||||
'AC_LIBTOOL_LANG_CXX_CONFIG' => 1,
|
||||
'AC_LIBTOOL_PROG_CC_C_O' => 1,
|
||||
'AC_FUNC_SETPGRP' => 1,
|
||||
'AC_CONFIG_SUBDIRS' => 1,
|
||||
'AC_FUNC_MMAP' => 1,
|
||||
'AC_TYPE_SIZE_T' => 1,
|
||||
'AC_CHECK_TYPES' => 1,
|
||||
'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
|
||||
'AC_CHECK_MEMBERS' => 1,
|
||||
'AC_DEFUN_ONCE' => 1,
|
||||
'AC_FUNC_UTIME_NULL' => 1,
|
||||
'AC_FUNC_SELECT_ARGTYPES' => 1,
|
||||
'_LT_AC_LANG_GCJ' => 1,
|
||||
'AC_HEADER_STAT' => 1,
|
||||
'AC_FUNC_STRFTIME' => 1,
|
||||
'AC_C_INLINE' => 1,
|
||||
'AC_LIBTOOL_RC' => 1,
|
||||
'AC_DISABLE_FAST_INSTALL' => 1,
|
||||
'_LT_AC_PROG_ECHO_BACKSLASH' => 1,
|
||||
'AC_CONFIG_FILES' => 1,
|
||||
'include' => 1,
|
||||
'_LT_AC_SYS_LIBPATH_AIX' => 1,
|
||||
'_LT_AC_TRY_DLOPEN_SELF' => 1,
|
||||
'LT_AC_PROG_SED' => 1,
|
||||
'AM_ENABLE_SHARED' => 1,
|
||||
'AM_GNU_GETTEXT' => 1,
|
||||
'_LT_AC_LANG_GCJ_CONFIG' => 1,
|
||||
'AC_FUNC_OBSTACK' => 1,
|
||||
'AC_CHECK_LIB' => 1,
|
||||
'AC_ENABLE_SHARED' => 1,
|
||||
'AC_FUNC_MALLOC' => 1,
|
||||
'AC_FUNC_GETGROUPS' => 1,
|
||||
'AC_FUNC_GETLOADAVG' => 1,
|
||||
'AC_FUNC_FSEEKO' => 1,
|
||||
'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1,
|
||||
'AC_ENABLE_STATIC' => 1,
|
||||
'AM_PROG_CC_C_O' => 1,
|
||||
'_LT_AC_TAGVAR' => 1,
|
||||
'AC_LIBTOOL_LANG_F77_CONFIG' => 1,
|
||||
'AC_FUNC_MKTIME' => 1,
|
||||
'AM_CONDITIONAL' => 1,
|
||||
'AC_HEADER_SYS_WAIT' => 1,
|
||||
'AC_PROG_LN_S' => 1,
|
||||
'AC_FUNC_MEMCMP' => 1,
|
||||
'm4_include' => 1,
|
||||
'AM_PROG_INSTALL_SH' => 1,
|
||||
'AC_HEADER_DIRENT' => 1,
|
||||
'AC_PROG_EGREP' => 1,
|
||||
'_AC_AM_CONFIG_HEADER_HOOK' => 1,
|
||||
'AC_PATH_MAGIC' => 1,
|
||||
'AM_MAKE_INCLUDE' => 1,
|
||||
'_LT_AC_TAGCONFIG' => 1,
|
||||
'm4_pattern_forbid' => 1,
|
||||
'AC_CONFIG_LIBOBJ_DIR' => 1,
|
||||
'AC_LIBTOOL_COMPILER_OPTION' => 1,
|
||||
'AC_DISABLE_SHARED' => 1,
|
||||
'_LT_COMPILER_BOILERPLATE' => 1,
|
||||
'AC_LIBTOOL_SETUP' => 1,
|
||||
'AC_LIBTOOL_WIN32_DLL' => 1,
|
||||
'AC_PROG_LD_RELOAD_FLAG' => 1,
|
||||
'AC_HEADER_TIME' => 1,
|
||||
'AC_TYPE_MODE_T' => 1,
|
||||
'AC_FUNC_GETMNTENT' => 1,
|
||||
'AM_MISSING_HAS_RUN' => 1,
|
||||
'm4_sinclude' => 1,
|
||||
'AC_LIBTOOL_DLOPEN_SELF' => 1,
|
||||
'AC_PATH_X' => 1,
|
||||
'AC_LIBTOOL_PROG_LD_SHLIBS' => 1,
|
||||
'_PKG_SHORT_ERRORS_SUPPORTED' => 1,
|
||||
'AC_HEADER_STDC' => 1,
|
||||
'AC_LIBTOOL_LINKER_OPTION' => 1,
|
||||
'PKG_CHECK_EXISTS' => 1,
|
||||
'LT_AC_PROG_RC' => 1,
|
||||
'AC_LIBTOOL_CXX' => 1,
|
||||
'LT_AC_PROG_GCJ' => 1,
|
||||
'AC_FUNC_ERROR_AT_LINE' => 1,
|
||||
'AM_DEP_TRACK' => 1,
|
||||
'_LT_AC_PROG_CXXCPP' => 1,
|
||||
'AM_DISABLE_STATIC' => 1,
|
||||
'AC_FUNC_MBRTOWC' => 1,
|
||||
'_AC_PROG_LIBTOOL' => 1,
|
||||
'AC_TYPE_SIGNAL' => 1,
|
||||
'AC_TYPE_UID_T' => 1,
|
||||
'_AM_IF_OPTION' => 1,
|
||||
'AC_PATH_TOOL_PREFIX' => 1,
|
||||
'AC_LIBTOOL_F77' => 1,
|
||||
'm4_pattern_allow' => 1,
|
||||
'AM_SET_LEADING_DOT' => 1,
|
||||
'AC_DEFINE_TRACE_LITERAL' => 1,
|
||||
'_AM_DEPENDENCIES' => 1,
|
||||
'AC_LIBTOOL_LANG_C_CONFIG' => 1,
|
||||
'AC_PROG_CC' => 1,
|
||||
'_LT_AC_SYS_COMPILER' => 1,
|
||||
'AM_PROG_NM' => 1,
|
||||
'PKG_CHECK_MODULES' => 1,
|
||||
'AC_FUNC_STRCOLL' => 1,
|
||||
'AC_PROG_YACC' => 1,
|
||||
'AC_LIBLTDL_CONVENIENCE' => 1,
|
||||
'AC_DEPLIBS_CHECK_METHOD' => 1,
|
||||
'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
|
||||
'AC_LIBLTDL_INSTALLABLE' => 1,
|
||||
'AC_FUNC_CHOWN' => 1,
|
||||
'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1,
|
||||
'AC_FUNC_GETPGRP' => 1,
|
||||
'AM_INIT_AUTOMAKE' => 1,
|
||||
'AC_FUNC_REALLOC' => 1,
|
||||
'AC_DISABLE_STATIC' => 1,
|
||||
'AC_CONFIG_LINKS' => 1,
|
||||
'AM_MAINTAINER_MODE' => 1,
|
||||
'_LT_AC_LOCK' => 1,
|
||||
'_LT_AC_LANG_RC_CONFIG' => 1,
|
||||
'AC_PROG_CPP' => 1,
|
||||
'AC_TYPE_PID_T' => 1,
|
||||
'AC_PROG_LEX' => 1,
|
||||
'AC_C_CONST' => 1,
|
||||
'AC_LIBTOOL_POSTDEP_PREDEP' => 1,
|
||||
'AC_FUNC_SETVBUF_REVERSED' => 1,
|
||||
'AC_PROG_INSTALL' => 1,
|
||||
'AM_AUX_DIR_EXPAND' => 1,
|
||||
'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1,
|
||||
'_LT_AC_LANG_F77_CONFIG' => 1,
|
||||
'_AM_SET_OPTIONS' => 1,
|
||||
'AM_RUN_LOG' => 1,
|
||||
'_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
|
||||
'AC_LIBTOOL_PICMODE' => 1,
|
||||
'AH_OUTPUT' => 1,
|
||||
'AC_CHECK_LIBM' => 1,
|
||||
'AC_LIBTOOL_SYS_LIB_STRIP' => 1,
|
||||
'_AM_MANGLE_OPTION' => 1,
|
||||
'AC_CANONICAL_SYSTEM' => 1,
|
||||
'AC_CONFIG_HEADERS' => 1,
|
||||
'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1,
|
||||
'AM_SET_DEPDIR' => 1,
|
||||
'_LT_CC_BASENAME' => 1,
|
||||
'PKG_PROG_PKG_CONFIG' => 1,
|
||||
'AC_CHECK_FUNCS' => 1
|
||||
}
|
||||
], 'Autom4te::Request' )
|
||||
|
|
|
@ -7,397 +7,215 @@ m4trace:configure.in:1: -1- m4_pattern_forbid([^_?m4_])
|
|||
m4trace:configure.in:1: -1- m4_pattern_forbid([^dnl$])
|
||||
m4trace:configure.in:1: -1- m4_pattern_forbid([^_?AS_])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([SHELL], [${CONFIG_SHELL-/bin/sh}])
|
||||
m4trace:configure.in:1: -1- AC_SUBST_TRACE([SHELL])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^SHELL$])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([PATH_SEPARATOR])
|
||||
m4trace:configure.in:1: -1- AC_SUBST_TRACE([PATH_SEPARATOR])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^PATH_SEPARATOR$])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([PACKAGE_NAME], [m4_ifdef([AC_PACKAGE_NAME], ['AC_PACKAGE_NAME'])])
|
||||
m4trace:configure.in:1: -1- AC_SUBST_TRACE([PACKAGE_NAME])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_NAME$])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([PACKAGE_TARNAME], [m4_ifdef([AC_PACKAGE_TARNAME], ['AC_PACKAGE_TARNAME'])])
|
||||
m4trace:configure.in:1: -1- AC_SUBST_TRACE([PACKAGE_TARNAME])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([PACKAGE_VERSION], [m4_ifdef([AC_PACKAGE_VERSION], ['AC_PACKAGE_VERSION'])])
|
||||
m4trace:configure.in:1: -1- AC_SUBST_TRACE([PACKAGE_VERSION])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_VERSION$])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([PACKAGE_STRING], [m4_ifdef([AC_PACKAGE_STRING], ['AC_PACKAGE_STRING'])])
|
||||
m4trace:configure.in:1: -1- AC_SUBST_TRACE([PACKAGE_STRING])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_STRING$])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([PACKAGE_BUGREPORT], [m4_ifdef([AC_PACKAGE_BUGREPORT], ['AC_PACKAGE_BUGREPORT'])])
|
||||
m4trace:configure.in:1: -1- AC_SUBST_TRACE([PACKAGE_BUGREPORT])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([exec_prefix], [NONE])
|
||||
m4trace:configure.in:1: -1- AC_SUBST_TRACE([exec_prefix])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^exec_prefix$])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([prefix], [NONE])
|
||||
m4trace:configure.in:1: -1- AC_SUBST_TRACE([prefix])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^prefix$])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([program_transform_name], [s,x,x,])
|
||||
m4trace:configure.in:1: -1- AC_SUBST_TRACE([program_transform_name])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^program_transform_name$])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([bindir], ['${exec_prefix}/bin'])
|
||||
m4trace:configure.in:1: -1- AC_SUBST_TRACE([bindir])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^bindir$])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([sbindir], ['${exec_prefix}/sbin'])
|
||||
m4trace:configure.in:1: -1- AC_SUBST_TRACE([sbindir])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^sbindir$])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([libexecdir], ['${exec_prefix}/libexec'])
|
||||
m4trace:configure.in:1: -1- AC_SUBST_TRACE([libexecdir])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^libexecdir$])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([datarootdir], ['${prefix}/share'])
|
||||
m4trace:configure.in:1: -1- AC_SUBST_TRACE([datarootdir])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^datarootdir$])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([datadir], ['${datarootdir}'])
|
||||
m4trace:configure.in:1: -1- AC_SUBST_TRACE([datadir])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^datadir$])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([datadir], ['${prefix}/share'])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([sysconfdir], ['${prefix}/etc'])
|
||||
m4trace:configure.in:1: -1- AC_SUBST_TRACE([sysconfdir])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^sysconfdir$])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([sharedstatedir], ['${prefix}/com'])
|
||||
m4trace:configure.in:1: -1- AC_SUBST_TRACE([sharedstatedir])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^sharedstatedir$])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([localstatedir], ['${prefix}/var'])
|
||||
m4trace:configure.in:1: -1- AC_SUBST_TRACE([localstatedir])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^localstatedir$])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([includedir], ['${prefix}/include'])
|
||||
m4trace:configure.in:1: -1- AC_SUBST_TRACE([includedir])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^includedir$])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([oldincludedir], ['/usr/include'])
|
||||
m4trace:configure.in:1: -1- AC_SUBST_TRACE([oldincludedir])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^oldincludedir$])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([docdir], [m4_ifset([AC_PACKAGE_TARNAME],
|
||||
['${datarootdir}/doc/${PACKAGE_TARNAME}'],
|
||||
['${datarootdir}/doc/${PACKAGE}'])])
|
||||
m4trace:configure.in:1: -1- AC_SUBST_TRACE([docdir])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^docdir$])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([infodir], ['${datarootdir}/info'])
|
||||
m4trace:configure.in:1: -1- AC_SUBST_TRACE([infodir])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^infodir$])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([htmldir], ['${docdir}'])
|
||||
m4trace:configure.in:1: -1- AC_SUBST_TRACE([htmldir])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^htmldir$])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([dvidir], ['${docdir}'])
|
||||
m4trace:configure.in:1: -1- AC_SUBST_TRACE([dvidir])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^dvidir$])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([pdfdir], ['${docdir}'])
|
||||
m4trace:configure.in:1: -1- AC_SUBST_TRACE([pdfdir])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^pdfdir$])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([psdir], ['${docdir}'])
|
||||
m4trace:configure.in:1: -1- AC_SUBST_TRACE([psdir])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^psdir$])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([libdir], ['${exec_prefix}/lib'])
|
||||
m4trace:configure.in:1: -1- AC_SUBST_TRACE([libdir])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^libdir$])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([localedir], ['${datarootdir}/locale'])
|
||||
m4trace:configure.in:1: -1- AC_SUBST_TRACE([localedir])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^localedir$])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([mandir], ['${datarootdir}/man'])
|
||||
m4trace:configure.in:1: -1- AC_SUBST_TRACE([mandir])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^mandir$])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([includedir], ['${prefix}/include'])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([oldincludedir], ['/usr/include'])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([infodir], ['${prefix}/info'])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([mandir], ['${prefix}/man'])
|
||||
m4trace:configure.in:1: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_NAME])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_NAME$])
|
||||
m4trace:configure.in:1: -1- AH_OUTPUT([PACKAGE_NAME], [/* Define to the full name of this package. */
|
||||
#undef PACKAGE_NAME])
|
||||
m4trace:configure.in:1: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_TARNAME])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
|
||||
m4trace:configure.in:1: -1- AH_OUTPUT([PACKAGE_TARNAME], [/* Define to the one symbol short name of this package. */
|
||||
#undef PACKAGE_TARNAME])
|
||||
m4trace:configure.in:1: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_VERSION])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_VERSION$])
|
||||
m4trace:configure.in:1: -1- AH_OUTPUT([PACKAGE_VERSION], [/* Define to the version of this package. */
|
||||
#undef PACKAGE_VERSION])
|
||||
m4trace:configure.in:1: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_STRING])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_STRING$])
|
||||
m4trace:configure.in:1: -1- AH_OUTPUT([PACKAGE_STRING], [/* Define to the full name and version of this package. */
|
||||
#undef PACKAGE_STRING])
|
||||
m4trace:configure.in:1: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_BUGREPORT])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
|
||||
m4trace:configure.in:1: -1- AH_OUTPUT([PACKAGE_BUGREPORT], [/* Define to the address where bug reports for this package should be sent. */
|
||||
#undef PACKAGE_BUGREPORT])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([DEFS])
|
||||
m4trace:configure.in:1: -1- AC_SUBST_TRACE([DEFS])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^DEFS$])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([ECHO_C])
|
||||
m4trace:configure.in:1: -1- AC_SUBST_TRACE([ECHO_C])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^ECHO_C$])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([ECHO_N])
|
||||
m4trace:configure.in:1: -1- AC_SUBST_TRACE([ECHO_N])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^ECHO_N$])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([ECHO_T])
|
||||
m4trace:configure.in:1: -1- AC_SUBST_TRACE([ECHO_T])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^ECHO_T$])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([LIBS])
|
||||
m4trace:configure.in:1: -1- AC_SUBST_TRACE([LIBS])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^LIBS$])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([build_alias])
|
||||
m4trace:configure.in:1: -1- AC_SUBST_TRACE([build_alias])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^build_alias$])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([host_alias])
|
||||
m4trace:configure.in:1: -1- AC_SUBST_TRACE([host_alias])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^host_alias$])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([target_alias])
|
||||
m4trace:configure.in:1: -1- AC_SUBST_TRACE([target_alias])
|
||||
m4trace:configure.in:1: -1- m4_pattern_allow([^target_alias$])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([DEFS])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([ECHO_C])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([ECHO_N])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([ECHO_T])
|
||||
m4trace:configure.in:1: -1- AC_SUBST([LIBS])
|
||||
m4trace:configure.in:2: -1- AM_INIT_AUTOMAKE([heap-buddy], [0.2])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
|
||||
m4trace:configure.in:2: -1- AM_AUTOMAKE_VERSION([1.8.5])
|
||||
m4trace:configure.in:2: -1- AM_AUTOMAKE_VERSION([1.9.6])
|
||||
m4trace:configure.in:2: -1- AC_PROG_INSTALL
|
||||
m4trace:configure.in:2: -1- AC_REQUIRE_AUX_FILE([install-sh])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([INSTALL_PROGRAM])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([INSTALL_PROGRAM])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([INSTALL_SCRIPT])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([INSTALL_SCRIPT])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([INSTALL_DATA])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([INSTALL_DATA])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^INSTALL_DATA$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([CYGPATH_W])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([CYGPATH_W])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^CYGPATH_W$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([PACKAGE], [heap-buddy])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([PACKAGE])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([VERSION], [0.2])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([VERSION])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^VERSION$])
|
||||
m4trace:configure.in:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE$])
|
||||
m4trace:configure.in:2: -1- AH_OUTPUT([PACKAGE], [/* Name of package */
|
||||
#undef PACKAGE])
|
||||
m4trace:configure.in:2: -1- AC_DEFINE_TRACE_LITERAL([VERSION])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^VERSION$])
|
||||
m4trace:configure.in:2: -1- AH_OUTPUT([VERSION], [/* Version number of package */
|
||||
#undef VERSION])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([ACLOCAL])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([ACLOCAL])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^ACLOCAL$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([AUTOCONF])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([AUTOCONF])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^AUTOCONF$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([AUTOMAKE])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([AUTOMAKE])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^AUTOMAKE$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([AUTOHEADER])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([AUTOHEADER])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^AUTOHEADER$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([MAKEINFO])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([MAKEINFO])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^MAKEINFO$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([AMTAR])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([AMTAR])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^AMTAR$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([install_sh])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([install_sh])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^install_sh$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([STRIP])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([STRIP])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^STRIP$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([ac_ct_STRIP])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([INSTALL_STRIP_PROGRAM])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([INSTALL_STRIP_PROGRAM])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([mkdir_p])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([mkdir_p])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^mkdir_p$])
|
||||
m4trace:configure.in:2: -1- AC_PROG_AWK
|
||||
m4trace:configure.in:2: -1- AC_SUBST([AWK])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([AWK])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^AWK$])
|
||||
m4trace:configure.in:2: -1- AC_PROG_MAKE_SET
|
||||
m4trace:configure.in:2: -1- AC_SUBST([SET_MAKE])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([SET_MAKE])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^SET_MAKE$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([am__leading_dot])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([am__leading_dot])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^am__leading_dot$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([AMTAR])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([am__tar])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([am__untar])
|
||||
m4trace:configure.in:3: -1- AC_PROG_CC
|
||||
m4trace:configure.in:3: -1- AC_SUBST([CC])
|
||||
m4trace:configure.in:3: -1- AC_SUBST_TRACE([CC])
|
||||
m4trace:configure.in:3: -1- m4_pattern_allow([^CC$])
|
||||
m4trace:configure.in:3: -1- AC_SUBST([CFLAGS])
|
||||
m4trace:configure.in:3: -1- AC_SUBST_TRACE([CFLAGS])
|
||||
m4trace:configure.in:3: -1- m4_pattern_allow([^CFLAGS$])
|
||||
m4trace:configure.in:3: -1- AC_SUBST([LDFLAGS])
|
||||
m4trace:configure.in:3: -1- AC_SUBST_TRACE([LDFLAGS])
|
||||
m4trace:configure.in:3: -1- m4_pattern_allow([^LDFLAGS$])
|
||||
m4trace:configure.in:3: -1- AC_SUBST([CPPFLAGS])
|
||||
m4trace:configure.in:3: -1- AC_SUBST_TRACE([CPPFLAGS])
|
||||
m4trace:configure.in:3: -1- m4_pattern_allow([^CPPFLAGS$])
|
||||
m4trace:configure.in:3: -1- AC_SUBST([CC])
|
||||
m4trace:configure.in:3: -1- AC_SUBST_TRACE([CC])
|
||||
m4trace:configure.in:3: -1- m4_pattern_allow([^CC$])
|
||||
m4trace:configure.in:3: -1- AC_SUBST([CC])
|
||||
m4trace:configure.in:3: -1- AC_SUBST_TRACE([CC])
|
||||
m4trace:configure.in:3: -1- m4_pattern_allow([^CC$])
|
||||
m4trace:configure.in:3: -1- AC_SUBST([CC])
|
||||
m4trace:configure.in:3: -1- AC_SUBST_TRACE([CC])
|
||||
m4trace:configure.in:3: -1- m4_pattern_allow([^CC$])
|
||||
m4trace:configure.in:3: -1- AC_SUBST([CC])
|
||||
m4trace:configure.in:3: -1- AC_SUBST_TRACE([CC])
|
||||
m4trace:configure.in:3: -1- m4_pattern_allow([^CC$])
|
||||
m4trace:configure.in:3: -1- AC_SUBST([ac_ct_CC])
|
||||
m4trace:configure.in:3: -1- AC_SUBST_TRACE([ac_ct_CC])
|
||||
m4trace:configure.in:3: -1- m4_pattern_allow([^ac_ct_CC$])
|
||||
m4trace:configure.in:3: -1- AC_SUBST([CC])
|
||||
m4trace:configure.in:3: -1- AC_SUBST([ac_ct_CC])
|
||||
m4trace:configure.in:3: -1- AC_SUBST([CC])
|
||||
m4trace:configure.in:3: -1- AC_SUBST([CC])
|
||||
m4trace:configure.in:3: -1- AC_SUBST([ac_ct_CC])
|
||||
m4trace:configure.in:3: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext])
|
||||
m4trace:configure.in:3: -1- AC_SUBST_TRACE([EXEEXT])
|
||||
m4trace:configure.in:3: -1- m4_pattern_allow([^EXEEXT$])
|
||||
m4trace:configure.in:3: -1- AC_SUBST([OBJEXT], [$ac_cv_objext])
|
||||
m4trace:configure.in:3: -1- AC_SUBST_TRACE([OBJEXT])
|
||||
m4trace:configure.in:3: -1- m4_pattern_allow([^OBJEXT$])
|
||||
m4trace:configure.in:3: -1- AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])
|
||||
m4trace:configure.in:3: -1- AC_SUBST_TRACE([DEPDIR])
|
||||
m4trace:configure.in:3: -1- m4_pattern_allow([^DEPDIR$])
|
||||
m4trace:configure.in:3: -1- AC_SUBST([am__include])
|
||||
m4trace:configure.in:3: -1- AC_SUBST_TRACE([am__include])
|
||||
m4trace:configure.in:3: -1- m4_pattern_allow([^am__include$])
|
||||
m4trace:configure.in:3: -1- AC_SUBST([am__quote])
|
||||
m4trace:configure.in:3: -1- AC_SUBST_TRACE([am__quote])
|
||||
m4trace:configure.in:3: -1- m4_pattern_allow([^am__quote$])
|
||||
m4trace:configure.in:3: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
|
||||
m4trace:configure.in:3: -1- AC_SUBST([AMDEP_TRUE])
|
||||
m4trace:configure.in:3: -1- AC_SUBST_TRACE([AMDEP_TRUE])
|
||||
m4trace:configure.in:3: -1- m4_pattern_allow([^AMDEP_TRUE$])
|
||||
m4trace:configure.in:3: -1- AC_SUBST([AMDEP_FALSE])
|
||||
m4trace:configure.in:3: -1- AC_SUBST_TRACE([AMDEP_FALSE])
|
||||
m4trace:configure.in:3: -1- m4_pattern_allow([^AMDEP_FALSE$])
|
||||
m4trace:configure.in:3: -1- AC_SUBST([AMDEPBACKSLASH])
|
||||
m4trace:configure.in:3: -1- AC_SUBST_TRACE([AMDEPBACKSLASH])
|
||||
m4trace:configure.in:3: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
|
||||
m4trace:configure.in:3: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type])
|
||||
m4trace:configure.in:3: -1- AC_SUBST_TRACE([CCDEPMODE])
|
||||
m4trace:configure.in:3: -1- m4_pattern_allow([^CCDEPMODE$])
|
||||
m4trace:configure.in:3: -1- AM_CONDITIONAL([am__fastdepCC], [
|
||||
test "x$enable_dependency_tracking" != xno \
|
||||
&& test "$am_cv_CC_dependencies_compiler_type" = gcc3])
|
||||
m4trace:configure.in:3: -1- AC_SUBST([am__fastdepCC_TRUE])
|
||||
m4trace:configure.in:3: -1- AC_SUBST_TRACE([am__fastdepCC_TRUE])
|
||||
m4trace:configure.in:3: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
|
||||
m4trace:configure.in:3: -1- AC_SUBST([am__fastdepCC_FALSE])
|
||||
m4trace:configure.in:3: -1- AC_SUBST_TRACE([am__fastdepCC_FALSE])
|
||||
m4trace:configure.in:3: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
|
||||
m4trace:configure.in:4: -1- AC_PROG_LIBTOOL
|
||||
m4trace:configure.in:4: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
||||
You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
|
||||
autoconf/general.m4:1382: AC_ARG_ENABLE is expanded from...
|
||||
aclocal.m4:2018: AC_ENABLE_SHARED is expanded from...
|
||||
aclocal.m4:234: AC_LIBTOOL_SETUP is expanded from...
|
||||
You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
|
||||
autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
|
||||
aclocal.m4:1938: AC_ENABLE_SHARED is expanded from...
|
||||
configure.in:4: AC_ENABLE_SHARED is required by...
|
||||
aclocal.m4:226: AC_LIBTOOL_SETUP is expanded from...
|
||||
configure.in:4: AC_LIBTOOL_SETUP is required by...
|
||||
aclocal.m4:81: _AC_PROG_LIBTOOL is expanded from...
|
||||
configure.in:4: _AC_PROG_LIBTOOL is required by...
|
||||
aclocal.m4:61: AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6389: AM_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6309: AM_PROG_LIBTOOL is expanded from...
|
||||
configure.in:4: the top level])
|
||||
m4trace:configure.in:4: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
||||
You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
|
||||
autoconf/general.m4:1382: AC_ARG_ENABLE is expanded from...
|
||||
aclocal.m4:2057: AC_ENABLE_STATIC is expanded from...
|
||||
aclocal.m4:234: AC_LIBTOOL_SETUP is expanded from...
|
||||
You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
|
||||
autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
|
||||
aclocal.m4:1977: AC_ENABLE_STATIC is expanded from...
|
||||
configure.in:4: AC_ENABLE_STATIC is required by...
|
||||
aclocal.m4:226: AC_LIBTOOL_SETUP is expanded from...
|
||||
configure.in:4: AC_LIBTOOL_SETUP is required by...
|
||||
aclocal.m4:81: _AC_PROG_LIBTOOL is expanded from...
|
||||
configure.in:4: _AC_PROG_LIBTOOL is required by...
|
||||
aclocal.m4:61: AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6389: AM_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6309: AM_PROG_LIBTOOL is expanded from...
|
||||
configure.in:4: the top level])
|
||||
m4trace:configure.in:4: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
||||
You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
|
||||
autoconf/general.m4:1382: AC_ARG_ENABLE is expanded from...
|
||||
aclocal.m4:2096: AC_ENABLE_FAST_INSTALL is expanded from...
|
||||
aclocal.m4:234: AC_LIBTOOL_SETUP is expanded from...
|
||||
You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
|
||||
autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
|
||||
aclocal.m4:2016: AC_ENABLE_FAST_INSTALL is expanded from...
|
||||
configure.in:4: AC_ENABLE_FAST_INSTALL is required by...
|
||||
aclocal.m4:226: AC_LIBTOOL_SETUP is expanded from...
|
||||
configure.in:4: AC_LIBTOOL_SETUP is required by...
|
||||
aclocal.m4:81: _AC_PROG_LIBTOOL is expanded from...
|
||||
configure.in:4: _AC_PROG_LIBTOOL is required by...
|
||||
aclocal.m4:61: AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6389: AM_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6309: AM_PROG_LIBTOOL is expanded from...
|
||||
configure.in:4: the top level])
|
||||
m4trace:configure.in:4: -1- AC_CANONICAL_HOST
|
||||
m4trace:configure.in:4: -1- AC_CANONICAL_BUILD
|
||||
m4trace:configure.in:4: -1- AC_REQUIRE_AUX_FILE([config.sub])
|
||||
m4trace:configure.in:4: -1- AC_REQUIRE_AUX_FILE([config.guess])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([build], [$ac_cv_build])
|
||||
m4trace:configure.in:4: -1- AC_SUBST_TRACE([build])
|
||||
m4trace:configure.in:4: -1- m4_pattern_allow([^build$])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([build_cpu], [$[1]])
|
||||
m4trace:configure.in:4: -1- AC_SUBST_TRACE([build_cpu])
|
||||
m4trace:configure.in:4: -1- m4_pattern_allow([^build_cpu$])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([build_vendor], [$[2]])
|
||||
m4trace:configure.in:4: -1- AC_SUBST_TRACE([build_vendor])
|
||||
m4trace:configure.in:4: -1- m4_pattern_allow([^build_vendor$])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([build_os])
|
||||
m4trace:configure.in:4: -1- AC_SUBST_TRACE([build_os])
|
||||
m4trace:configure.in:4: -1- m4_pattern_allow([^build_os$])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([build_cpu], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([build_vendor], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([build_os], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([host], [$ac_cv_host])
|
||||
m4trace:configure.in:4: -1- AC_SUBST_TRACE([host])
|
||||
m4trace:configure.in:4: -1- m4_pattern_allow([^host$])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([host_cpu], [$[1]])
|
||||
m4trace:configure.in:4: -1- AC_SUBST_TRACE([host_cpu])
|
||||
m4trace:configure.in:4: -1- m4_pattern_allow([^host_cpu$])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([host_vendor], [$[2]])
|
||||
m4trace:configure.in:4: -1- AC_SUBST_TRACE([host_vendor])
|
||||
m4trace:configure.in:4: -1- m4_pattern_allow([^host_vendor$])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([host_os])
|
||||
m4trace:configure.in:4: -1- AC_SUBST_TRACE([host_os])
|
||||
m4trace:configure.in:4: -1- m4_pattern_allow([^host_os$])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([host_cpu], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([host_vendor], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([host_os], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`])
|
||||
m4trace:configure.in:4: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
||||
You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
|
||||
autoconf/general.m4:1400: AC_ARG_WITH is expanded from...
|
||||
aclocal.m4:2293: AC_PROG_LD is expanded from...
|
||||
aclocal.m4:234: AC_LIBTOOL_SETUP is expanded from...
|
||||
You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
|
||||
autoconf/general.m4:1331: AC_ARG_WITH is expanded from...
|
||||
aclocal.m4:2213: AC_PROG_LD is expanded from...
|
||||
configure.in:4: AC_PROG_LD is required by...
|
||||
aclocal.m4:226: AC_LIBTOOL_SETUP is expanded from...
|
||||
configure.in:4: AC_LIBTOOL_SETUP is required by...
|
||||
aclocal.m4:81: _AC_PROG_LIBTOOL is expanded from...
|
||||
configure.in:4: _AC_PROG_LIBTOOL is required by...
|
||||
aclocal.m4:61: AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6389: AM_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6309: AM_PROG_LIBTOOL is expanded from...
|
||||
configure.in:4: the top level])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([GREP])
|
||||
m4trace:configure.in:4: -1- AC_SUBST_TRACE([GREP])
|
||||
m4trace:configure.in:4: -1- m4_pattern_allow([^GREP$])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([GREP])
|
||||
m4trace:configure.in:4: -1- AC_SUBST_TRACE([GREP])
|
||||
m4trace:configure.in:4: -1- m4_pattern_allow([^GREP$])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([EGREP])
|
||||
m4trace:configure.in:4: -1- AC_SUBST_TRACE([EGREP])
|
||||
m4trace:configure.in:4: -1- m4_pattern_allow([^EGREP$])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([EGREP])
|
||||
m4trace:configure.in:4: -1- AC_SUBST_TRACE([EGREP])
|
||||
m4trace:configure.in:4: -1- m4_pattern_allow([^EGREP$])
|
||||
m4trace:configure.in:4: -1- AC_PROG_LN_S
|
||||
m4trace:configure.in:4: -1- AC_SUBST([LN_S], [$as_ln_s])
|
||||
m4trace:configure.in:4: -1- AC_SUBST_TRACE([LN_S])
|
||||
m4trace:configure.in:4: -1- m4_pattern_allow([^LN_S$])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([ECHO])
|
||||
m4trace:configure.in:4: -1- AC_SUBST_TRACE([ECHO])
|
||||
m4trace:configure.in:4: -1- m4_pattern_allow([^ECHO$])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([AR])
|
||||
m4trace:configure.in:4: -1- AC_SUBST_TRACE([AR])
|
||||
m4trace:configure.in:4: -1- m4_pattern_allow([^AR$])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([ac_ct_AR])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([RANLIB])
|
||||
m4trace:configure.in:4: -1- AC_SUBST_TRACE([RANLIB])
|
||||
m4trace:configure.in:4: -1- m4_pattern_allow([^RANLIB$])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([ac_ct_RANLIB])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([STRIP])
|
||||
m4trace:configure.in:4: -1- AC_SUBST_TRACE([STRIP])
|
||||
m4trace:configure.in:4: -1- m4_pattern_allow([^STRIP$])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([ac_ct_STRIP])
|
||||
m4trace:configure.in:4: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
||||
You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
|
||||
autoconf/general.m4:1382: AC_ARG_ENABLE is expanded from...
|
||||
aclocal.m4:234: AC_LIBTOOL_SETUP is expanded from...
|
||||
You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
|
||||
autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
|
||||
aclocal.m4:226: AC_LIBTOOL_SETUP is expanded from...
|
||||
configure.in:4: AC_LIBTOOL_SETUP is required by...
|
||||
aclocal.m4:81: _AC_PROG_LIBTOOL is expanded from...
|
||||
configure.in:4: _AC_PROG_LIBTOOL is required by...
|
||||
aclocal.m4:61: AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6389: AM_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6309: AM_PROG_LIBTOOL is expanded from...
|
||||
configure.in:4: the top level])
|
||||
m4trace:configure.in:4: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
||||
You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
|
||||
autoconf/general.m4:1400: AC_ARG_WITH is expanded from...
|
||||
aclocal.m4:234: AC_LIBTOOL_SETUP is expanded from...
|
||||
You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
|
||||
autoconf/general.m4:1331: AC_ARG_WITH is expanded from...
|
||||
aclocal.m4:226: AC_LIBTOOL_SETUP is expanded from...
|
||||
configure.in:4: AC_LIBTOOL_SETUP is required by...
|
||||
aclocal.m4:81: _AC_PROG_LIBTOOL is expanded from...
|
||||
configure.in:4: _AC_PROG_LIBTOOL is required by...
|
||||
aclocal.m4:61: AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6389: AM_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6309: AM_PROG_LIBTOOL is expanded from...
|
||||
configure.in:4: the top level])
|
||||
m4trace:configure.in:4: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
||||
You should run autoupdate.], [autoconf/general.m4:2426: AC_TRY_LINK is expanded from...
|
||||
../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from...
|
||||
autoconf/general.m4:1922: AC_CACHE_VAL is expanded from...
|
||||
autoconf/general.m4:1935: AC_CACHE_CHECK is expanded from...
|
||||
aclocal.m4:657: _LT_AC_LOCK is expanded from...
|
||||
aclocal.m4:1143: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
|
||||
aclocal.m4:2805: _LT_AC_LANG_C_CONFIG is expanded from...
|
||||
aclocal.m4:2736: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
|
||||
aclocal.m4:234: AC_LIBTOOL_SETUP is expanded from...
|
||||
You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
|
||||
autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
|
||||
autoconf/general.m4:1808: AC_CACHE_CHECK is expanded from...
|
||||
aclocal.m4:614: _LT_AC_LOCK is expanded from...
|
||||
configure.in:4: _LT_AC_LOCK is required by...
|
||||
aclocal.m4:1100: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
|
||||
aclocal.m4:2725: _LT_AC_LANG_C_CONFIG is expanded from...
|
||||
aclocal.m4:2656: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
|
||||
aclocal.m4:226: AC_LIBTOOL_SETUP is expanded from...
|
||||
configure.in:4: AC_LIBTOOL_SETUP is required by...
|
||||
aclocal.m4:81: _AC_PROG_LIBTOOL is expanded from...
|
||||
configure.in:4: _AC_PROG_LIBTOOL is required by...
|
||||
aclocal.m4:61: AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6389: AM_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6309: AM_PROG_LIBTOOL is expanded from...
|
||||
configure.in:4: the top level])
|
||||
m4trace:configure.in:4: -1- AC_CHECK_HEADERS([dlfcn.h])
|
||||
m4trace:configure.in:4: -1- AH_OUTPUT([HAVE_DLFCN_H], [/* Define to 1 if you have the <dlfcn.h> header file. */
|
||||
|
@ -405,16 +223,9 @@ m4trace:configure.in:4: -1- AH_OUTPUT([HAVE_DLFCN_H], [/* Define to 1 if you hav
|
|||
m4trace:configure.in:4: -1- AC_HEADER_STDC
|
||||
m4trace:configure.in:4: -1- AC_PROG_CPP
|
||||
m4trace:configure.in:4: -1- AC_SUBST([CPP])
|
||||
m4trace:configure.in:4: -1- AC_SUBST_TRACE([CPP])
|
||||
m4trace:configure.in:4: -1- m4_pattern_allow([^CPP$])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([CPPFLAGS])
|
||||
m4trace:configure.in:4: -1- AC_SUBST_TRACE([CPPFLAGS])
|
||||
m4trace:configure.in:4: -1- m4_pattern_allow([^CPPFLAGS$])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([CPP])
|
||||
m4trace:configure.in:4: -1- AC_SUBST_TRACE([CPP])
|
||||
m4trace:configure.in:4: -1- m4_pattern_allow([^CPP$])
|
||||
m4trace:configure.in:4: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS])
|
||||
m4trace:configure.in:4: -1- m4_pattern_allow([^STDC_HEADERS$])
|
||||
m4trace:configure.in:4: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */
|
||||
#undef STDC_HEADERS])
|
||||
m4trace:configure.in:4: -1- AC_CHECK_HEADERS([sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
|
||||
|
@ -466,144 +277,135 @@ m4trace:configure.in:4: -1- AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen
|
|||
m4trace:configure.in:4: -1- AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
|
||||
m4trace:configure.in:4: -1- _LT_AC_TAGCONFIG
|
||||
m4trace:configure.in:4: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
||||
You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
|
||||
autoconf/general.m4:1400: AC_ARG_WITH is expanded from...
|
||||
aclocal.m4:1972: _LT_AC_TAGCONFIG is expanded from...
|
||||
aclocal.m4:234: AC_LIBTOOL_SETUP is expanded from...
|
||||
You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
|
||||
autoconf/general.m4:1331: AC_ARG_WITH is expanded from...
|
||||
aclocal.m4:1892: _LT_AC_TAGCONFIG is expanded from...
|
||||
aclocal.m4:226: AC_LIBTOOL_SETUP is expanded from...
|
||||
configure.in:4: AC_LIBTOOL_SETUP is required by...
|
||||
aclocal.m4:81: _AC_PROG_LIBTOOL is expanded from...
|
||||
configure.in:4: _AC_PROG_LIBTOOL is required by...
|
||||
aclocal.m4:61: AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6389: AM_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6309: AM_PROG_LIBTOOL is expanded from...
|
||||
configure.in:4: the top level])
|
||||
m4trace:configure.in:4: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me:$LINENO: error: tag name \"$tagname\" already exists], [aclocal.m4:1972: _LT_AC_TAGCONFIG is expanded from...
|
||||
aclocal.m4:234: AC_LIBTOOL_SETUP is expanded from...
|
||||
m4trace:configure.in:4: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me:$LINENO: error: tag name \"$tagname\" already exists], [aclocal.m4:1892: _LT_AC_TAGCONFIG is expanded from...
|
||||
aclocal.m4:226: AC_LIBTOOL_SETUP is expanded from...
|
||||
configure.in:4: AC_LIBTOOL_SETUP is required by...
|
||||
aclocal.m4:81: _AC_PROG_LIBTOOL is expanded from...
|
||||
configure.in:4: _AC_PROG_LIBTOOL is required by...
|
||||
aclocal.m4:61: AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6389: AM_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6309: AM_PROG_LIBTOOL is expanded from...
|
||||
configure.in:4: the top level])
|
||||
m4trace:configure.in:4: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me: error: tag name \"$tagname\" already exists], [aclocal.m4:1972: _LT_AC_TAGCONFIG is expanded from...
|
||||
aclocal.m4:234: AC_LIBTOOL_SETUP is expanded from...
|
||||
m4trace:configure.in:4: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me: error: tag name \"$tagname\" already exists], [aclocal.m4:1892: _LT_AC_TAGCONFIG is expanded from...
|
||||
aclocal.m4:226: AC_LIBTOOL_SETUP is expanded from...
|
||||
configure.in:4: AC_LIBTOOL_SETUP is required by...
|
||||
aclocal.m4:81: _AC_PROG_LIBTOOL is expanded from...
|
||||
configure.in:4: _AC_PROG_LIBTOOL is required by...
|
||||
aclocal.m4:61: AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6389: AM_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6309: AM_PROG_LIBTOOL is expanded from...
|
||||
configure.in:4: the top level])
|
||||
m4trace:configure.in:4: -1- AC_PROG_CXX
|
||||
m4trace:configure.in:4: -1- AC_SUBST([CXX])
|
||||
m4trace:configure.in:4: -1- AC_SUBST_TRACE([CXX])
|
||||
m4trace:configure.in:4: -1- m4_pattern_allow([^CXX$])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([CXXFLAGS])
|
||||
m4trace:configure.in:4: -1- AC_SUBST_TRACE([CXXFLAGS])
|
||||
m4trace:configure.in:4: -1- m4_pattern_allow([^CXXFLAGS$])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([LDFLAGS])
|
||||
m4trace:configure.in:4: -1- AC_SUBST_TRACE([LDFLAGS])
|
||||
m4trace:configure.in:4: -1- m4_pattern_allow([^LDFLAGS$])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([CPPFLAGS])
|
||||
m4trace:configure.in:4: -1- AC_SUBST_TRACE([CPPFLAGS])
|
||||
m4trace:configure.in:4: -1- m4_pattern_allow([^CPPFLAGS$])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([CXX])
|
||||
m4trace:configure.in:4: -1- AC_SUBST_TRACE([CXX])
|
||||
m4trace:configure.in:4: -1- m4_pattern_allow([^CXX$])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([ac_ct_CXX])
|
||||
m4trace:configure.in:4: -1- AC_SUBST_TRACE([ac_ct_CXX])
|
||||
m4trace:configure.in:4: -1- m4_pattern_allow([^ac_ct_CXX$])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([CXXDEPMODE], [depmode=$am_cv_CXX_dependencies_compiler_type])
|
||||
m4trace:configure.in:4: -1- AC_SUBST_TRACE([CXXDEPMODE])
|
||||
m4trace:configure.in:4: -1- m4_pattern_allow([^CXXDEPMODE$])
|
||||
m4trace:configure.in:4: -1- AM_CONDITIONAL([am__fastdepCXX], [
|
||||
test "x$enable_dependency_tracking" != xno \
|
||||
&& test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([am__fastdepCXX_TRUE])
|
||||
m4trace:configure.in:4: -1- AC_SUBST_TRACE([am__fastdepCXX_TRUE])
|
||||
m4trace:configure.in:4: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([am__fastdepCXX_FALSE])
|
||||
m4trace:configure.in:4: -1- AC_SUBST_TRACE([am__fastdepCXX_FALSE])
|
||||
m4trace:configure.in:4: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([CXXCPP])
|
||||
m4trace:configure.in:4: -1- AC_SUBST_TRACE([CXXCPP])
|
||||
m4trace:configure.in:4: -1- m4_pattern_allow([^CXXCPP$])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([CPPFLAGS])
|
||||
m4trace:configure.in:4: -1- AC_SUBST_TRACE([CPPFLAGS])
|
||||
m4trace:configure.in:4: -1- m4_pattern_allow([^CPPFLAGS$])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([CXXCPP])
|
||||
m4trace:configure.in:4: -1- AC_SUBST_TRACE([CXXCPP])
|
||||
m4trace:configure.in:4: -1- m4_pattern_allow([^CXXCPP$])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([F77])
|
||||
m4trace:configure.in:4: -1- AC_SUBST_TRACE([F77])
|
||||
m4trace:configure.in:4: -1- m4_pattern_allow([^F77$])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([FFLAGS])
|
||||
m4trace:configure.in:4: -1- AC_SUBST_TRACE([FFLAGS])
|
||||
m4trace:configure.in:4: -1- m4_pattern_allow([^FFLAGS$])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([LDFLAGS])
|
||||
m4trace:configure.in:4: -1- AC_SUBST_TRACE([LDFLAGS])
|
||||
m4trace:configure.in:4: -1- m4_pattern_allow([^LDFLAGS$])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([F77])
|
||||
m4trace:configure.in:4: -1- AC_SUBST_TRACE([F77])
|
||||
m4trace:configure.in:4: -1- m4_pattern_allow([^F77$])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([ac_ct_F77])
|
||||
m4trace:configure.in:4: -1- AC_SUBST_TRACE([ac_ct_F77])
|
||||
m4trace:configure.in:4: -1- m4_pattern_allow([^ac_ct_F77$])
|
||||
m4trace:configure.in:4: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
|
||||
You should run autoupdate.], [autoconf/lang.m4:170: AC_LANG_SAVE is expanded from...
|
||||
aclocal.m4:4126: _LT_AC_LANG_GCJ_CONFIG is expanded from...
|
||||
aclocal.m4:4078: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
|
||||
aclocal.m4:1972: _LT_AC_TAGCONFIG is expanded from...
|
||||
aclocal.m4:234: AC_LIBTOOL_SETUP is expanded from...
|
||||
You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
|
||||
aclocal.m4:4046: _LT_AC_LANG_GCJ_CONFIG is expanded from...
|
||||
aclocal.m4:3998: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
|
||||
aclocal.m4:1892: _LT_AC_TAGCONFIG is expanded from...
|
||||
aclocal.m4:226: AC_LIBTOOL_SETUP is expanded from...
|
||||
configure.in:4: AC_LIBTOOL_SETUP is required by...
|
||||
aclocal.m4:81: _AC_PROG_LIBTOOL is expanded from...
|
||||
configure.in:4: _AC_PROG_LIBTOOL is required by...
|
||||
aclocal.m4:61: AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6389: AM_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6309: AM_PROG_LIBTOOL is expanded from...
|
||||
configure.in:4: the top level])
|
||||
m4trace:configure.in:4: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
|
||||
and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
|
||||
aclocal.m4:4046: _LT_AC_LANG_GCJ_CONFIG is expanded from...
|
||||
aclocal.m4:3998: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
|
||||
aclocal.m4:1892: _LT_AC_TAGCONFIG is expanded from...
|
||||
aclocal.m4:226: AC_LIBTOOL_SETUP is expanded from...
|
||||
configure.in:4: AC_LIBTOOL_SETUP is required by...
|
||||
aclocal.m4:81: _AC_PROG_LIBTOOL is expanded from...
|
||||
configure.in:4: _AC_PROG_LIBTOOL is required by...
|
||||
aclocal.m4:61: AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6309: AM_PROG_LIBTOOL is expanded from...
|
||||
configure.in:4: the top level])
|
||||
m4trace:configure.in:4: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
|
||||
You should run autoupdate.], [autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
|
||||
aclocal.m4:4126: _LT_AC_LANG_GCJ_CONFIG is expanded from...
|
||||
aclocal.m4:4078: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
|
||||
aclocal.m4:1972: _LT_AC_TAGCONFIG is expanded from...
|
||||
aclocal.m4:234: AC_LIBTOOL_SETUP is expanded from...
|
||||
You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
|
||||
aclocal.m4:4046: _LT_AC_LANG_GCJ_CONFIG is expanded from...
|
||||
aclocal.m4:3998: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
|
||||
aclocal.m4:1892: _LT_AC_TAGCONFIG is expanded from...
|
||||
aclocal.m4:226: AC_LIBTOOL_SETUP is expanded from...
|
||||
configure.in:4: AC_LIBTOOL_SETUP is required by...
|
||||
aclocal.m4:81: _AC_PROG_LIBTOOL is expanded from...
|
||||
configure.in:4: _AC_PROG_LIBTOOL is required by...
|
||||
aclocal.m4:61: AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6389: AM_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6309: AM_PROG_LIBTOOL is expanded from...
|
||||
configure.in:4: the top level])
|
||||
m4trace:configure.in:4: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
|
||||
You should run autoupdate.], [autoconf/lang.m4:170: AC_LANG_SAVE is expanded from...
|
||||
aclocal.m4:4170: _LT_AC_LANG_RC_CONFIG is expanded from...
|
||||
aclocal.m4:4134: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
|
||||
aclocal.m4:1972: _LT_AC_TAGCONFIG is expanded from...
|
||||
aclocal.m4:234: AC_LIBTOOL_SETUP is expanded from...
|
||||
You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
|
||||
aclocal.m4:4090: _LT_AC_LANG_RC_CONFIG is expanded from...
|
||||
aclocal.m4:4054: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
|
||||
aclocal.m4:1892: _LT_AC_TAGCONFIG is expanded from...
|
||||
aclocal.m4:226: AC_LIBTOOL_SETUP is expanded from...
|
||||
configure.in:4: AC_LIBTOOL_SETUP is required by...
|
||||
aclocal.m4:81: _AC_PROG_LIBTOOL is expanded from...
|
||||
configure.in:4: _AC_PROG_LIBTOOL is required by...
|
||||
aclocal.m4:61: AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6389: AM_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6309: AM_PROG_LIBTOOL is expanded from...
|
||||
configure.in:4: the top level])
|
||||
m4trace:configure.in:4: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
|
||||
and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
|
||||
aclocal.m4:4090: _LT_AC_LANG_RC_CONFIG is expanded from...
|
||||
aclocal.m4:4054: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
|
||||
aclocal.m4:1892: _LT_AC_TAGCONFIG is expanded from...
|
||||
aclocal.m4:226: AC_LIBTOOL_SETUP is expanded from...
|
||||
configure.in:4: AC_LIBTOOL_SETUP is required by...
|
||||
aclocal.m4:81: _AC_PROG_LIBTOOL is expanded from...
|
||||
configure.in:4: _AC_PROG_LIBTOOL is required by...
|
||||
aclocal.m4:61: AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6309: AM_PROG_LIBTOOL is expanded from...
|
||||
configure.in:4: the top level])
|
||||
m4trace:configure.in:4: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
|
||||
You should run autoupdate.], [autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
|
||||
aclocal.m4:4170: _LT_AC_LANG_RC_CONFIG is expanded from...
|
||||
aclocal.m4:4134: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
|
||||
aclocal.m4:1972: _LT_AC_TAGCONFIG is expanded from...
|
||||
aclocal.m4:234: AC_LIBTOOL_SETUP is expanded from...
|
||||
You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
|
||||
aclocal.m4:4090: _LT_AC_LANG_RC_CONFIG is expanded from...
|
||||
aclocal.m4:4054: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
|
||||
aclocal.m4:1892: _LT_AC_TAGCONFIG is expanded from...
|
||||
aclocal.m4:226: AC_LIBTOOL_SETUP is expanded from...
|
||||
configure.in:4: AC_LIBTOOL_SETUP is required by...
|
||||
aclocal.m4:81: _AC_PROG_LIBTOOL is expanded from...
|
||||
configure.in:4: _AC_PROG_LIBTOOL is required by...
|
||||
aclocal.m4:61: AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6389: AM_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6309: AM_PROG_LIBTOOL is expanded from...
|
||||
configure.in:4: the top level])
|
||||
m4trace:configure.in:4: -1- AC_SUBST([LIBTOOL])
|
||||
m4trace:configure.in:4: -1- AC_SUBST_TRACE([LIBTOOL])
|
||||
m4trace:configure.in:4: -1- m4_pattern_allow([^LIBTOOL$])
|
||||
m4trace:configure.in:6: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$])
|
||||
m4trace:configure.in:6: -1- m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
|
||||
m4trace:configure.in:6: -1- AC_SUBST([PKG_CONFIG])
|
||||
m4trace:configure.in:6: -1- AC_SUBST_TRACE([PKG_CONFIG])
|
||||
m4trace:configure.in:6: -1- m4_pattern_allow([^PKG_CONFIG$])
|
||||
m4trace:configure.in:6: -1- AC_SUBST([PKG_CONFIG])
|
||||
m4trace:configure.in:6: -1- AC_SUBST_TRACE([PKG_CONFIG])
|
||||
m4trace:configure.in:6: -1- m4_pattern_allow([^PKG_CONFIG$])
|
||||
m4trace:configure.in:6: -1- AC_SUBST([PKG_CONFIG], [$ac_cv_path_PKG_CONFIG])
|
||||
m4trace:configure.in:6: -1- AC_SUBST([ac_pt_PKG_CONFIG], [$ac_cv_path_ac_pt_PKG_CONFIG])
|
||||
m4trace:configure.in:6: -1- AC_SUBST([PROFILER_CFLAGS])
|
||||
m4trace:configure.in:6: -1- AC_SUBST_TRACE([PROFILER_CFLAGS])
|
||||
m4trace:configure.in:6: -1- m4_pattern_allow([^PROFILER_CFLAGS$])
|
||||
m4trace:configure.in:6: -1- AC_SUBST([PROFILER_LIBS])
|
||||
m4trace:configure.in:6: -1- AC_SUBST_TRACE([PROFILER_LIBS])
|
||||
m4trace:configure.in:6: -1- m4_pattern_allow([^PROFILER_LIBS$])
|
||||
m4trace:configure.in:8: -1- AC_SUBST([MCS])
|
||||
m4trace:configure.in:8: -1- AC_SUBST_TRACE([MCS])
|
||||
m4trace:configure.in:8: -1- m4_pattern_allow([^MCS$])
|
||||
m4trace:configure.in:9: -1- AC_SUBST([MONO])
|
||||
m4trace:configure.in:9: -1- AC_SUBST_TRACE([MONO])
|
||||
m4trace:configure.in:9: -1- m4_pattern_allow([^MONO$])
|
||||
m4trace:configure.in:8: -1- AC_SUBST([MCS], [$ac_cv_path_MCS])
|
||||
m4trace:configure.in:9: -1- AC_SUBST([MONO], [$ac_cv_path_MONO])
|
||||
m4trace:configure.in:16: -1- AC_CONFIG_FILES([
|
||||
Makefile
|
||||
profiler/Makefile
|
||||
|
@ -613,17 +415,4 @@ test/Makefile
|
|||
m4trace:configure.in:16: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments.
|
||||
You should run autoupdate.], [])
|
||||
m4trace:configure.in:16: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs])
|
||||
m4trace:configure.in:16: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
|
||||
m4trace:configure.in:16: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
||||
m4trace:configure.in:16: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
|
||||
m4trace:configure.in:16: -1- AC_SUBST_TRACE([LTLIBOBJS])
|
||||
m4trace:configure.in:16: -1- m4_pattern_allow([^LTLIBOBJS$])
|
||||
m4trace:configure.in:16: -1- AC_SUBST_TRACE([top_builddir])
|
||||
m4trace:configure.in:16: -1- AC_SUBST_TRACE([srcdir])
|
||||
m4trace:configure.in:16: -1- AC_SUBST_TRACE([abs_srcdir])
|
||||
m4trace:configure.in:16: -1- AC_SUBST_TRACE([top_srcdir])
|
||||
m4trace:configure.in:16: -1- AC_SUBST_TRACE([abs_top_srcdir])
|
||||
m4trace:configure.in:16: -1- AC_SUBST_TRACE([builddir])
|
||||
m4trace:configure.in:16: -1- AC_SUBST_TRACE([abs_builddir])
|
||||
m4trace:configure.in:16: -1- AC_SUBST_TRACE([abs_top_builddir])
|
||||
m4trace:configure.in:16: -1- AC_SUBST_TRACE([INSTALL])
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
#! /bin/sh
|
||||
# Attempt to guess a canonical system name.
|
||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
||||
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
|
||||
# Inc.
|
||||
# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
timestamp='2006-02-27'
|
||||
timestamp='2005-07-08'
|
||||
|
||||
# This file is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License as published by
|
||||
|
@ -107,7 +106,7 @@ set_cc_for_build='
|
|||
trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
|
||||
trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
|
||||
: ${TMPDIR=/tmp} ;
|
||||
{ tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
|
||||
{ tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
|
||||
{ test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
|
||||
{ tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } ||
|
||||
{ echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
|
||||
|
@ -139,22 +138,15 @@ UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
|
|||
UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
|
||||
UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
|
||||
|
||||
if [ "${UNAME_SYSTEM}" = "Linux" ] ; then
|
||||
eval $set_cc_for_build
|
||||
cat << EOF > $dummy.c
|
||||
#include <features.h>
|
||||
#ifdef __UCLIBC__
|
||||
# ifdef __UCLIBC_CONFIG_VERSION__
|
||||
LIBC=uclibc __UCLIBC_CONFIG_VERSION__
|
||||
# else
|
||||
LIBC=uclibc
|
||||
# endif
|
||||
#else
|
||||
LIBC=gnu
|
||||
#endif
|
||||
EOF
|
||||
eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep LIBC= | sed -e 's: ::g'`
|
||||
fi
|
||||
case "${UNAME_MACHINE}" in
|
||||
i?86)
|
||||
test -z "$VENDOR" && VENDOR=pc
|
||||
;;
|
||||
*)
|
||||
test -z "$VENDOR" && VENDOR=unknown
|
||||
;;
|
||||
esac
|
||||
test -f /etc/SuSE-release -o -f /.buildenv && VENDOR=suse
|
||||
|
||||
# Note: order is significant - the case branches are not exclusive.
|
||||
|
||||
|
@ -224,9 +216,6 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
|
|||
*:ekkoBSD:*:*)
|
||||
echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
|
||||
exit ;;
|
||||
*:SolidBSD:*:*)
|
||||
echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
|
||||
exit ;;
|
||||
macppc:MirBSD:*:*)
|
||||
echo powerppc-unknown-mirbsd${UNAME_RELEASE}
|
||||
exit ;;
|
||||
|
@ -785,12 +774,7 @@ EOF
|
|||
echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
|
||||
exit ;;
|
||||
*:FreeBSD:*:*)
|
||||
case ${UNAME_MACHINE} in
|
||||
pc98)
|
||||
echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
|
||||
*)
|
||||
echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
|
||||
esac
|
||||
echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
|
||||
exit ;;
|
||||
i*:CYGWIN*:*)
|
||||
echo ${UNAME_MACHINE}-pc-cygwin
|
||||
|
@ -798,9 +782,6 @@ EOF
|
|||
i*:MINGW*:*)
|
||||
echo ${UNAME_MACHINE}-pc-mingw32
|
||||
exit ;;
|
||||
i*:MSYS_NT-*:*:*)
|
||||
echo ${UNAME_MACHINE}-pc-mingw32
|
||||
exit ;;
|
||||
i*:windows32*:*)
|
||||
# uname -m includes "-pc" on this system.
|
||||
echo ${UNAME_MACHINE}-mingw32
|
||||
|
@ -808,11 +789,8 @@ EOF
|
|||
i*:PW*:*)
|
||||
echo ${UNAME_MACHINE}-pc-pw32
|
||||
exit ;;
|
||||
x86:Interix*:[345]*)
|
||||
echo i586-pc-interix${UNAME_RELEASE}
|
||||
exit ;;
|
||||
EM64T:Interix*:[345]*)
|
||||
echo x86_64-unknown-interix${UNAME_RELEASE}
|
||||
x86:Interix*:[34]*)
|
||||
echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//'
|
||||
exit ;;
|
||||
[345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
|
||||
echo i${UNAME_MACHINE}-pc-mks
|
||||
|
@ -826,7 +804,7 @@ EOF
|
|||
i*:UWIN*:*)
|
||||
echo ${UNAME_MACHINE}-pc-uwin
|
||||
exit ;;
|
||||
amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
|
||||
amd64:CYGWIN*:*:*)
|
||||
echo x86_64-unknown-cygwin
|
||||
exit ;;
|
||||
p*:CYGWIN*:*)
|
||||
|
@ -847,25 +825,25 @@ EOF
|
|||
echo ${UNAME_MACHINE}-pc-minix
|
||||
exit ;;
|
||||
arm*:Linux:*:*)
|
||||
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
|
||||
echo ${UNAME_MACHINE}-${VENDOR}-linux
|
||||
exit ;;
|
||||
cris:Linux:*:*)
|
||||
echo cris-axis-linux-${LIBC}
|
||||
echo cris-axis-linux
|
||||
exit ;;
|
||||
crisv32:Linux:*:*)
|
||||
echo crisv32-axis-linux-${LIBC}
|
||||
echo crisv32-axis-linux
|
||||
exit ;;
|
||||
frv:Linux:*:*)
|
||||
echo frv-unknown-linux-${LIBC}
|
||||
echo frv-${VENDOR}-linux
|
||||
exit ;;
|
||||
ia64:Linux:*:*)
|
||||
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
|
||||
echo ${UNAME_MACHINE}-${VENDOR}-linux
|
||||
exit ;;
|
||||
m32r*:Linux:*:*)
|
||||
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
|
||||
echo ${UNAME_MACHINE}-${VENDOR}-linux
|
||||
exit ;;
|
||||
m68*:Linux:*:*)
|
||||
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
|
||||
echo ${UNAME_MACHINE}-${VENDOR}-linux
|
||||
exit ;;
|
||||
mips:Linux:*:*)
|
||||
eval $set_cc_for_build
|
||||
|
@ -883,12 +861,8 @@ EOF
|
|||
#endif
|
||||
#endif
|
||||
EOF
|
||||
eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
|
||||
/^CPU/{
|
||||
s: ::g
|
||||
p
|
||||
}'`"
|
||||
test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
|
||||
eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
|
||||
test x"${CPU}" != x && { echo "${CPU}-${VENDOR}-linux"; exit; }
|
||||
;;
|
||||
mips64:Linux:*:*)
|
||||
eval $set_cc_for_build
|
||||
|
@ -906,21 +880,14 @@ EOF
|
|||
#endif
|
||||
#endif
|
||||
EOF
|
||||
eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
|
||||
/^CPU/{
|
||||
s: ::g
|
||||
p
|
||||
}'`"
|
||||
test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
|
||||
eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
|
||||
test x"${CPU}" != x && { echo "${CPU}-${VENDOR}-linux"; exit; }
|
||||
;;
|
||||
or32:Linux:*:*)
|
||||
echo or32-unknown-linux-${LIBC}
|
||||
exit ;;
|
||||
ppc:Linux:*:*)
|
||||
echo powerpc-unknown-linux-${LIBC}
|
||||
echo powerpc-${VENDOR}-linux
|
||||
exit ;;
|
||||
ppc64:Linux:*:*)
|
||||
echo powerpc64-unknown-linux-${LIBC}
|
||||
echo powerpc64-${VENDOR}-linux
|
||||
exit ;;
|
||||
alpha:Linux:*:*)
|
||||
case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
|
||||
|
@ -933,37 +900,34 @@ EOF
|
|||
EV68*) UNAME_MACHINE=alphaev68 ;;
|
||||
esac
|
||||
objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
|
||||
if test "$?" = 0 ; then LIBC="gnulibc1" ; fi
|
||||
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
|
||||
if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
|
||||
echo ${UNAME_MACHINE}-${VENDOR}-linux${LIBC}
|
||||
exit ;;
|
||||
parisc:Linux:*:* | hppa:Linux:*:*)
|
||||
# Look for CPU level
|
||||
case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
|
||||
PA7*) echo hppa1.1-unknown-linux-${LIBC} ;;
|
||||
PA8*) echo hppa2.0-unknown-linux-${LIBC} ;;
|
||||
*) echo hppa-unknown-linux-${LIBC} ;;
|
||||
PA7*) echo hppa1.1-${VENDOR}-linux ;;
|
||||
PA8*) echo hppa2.0-${VENDOR}-linux ;;
|
||||
*) echo hppa-${VENDOR}-linux ;;
|
||||
esac
|
||||
exit ;;
|
||||
parisc64:Linux:*:* | hppa64:Linux:*:*)
|
||||
echo hppa64-unknown-linux-${LIBC}
|
||||
echo hppa64-${VENDOR}-linux
|
||||
exit ;;
|
||||
s390:Linux:*:* | s390x:Linux:*:*)
|
||||
echo ${UNAME_MACHINE}-ibm-linux
|
||||
exit ;;
|
||||
sh64*:Linux:*:*)
|
||||
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
|
||||
echo ${UNAME_MACHINE}-${VENDOR}-linux
|
||||
exit ;;
|
||||
sh*:Linux:*:*)
|
||||
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
|
||||
echo ${UNAME_MACHINE}-${VENDOR}-linux
|
||||
exit ;;
|
||||
sparc:Linux:*:* | sparc64:Linux:*:*)
|
||||
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
|
||||
exit ;;
|
||||
vax:Linux:*:*)
|
||||
echo ${UNAME_MACHINE}-dec-linux-${LIBC}
|
||||
echo ${UNAME_MACHINE}-${VENDOR}-linux
|
||||
exit ;;
|
||||
x86_64:Linux:*:*)
|
||||
echo x86_64-unknown-linux-${LIBC}
|
||||
echo x86_64-${VENDOR}-linux
|
||||
exit ;;
|
||||
i*86:Linux:*:*)
|
||||
# The BFD linker knows what the default object file format is, so
|
||||
|
@ -978,22 +942,20 @@ EOF
|
|||
p'`
|
||||
case "$ld_supported_targets" in
|
||||
elf32-i386)
|
||||
TENTATIVE="${UNAME_MACHINE}-pc-linux-${LIBC}"
|
||||
TENTATIVE="${UNAME_MACHINE}-${VENDOR}-linux"
|
||||
;;
|
||||
a.out-i386-linux)
|
||||
echo "${UNAME_MACHINE}-pc-linux-${LIBC}aout"
|
||||
echo "${UNAME_MACHINE}-${VENDOR}-linuxaout"
|
||||
exit ;;
|
||||
coff-i386)
|
||||
echo "${UNAME_MACHINE}-pc-linux-${LIBC}coff"
|
||||
echo "${UNAME_MACHINE}-${VENDOR}-linuxcoff"
|
||||
exit ;;
|
||||
"")
|
||||
# Either a pre-BFD a.out linker (linux-gnuoldld) or
|
||||
# Either a pre-BFD a.out linker (linuxoldld) or
|
||||
# one that does not give us useful --help.
|
||||
echo "${UNAME_MACHINE}-pc-linux-${LIBC}oldld"
|
||||
echo "${UNAME_MACHINE}-${VENDOR}-linuxoldld"
|
||||
exit ;;
|
||||
esac
|
||||
# This should get integrated into the C code below, but now we hack
|
||||
if [ "$LIBC" != "gnu" ] ; then echo "$TENTATIVE" && exit 0 ; fi
|
||||
# Determine whether the default compiler is a.out or elf
|
||||
eval $set_cc_for_build
|
||||
sed 's/^ //' << EOF >$dummy.c
|
||||
|
@ -1009,7 +971,7 @@ EOF
|
|||
LIBC=gnulibc1
|
||||
# endif
|
||||
#else
|
||||
#if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__sun)
|
||||
#ifdef __INTEL_COMPILER
|
||||
LIBC=gnu
|
||||
#else
|
||||
LIBC=gnuaout
|
||||
|
@ -1019,13 +981,9 @@ EOF
|
|||
LIBC=dietlibc
|
||||
#endif
|
||||
EOF
|
||||
eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
|
||||
/^LIBC/{
|
||||
s: ::g
|
||||
p
|
||||
}'`"
|
||||
eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
|
||||
test x"${LIBC}" != x && {
|
||||
echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
|
||||
echo "${UNAME_MACHINE}-${VENDOR}-linux-${LIBC}" | sed 's/linux-gnu/linux/'
|
||||
exit
|
||||
}
|
||||
test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; exit; }
|
||||
|
@ -1234,6 +1192,7 @@ EOF
|
|||
*:Darwin:*:*)
|
||||
UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
|
||||
case $UNAME_PROCESSOR in
|
||||
*86) UNAME_PROCESSOR=i686 ;;
|
||||
unknown) UNAME_PROCESSOR=powerpc ;;
|
||||
esac
|
||||
echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
|
||||
|
@ -1312,9 +1271,6 @@ EOF
|
|||
i*86:skyos:*:*)
|
||||
echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
|
||||
exit ;;
|
||||
i*86:rdos:*:*)
|
||||
echo ${UNAME_MACHINE}-pc-rdos
|
||||
exit ;;
|
||||
esac
|
||||
|
||||
#echo '(No uname command or uname output not recognized.)' 1>&2
|
||||
|
|
1269
config.log
1269
config.log
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
1312
config.status
1312
config.status
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -1,10 +1,9 @@
|
|||
#! /bin/sh
|
||||
# Configuration validation subroutine script.
|
||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
||||
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
|
||||
# Inc.
|
||||
# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
timestamp='2006-02-27'
|
||||
timestamp='2005-07-08'
|
||||
|
||||
# This file is (in principle) common to ALL GNU software.
|
||||
# The presence of a machine in this file suggests that SOME GNU software
|
||||
|
@ -120,9 +119,8 @@ esac
|
|||
# Here we must recognize all the valid KERNEL-OS combinations.
|
||||
maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
|
||||
case $maybe_os in
|
||||
nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
|
||||
uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
|
||||
storm-chaos* | os2-emx* | rtmk-nova*)
|
||||
nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \
|
||||
kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*)
|
||||
os=-$maybe_os
|
||||
basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
|
||||
;;
|
||||
|
@ -173,10 +171,6 @@ case $os in
|
|||
-hiux*)
|
||||
os=-hiuxwe2
|
||||
;;
|
||||
-sco6)
|
||||
os=-sco5v6
|
||||
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
|
||||
;;
|
||||
-sco5)
|
||||
os=-sco3.2v5
|
||||
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
|
||||
|
@ -193,10 +187,6 @@ case $os in
|
|||
# Don't forget version if it is 3.2v4 or newer.
|
||||
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
|
||||
;;
|
||||
-sco5v6*)
|
||||
# Don't forget version if it is 3.2v4 or newer.
|
||||
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
|
||||
;;
|
||||
-sco*)
|
||||
os=-sco3.2v2
|
||||
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
|
||||
|
@ -244,12 +234,12 @@ case $basic_machine in
|
|||
| arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
|
||||
| bfin \
|
||||
| c4x | clipper \
|
||||
| d10v | d30v | dlx | dsp16xx | dvp \
|
||||
| d10v | d30v | dlx | dsp16xx \
|
||||
| fr30 | frv \
|
||||
| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
|
||||
| i370 | i860 | i960 | ia64 \
|
||||
| ip2k | iq2000 \
|
||||
| m32r | m32rle | m68000 | m68k | m88k | maxq | mb | microblaze | mcore \
|
||||
| m32r | m32rle | m68000 | m68k | m88k | maxq | mcore \
|
||||
| mips | mipsbe | mipseb | mipsel | mipsle \
|
||||
| mips16 \
|
||||
| mips64 | mips64el \
|
||||
|
@ -267,18 +257,17 @@ case $basic_machine in
|
|||
| mipsisa64sr71k | mipsisa64sr71kel \
|
||||
| mipstx39 | mipstx39el \
|
||||
| mn10200 | mn10300 \
|
||||
| mt \
|
||||
| ms1 \
|
||||
| msp430 \
|
||||
| nios | nios2 \
|
||||
| ns16k | ns32k \
|
||||
| or32 \
|
||||
| pdp10 | pdp11 | pj | pjl \
|
||||
| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
|
||||
| pyramid \
|
||||
| sh | sh[1234] | sh[24]a | sh[24]a*eb | sh[23]e | sh[34]eb | shbe | sheb | shle | sh[1234]le | sh3ele \
|
||||
| sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
|
||||
| sh64 | sh64le \
|
||||
| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
|
||||
| sparcv8 | sparcv9 | sparcv9b | sparcv9v \
|
||||
| sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \
|
||||
| sparcv8 | sparcv9 | sparcv9b \
|
||||
| strongarm \
|
||||
| tahoe | thumb | tic4x | tic80 | tron \
|
||||
| v850 | v850e \
|
||||
|
@ -297,9 +286,6 @@ case $basic_machine in
|
|||
;;
|
||||
m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k)
|
||||
;;
|
||||
ms1)
|
||||
basic_machine=mt-unknown
|
||||
;;
|
||||
|
||||
# We use `pc' rather than `unknown'
|
||||
# because (1) that's what they normally are, and
|
||||
|
@ -350,20 +336,19 @@ case $basic_machine in
|
|||
| mipsisa64sr71k-* | mipsisa64sr71kel-* \
|
||||
| mipstx39-* | mipstx39el-* \
|
||||
| mmix-* \
|
||||
| mt-* \
|
||||
| ms1-* \
|
||||
| msp430-* \
|
||||
| nios-* | nios2-* \
|
||||
| none-* | np1-* | ns16k-* | ns32k-* \
|
||||
| orion-* \
|
||||
| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
|
||||
| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
|
||||
| pyramid-* \
|
||||
| romp-* | rs6000-* \
|
||||
| sh-* | sh[1234]-* | sh[24]a-* | sh[24]a*eb-* | sh[23]e-* | sh[34]eb-* | shbe-* | sheb-* \
|
||||
| sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | shbe-* \
|
||||
| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
|
||||
| sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
|
||||
| sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \
|
||||
| sparclite-* \
|
||||
| sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
|
||||
| sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
|
||||
| tahoe-* | thumb-* \
|
||||
| tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
|
||||
| tron-* \
|
||||
|
@ -693,24 +678,6 @@ case $basic_machine in
|
|||
basic_machine=m68k-atari
|
||||
os=-mint
|
||||
;;
|
||||
mipsEE* | ee | ps2)
|
||||
basic_machine=mips64r5900el-scei
|
||||
case $os in
|
||||
-linux*)
|
||||
;;
|
||||
*)
|
||||
os=-elf
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
iop)
|
||||
basic_machine=mipsel-scei
|
||||
os=-irx
|
||||
;;
|
||||
dvp)
|
||||
basic_machine=dvp-scei
|
||||
os=-elf
|
||||
;;
|
||||
mips3*-*)
|
||||
basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
|
||||
;;
|
||||
|
@ -729,9 +696,6 @@ case $basic_machine in
|
|||
basic_machine=i386-pc
|
||||
os=-msdos
|
||||
;;
|
||||
ms1-*)
|
||||
basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
|
||||
;;
|
||||
mvs)
|
||||
basic_machine=i370-ibm
|
||||
os=-mvs
|
||||
|
@ -839,12 +803,6 @@ case $basic_machine in
|
|||
pc532 | pc532-*)
|
||||
basic_machine=ns32k-pc532
|
||||
;;
|
||||
pc98)
|
||||
basic_machine=i386-pc
|
||||
;;
|
||||
pc98-*)
|
||||
basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
|
||||
;;
|
||||
pentium | p5 | k5 | k6 | nexgen | viac3)
|
||||
basic_machine=i586-pc
|
||||
;;
|
||||
|
@ -901,10 +859,6 @@ case $basic_machine in
|
|||
basic_machine=i586-unknown
|
||||
os=-pw32
|
||||
;;
|
||||
rdos)
|
||||
basic_machine=i386-pc
|
||||
os=-rdos
|
||||
;;
|
||||
rom68k)
|
||||
basic_machine=m68k-rom68k
|
||||
os=-coff
|
||||
|
@ -1147,7 +1101,7 @@ case $basic_machine in
|
|||
sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
|
||||
basic_machine=sh-unknown
|
||||
;;
|
||||
sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)
|
||||
sparc | sparcv8 | sparcv9 | sparcv9b)
|
||||
basic_machine=sparc-sun
|
||||
;;
|
||||
cydra)
|
||||
|
@ -1220,23 +1174,21 @@ case $os in
|
|||
| -aos* \
|
||||
| -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
|
||||
| -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
|
||||
| -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
|
||||
| -openbsd* | -solidbsd* \
|
||||
| -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \
|
||||
| -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
|
||||
| -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
|
||||
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
|
||||
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
|
||||
| -chorusos* | -chorusrdb* \
|
||||
| -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
|
||||
| -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
|
||||
| -uxpv* | -beos* | -mpeix* | -udk* \
|
||||
| -mingw32* | -linux* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \
|
||||
| -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
|
||||
| -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
|
||||
| -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
|
||||
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
|
||||
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
|
||||
| -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
|
||||
| -skyos* | -haiku* | -rdos* | -irx*)
|
||||
| -skyos* | -haiku*)
|
||||
# Remember, each alternative MUST END IN *, to match a version number.
|
||||
;;
|
||||
-qnx*)
|
||||
|
@ -1263,9 +1215,6 @@ case $os in
|
|||
-linux-dietlibc)
|
||||
os=-linux-dietlibc
|
||||
;;
|
||||
-linux*)
|
||||
os=`echo $os | sed -e 's|linux|linux-gnu|'`
|
||||
;;
|
||||
-sunos5*)
|
||||
os=`echo $os | sed -e 's|sunos5|solaris2|'`
|
||||
;;
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
2
depcomp
2
depcomp
|
@ -1 +1 @@
|
|||
/usr/share/automake-1.8/depcomp
|
||||
/usr/share/automake-1.9/depcomp
|
|
@ -1 +1 @@
|
|||
/usr/share/automake-1.8/install-sh
|
||||
/usr/share/automake-1.9/install-sh
|
747
libtool
747
libtool
|
@ -40,11 +40,11 @@ Xsed="/usr/bin/sed -e 1s/^X//"
|
|||
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
|
||||
|
||||
# The names of the tagged configurations supported by this script.
|
||||
available_tags=" CXX F77"
|
||||
available_tags=""
|
||||
|
||||
# ### BEGIN LIBTOOL CONFIG
|
||||
|
||||
# Libtool was configured on host tark-b-112:
|
||||
# Libtool was configured on host localhost:
|
||||
|
||||
# Shell to use when invoking shell scripts.
|
||||
SHELL="/bin/sh"
|
||||
|
@ -66,13 +66,13 @@ fast_install=yes
|
|||
|
||||
# The host system.
|
||||
host_alias=
|
||||
host=i686-pc-linux-gnu
|
||||
host_os=linux-gnu
|
||||
host=i686-suse-linux
|
||||
host_os=linux
|
||||
|
||||
# The build system.
|
||||
build_alias=
|
||||
build=i686-pc-linux-gnu
|
||||
build_os=linux-gnu
|
||||
build=i686-suse-linux
|
||||
build_os=linux
|
||||
|
||||
# An echo program that does not interpret backslashes.
|
||||
echo="echo"
|
||||
|
@ -94,10 +94,10 @@ CC="gcc"
|
|||
with_gcc=yes
|
||||
|
||||
# An ERE matcher.
|
||||
EGREP="/bin/grep -E"
|
||||
EGREP="grep -E"
|
||||
|
||||
# The linker used to build libraries.
|
||||
LD="/usr/i686-pc-linux-gnu/bin/ld"
|
||||
LD="/usr/i586-suse-linux/bin/ld"
|
||||
|
||||
# Whether we need hard or soft links.
|
||||
LN_S="ln -s"
|
||||
|
@ -325,10 +325,10 @@ variables_saved_for_relink="PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COM
|
|||
link_all_deplibs=unknown
|
||||
|
||||
# Compile-time system search path for libraries
|
||||
sys_lib_search_path_spec=" /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/ /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/ /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../../i686-pc-linux-gnu/lib/i686-pc-linux-gnu/4.1.1/ /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../../i686-pc-linux-gnu/lib/ /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../i686-pc-linux-gnu/4.1.1/ /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../ /lib/i686-pc-linux-gnu/4.1.1/ /lib/ /usr/lib/i686-pc-linux-gnu/4.1.1/ /usr/lib/"
|
||||
sys_lib_search_path_spec=" /usr/lib/gcc/i586-suse-linux/4.1.0/ /usr/lib/gcc/i586-suse-linux/4.1.0/ /usr/lib/gcc/i586-suse-linux/4.1.0/../../../../i586-suse-linux/lib/i586-suse-linux/4.1.0/ /usr/lib/gcc/i586-suse-linux/4.1.0/../../../../i586-suse-linux/lib/ /usr/lib/gcc/i586-suse-linux/4.1.0/../../../i586-suse-linux/4.1.0/ /usr/lib/gcc/i586-suse-linux/4.1.0/../../../ /lib/i586-suse-linux/4.1.0/ /lib/ /usr/lib/i586-suse-linux/4.1.0/ /usr/lib/"
|
||||
|
||||
# Run-time system search path for libraries
|
||||
sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/local/lib //usr//lib/opengl/ati/lib /usr/i686-pc-linux-gnu/lib /usr/lib/gcc/i686-pc-linux-gnu/4.1.1 /usr/lib/nspr /usr/lib/nss /usr/lib /usr/lib/mozilla /opt/sun-jre-bin-1.5.0.06/lib/i686/ /opt/sun-jre-bin-1.5.0.06/lib/i686/native_threads/ /opt/sun-jre-bin-1.5.0.06/lib/i686/xawt/ /opt/sun-jre-bin-1.5.0.06/lib/i686/server/ /usr/lib/qt4 /usr/qt/3/lib /usr/games/lib /usr/lib/R/lib /usr/grass60/lib /usr/lib/libstdc++-v3/ "
|
||||
sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/X11R6/lib/Xaw3d /usr/X11R6/lib /usr/i486-linux-libc5/lib /usr/i386-suse-linux/lib /usr/local/lib /opt/kde3/lib /opt/gnome/lib /usr/lib/ /opt/novell/eDirectory/lib "
|
||||
|
||||
# Fix the shell variable $srcfile for the compiler.
|
||||
fix_srcfile_path=""
|
||||
|
@ -385,9 +385,6 @@ basename="s,^.*/,,g"
|
|||
# function.
|
||||
progpath="$0"
|
||||
|
||||
# define SED for historic ltconfig's generated by Libtool 1.3
|
||||
test -z "$SED" && SED=sed
|
||||
|
||||
# The name of this program:
|
||||
progname=`echo "$progpath" | $SED $basename`
|
||||
modename="$progname"
|
||||
|
@ -406,13 +403,6 @@ TIMESTAMP=" (1.1220.2.365 2005/12/18 22:14:06)"
|
|||
if test -n "${ZSH_VERSION+set}" ; then
|
||||
setopt NO_GLOB_SUBST
|
||||
fi
|
||||
# Same for EGREP, and just to be sure, do LTCC as well
|
||||
if test "X$EGREP" = X ; then
|
||||
EGREP=egrep
|
||||
fi
|
||||
if test "X$LTCC" = X ; then
|
||||
LTCC=${CC-gcc}
|
||||
fi
|
||||
|
||||
# Check that we have a working $echo.
|
||||
if test "X$1" = X--no-reexec; then
|
||||
|
@ -499,30 +489,6 @@ preserve_args=
|
|||
lo2o="s/\\.lo\$/.${objext}/"
|
||||
o2lo="s/\\.${objext}\$/.lo/"
|
||||
|
||||
if test -z "$max_cmd_len"; then
|
||||
i=0
|
||||
testring="ABCD"
|
||||
new_result=
|
||||
|
||||
# If test is not a shell built-in, we'll probably end up computing a
|
||||
# maximum length that is only half of the actual maximum length, but
|
||||
# we can't tell.
|
||||
while (test "X"`$SHELL $0 --fallback-echo "X$testring" 2>/dev/null` \
|
||||
= "XX$testring") >/dev/null 2>&1 &&
|
||||
new_result=`expr "X$testring" : ".*" 2>&1` &&
|
||||
max_cmd_len="$new_result" &&
|
||||
test "$i" != 17 # 1/2 MB should be enough
|
||||
do
|
||||
i=`expr $i + 1`
|
||||
testring="$testring$testring"
|
||||
done
|
||||
testring=
|
||||
# Add a significant safety factor because C++ compilers can tack on massive
|
||||
# amounts of additional arguments before passing them to the linker.
|
||||
# It appears as though 1/2 is a usable value.
|
||||
max_cmd_len=`expr $max_cmd_len \/ 2`
|
||||
fi
|
||||
|
||||
#####################################
|
||||
# Shell function definitions:
|
||||
# This seems to be the best place for them
|
||||
|
@ -643,21 +609,7 @@ func_infer_tag ()
|
|||
esac
|
||||
CC_quoted="$CC_quoted $arg"
|
||||
done
|
||||
# user sometimes does CC=<HOST>-gcc so we need to match that to 'gcc'
|
||||
trimedcc=`echo ${CC} | $SED -e "s/${host}-//g"`
|
||||
# and sometimes libtool has CC=<HOST>-gcc but user does CC=gcc
|
||||
extendcc=${host}-${CC}
|
||||
# and sometimes libtool has CC=<OLDHOST>-gcc but user has CC=<NEWHOST>-gcc
|
||||
# (Gentoo-specific hack because we always export $CHOST)
|
||||
mungedcc=${CHOST-${host}}-${trimedcc}
|
||||
case "$@ " in
|
||||
"cc "* | " cc "* | "${host}-cc "* | " ${host}-cc "*|\
|
||||
"gcc "* | " gcc "* | "${host}-gcc "* | " ${host}-gcc "*)
|
||||
tagname=CC
|
||||
break ;;
|
||||
"$trimedcc "* | " $trimedcc "* | "`$echo $trimedcc` "* | " `$echo $trimedcc` "*|\
|
||||
"$extendcc "* | " $extendcc "* | "`$echo $extendcc` "* | " `$echo $extendcc` "*|\
|
||||
"$mungedcc "* | " $mungedcc "* | "`$echo $mungedcc` "* | " `$echo $mungedcc` "*|\
|
||||
" $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*)
|
||||
# The compiler in the base compile command matches
|
||||
# the one in the tagged configuration.
|
||||
|
@ -1251,7 +1203,7 @@ if test -z "$show_help"; then
|
|||
# Lock this critical section if it is needed
|
||||
# We use this script file to make the link, it avoids creating a new file
|
||||
if test "$need_locks" = yes; then
|
||||
until $run ln "$srcfile" "$lockfile" 2>/dev/null; do
|
||||
until $run ln "$progpath" "$lockfile" 2>/dev/null; do
|
||||
$show "Waiting for $lockfile to be removed"
|
||||
sleep 2
|
||||
done
|
||||
|
@ -4042,13 +3994,6 @@ EOF
|
|||
*) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
|
||||
esac
|
||||
done
|
||||
# It is ok to link against an archive when
|
||||
# building a shared library.
|
||||
if $AR -t $potlib > /dev/null 2>&1; then
|
||||
newdeplibs="$newdeplibs $a_deplib"
|
||||
a_deplib=""
|
||||
break 2
|
||||
fi
|
||||
if eval $file_magic_cmd \"\$potlib\" 2>/dev/null \
|
||||
| ${SED} 10q \
|
||||
| $EGREP "$file_magic_regex" > /dev/null; then
|
||||
|
@ -5786,11 +5731,6 @@ else
|
|||
$echo >> $output "\
|
||||
if test \"\$libtool_execute_magic\" != \"$magic\"; then
|
||||
# Run the actual program with our arguments.
|
||||
|
||||
# Make sure env LD_LIBRARY_PATH does not mess us up
|
||||
if test -n \"\${LD_LIBRARY_PATH+set}\"; then
|
||||
export LD_LIBRARY_PATH=\$progdir:\$LD_LIBRARY_PATH
|
||||
fi
|
||||
"
|
||||
case $host in
|
||||
# Backslashes separate directories on plain windows
|
||||
|
@ -6018,53 +5958,9 @@ fi\
|
|||
$echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2
|
||||
exit $EXIT_FAILURE
|
||||
fi
|
||||
if test "X$EGREP" = X ; then
|
||||
EGREP=egrep
|
||||
fi
|
||||
# We do not want portage's install root ($D) present. Check only for
|
||||
# this if the .la is being installed.
|
||||
if test "$installed" = yes && test "$D"; then
|
||||
eval mynewdependency_lib=`echo "$libdir/$name" |sed -e "s:$D:/:g" -e 's:/\+:/:g'`
|
||||
else
|
||||
mynewdependency_lib="$libdir/$name"
|
||||
fi
|
||||
# Do not add duplicates
|
||||
if test "$mynewdependency_lib"; then
|
||||
my_little_ninja_foo_1=`echo $newdependency_libs |$EGREP -e "$mynewdependency_lib"`
|
||||
if test -z "$my_little_ninja_foo_1"; then
|
||||
newdependency_libs="$newdependency_libs $mynewdependency_lib"
|
||||
fi
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
if test "$installed" = yes; then
|
||||
# Rather use S=WORKDIR if our version of portage supports it.
|
||||
# This is because some ebuild (gcc) do not use $S as buildroot.
|
||||
if test "$PWORKDIR"; then
|
||||
S="$PWORKDIR"
|
||||
fi
|
||||
# We do not want portage's build root ($S) present.
|
||||
my_little_ninja_foo_2=`echo $deplib |$EGREP -e "$S"`
|
||||
# We do not want portage's install root ($D) present.
|
||||
my_little_ninja_foo_3=`echo $deplib |$EGREP -e "$D"`
|
||||
if test -n "$my_little_ninja_foo_2" && test "$S"; then
|
||||
mynewdependency_lib=""
|
||||
elif test -n "$my_little_ninja_foo_3" && test "$D"; then
|
||||
eval mynewdependency_lib=`echo "$deplib" |sed -e "s:$D:/:g" -e 's:/\+:/:g'`
|
||||
else
|
||||
mynewdependency_lib="$deplib"
|
||||
fi
|
||||
else
|
||||
mynewdependency_lib="$deplib"
|
||||
fi
|
||||
# Do not add duplicates
|
||||
if test "$mynewdependency_lib"; then
|
||||
my_little_ninja_foo_4=`echo $newdependency_libs |$EGREP -e "$mynewdependency_lib"`
|
||||
if test -z "$my_little_ninja_foo_4"; then
|
||||
newdependency_libs="$newdependency_libs $mynewdependency_lib"
|
||||
fi
|
||||
fi
|
||||
newdependency_libs="$newdependency_libs $libdir/$name"
|
||||
;;
|
||||
*) newdependency_libs="$newdependency_libs $deplib" ;;
|
||||
esac
|
||||
done
|
||||
dependency_libs="$newdependency_libs"
|
||||
|
@ -6116,10 +6012,6 @@ fi\
|
|||
case $host,$output,$installed,$module,$dlname in
|
||||
*cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;;
|
||||
esac
|
||||
# Do not add duplicates
|
||||
if test "$installed" = yes && test "$D"; then
|
||||
install_libdir=`echo "$install_libdir" |sed -e "s:$D:/:g" -e 's:/\+:/:g'`
|
||||
fi
|
||||
$echo > $output "\
|
||||
# $outputname - a libtool library file
|
||||
# Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP
|
||||
|
@ -7321,616 +7213,3 @@ disable_libs=static
|
|||
# mode:shell-script
|
||||
# sh-indentation:2
|
||||
# End:
|
||||
# ### BEGIN LIBTOOL TAG CONFIG: CXX
|
||||
|
||||
# Libtool was configured on host tark-b-112:
|
||||
|
||||
# Shell to use when invoking shell scripts.
|
||||
SHELL="/bin/sh"
|
||||
|
||||
# Whether or not to build shared libraries.
|
||||
build_libtool_libs=yes
|
||||
|
||||
# Whether or not to build static libraries.
|
||||
build_old_libs=yes
|
||||
|
||||
# Whether or not to add -lc for building shared libraries.
|
||||
build_libtool_need_lc=no
|
||||
|
||||
# Whether or not to disallow shared libs when runtime libs are static
|
||||
allow_libtool_libs_with_static_runtimes=no
|
||||
|
||||
# Whether or not to optimize for fast installation.
|
||||
fast_install=yes
|
||||
|
||||
# The host system.
|
||||
host_alias=
|
||||
host=i686-pc-linux-gnu
|
||||
host_os=linux-gnu
|
||||
|
||||
# The build system.
|
||||
build_alias=
|
||||
build=i686-pc-linux-gnu
|
||||
build_os=linux-gnu
|
||||
|
||||
# An echo program that does not interpret backslashes.
|
||||
echo="echo"
|
||||
|
||||
# The archiver.
|
||||
AR="ar"
|
||||
AR_FLAGS="cru"
|
||||
|
||||
# A C compiler.
|
||||
LTCC="gcc"
|
||||
|
||||
# LTCC compiler flags.
|
||||
LTCFLAGS="-g -O2"
|
||||
|
||||
# A language-specific compiler.
|
||||
CC="g++"
|
||||
|
||||
# Is the compiler the GNU C compiler?
|
||||
with_gcc=yes
|
||||
|
||||
# An ERE matcher.
|
||||
EGREP="/bin/grep -E"
|
||||
|
||||
# The linker used to build libraries.
|
||||
LD="/usr/i686-pc-linux-gnu/bin/ld"
|
||||
|
||||
# Whether we need hard or soft links.
|
||||
LN_S="ln -s"
|
||||
|
||||
# A BSD-compatible nm program.
|
||||
NM="/usr/bin/nm -B"
|
||||
|
||||
# A symbol stripping program
|
||||
STRIP="strip"
|
||||
|
||||
# Used to examine libraries when file_magic_cmd begins "file"
|
||||
MAGIC_CMD=file
|
||||
|
||||
# Used on cygwin: DLL creation program.
|
||||
DLLTOOL="dlltool"
|
||||
|
||||
# Used on cygwin: object dumper.
|
||||
OBJDUMP="objdump"
|
||||
|
||||
# Used on cygwin: assembler.
|
||||
AS="as"
|
||||
|
||||
# The name of the directory that contains temporary libtool files.
|
||||
objdir=.libs
|
||||
|
||||
# How to create reloadable object files.
|
||||
reload_flag=" -r"
|
||||
reload_cmds="\$LD\$reload_flag -o \$output\$reload_objs"
|
||||
|
||||
# How to pass a linker flag through the compiler.
|
||||
wl="-Wl,"
|
||||
|
||||
# Object file suffix (normally "o").
|
||||
objext="o"
|
||||
|
||||
# Old archive suffix (normally "a").
|
||||
libext="a"
|
||||
|
||||
# Shared library suffix (normally ".so").
|
||||
shrext_cmds='.so'
|
||||
|
||||
# Executable file suffix (normally "").
|
||||
exeext=""
|
||||
|
||||
# Additional compiler flags for building library objects.
|
||||
pic_flag=" -fPIC -DPIC"
|
||||
pic_mode=default
|
||||
|
||||
# What is the maximum length of a command?
|
||||
max_cmd_len=32768
|
||||
|
||||
# Does compiler simultaneously support -c and -o options?
|
||||
compiler_c_o="yes"
|
||||
|
||||
# Must we lock files when doing compilation?
|
||||
need_locks="no"
|
||||
|
||||
# Do we need the lib prefix for modules?
|
||||
need_lib_prefix=no
|
||||
|
||||
# Do we need a version for libraries?
|
||||
need_version=no
|
||||
|
||||
# Whether dlopen is supported.
|
||||
dlopen_support=unknown
|
||||
|
||||
# Whether dlopen of programs is supported.
|
||||
dlopen_self=unknown
|
||||
|
||||
# Whether dlopen of statically linked programs is supported.
|
||||
dlopen_self_static=unknown
|
||||
|
||||
# Compiler flag to prevent dynamic linking.
|
||||
link_static_flag="-static"
|
||||
|
||||
# Compiler flag to turn off builtin functions.
|
||||
no_builtin_flag=" -fno-builtin"
|
||||
|
||||
# Compiler flag to allow reflexive dlopens.
|
||||
export_dynamic_flag_spec="\${wl}--export-dynamic"
|
||||
|
||||
# Compiler flag to generate shared objects directly from archives.
|
||||
whole_archive_flag_spec="\${wl}--whole-archive\$convenience \${wl}--no-whole-archive"
|
||||
|
||||
# Compiler flag to generate thread-safe objects.
|
||||
thread_safe_flag_spec=""
|
||||
|
||||
# Library versioning type.
|
||||
version_type=linux
|
||||
|
||||
# Format of library name prefix.
|
||||
libname_spec="lib\$name"
|
||||
|
||||
# List of archive names. First name is the real one, the rest are links.
|
||||
# The last name is the one that the linker finds with -lNAME.
|
||||
library_names_spec="\${libname}\${release}\${shared_ext}\$versuffix \${libname}\${release}\${shared_ext}\$major \$libname\${shared_ext}"
|
||||
|
||||
# The coded name of the library, if different from the real name.
|
||||
soname_spec="\${libname}\${release}\${shared_ext}\$major"
|
||||
|
||||
# Commands used to build and install an old-style archive.
|
||||
RANLIB="ranlib"
|
||||
old_archive_cmds="\$AR \$AR_FLAGS \$oldlib\$oldobjs\$old_deplibs~\$RANLIB \$oldlib"
|
||||
old_postinstall_cmds="chmod 644 \$oldlib~\$RANLIB \$oldlib"
|
||||
old_postuninstall_cmds=""
|
||||
|
||||
# Create an old-style archive from a shared archive.
|
||||
old_archive_from_new_cmds=""
|
||||
|
||||
# Create a temporary old-style archive to link instead of a shared archive.
|
||||
old_archive_from_expsyms_cmds=""
|
||||
|
||||
# Commands used to build and install a shared archive.
|
||||
archive_cmds="\$CC -shared -nostdlib \$predep_objects \$libobjs \$deplibs \$postdep_objects \$compiler_flags \${wl}-soname \$wl\$soname -o \$lib"
|
||||
archive_expsym_cmds="\$CC -shared -nostdlib \$predep_objects \$libobjs \$deplibs \$postdep_objects \$compiler_flags \${wl}-soname \$wl\$soname \${wl}-retain-symbols-file \$wl\$export_symbols -o \$lib"
|
||||
postinstall_cmds=""
|
||||
postuninstall_cmds=""
|
||||
|
||||
# Commands used to build a loadable module (assumed same as above if empty)
|
||||
module_cmds=""
|
||||
module_expsym_cmds=""
|
||||
|
||||
# Commands to strip libraries.
|
||||
old_striplib="strip --strip-debug"
|
||||
striplib="strip --strip-unneeded"
|
||||
|
||||
# Dependencies to place before the objects being linked to create a
|
||||
# shared library.
|
||||
predep_objects="/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../crti.o /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/crtbeginS.o"
|
||||
|
||||
# Dependencies to place after the objects being linked to create a
|
||||
# shared library.
|
||||
postdep_objects="/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/crtendS.o /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../crtn.o"
|
||||
|
||||
# Dependencies to place before the objects being linked to create a
|
||||
# shared library.
|
||||
predeps=""
|
||||
|
||||
# Dependencies to place after the objects being linked to create a
|
||||
# shared library.
|
||||
postdeps="-lstdc++ -lm -lgcc_s -lc -lgcc_s"
|
||||
|
||||
# The library search path used internally by the compiler when linking
|
||||
# a shared library.
|
||||
compiler_lib_search_path="-L/usr/lib/gcc/i686-pc-linux-gnu/4.1.1 -L/usr/lib/gcc/i686-pc-linux-gnu/4.1.1 -L/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../../i686-pc-linux-gnu/lib -L/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../.."
|
||||
|
||||
# Method to check whether dependent libraries are shared objects.
|
||||
deplibs_check_method="pass_all"
|
||||
|
||||
# Command to use when deplibs_check_method == file_magic.
|
||||
file_magic_cmd="\$MAGIC_CMD"
|
||||
|
||||
# Flag that allows shared libraries with undefined symbols to be built.
|
||||
allow_undefined_flag=""
|
||||
|
||||
# Flag that forces no undefined symbols.
|
||||
no_undefined_flag=""
|
||||
|
||||
# Commands used to finish a libtool library installation in a directory.
|
||||
finish_cmds="PATH=\\\"\\\$PATH:/sbin\\\" ldconfig -n \$libdir"
|
||||
|
||||
# Same as above, but a single script fragment to be evaled but not shown.
|
||||
finish_eval=""
|
||||
|
||||
# Take the output of nm and produce a listing of raw symbols and C names.
|
||||
global_symbol_pipe="sed -n -e 's/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'"
|
||||
|
||||
# Transform the output of nm in a proper C declaration
|
||||
global_symbol_to_cdecl="sed -n -e 's/^. .* \\(.*\\)\$/extern int \\1;/p'"
|
||||
|
||||
# Transform the output of nm in a C name address pair
|
||||
global_symbol_to_c_name_address="sed -n -e 's/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p' -e 's/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'"
|
||||
|
||||
# This is the shared library runtime path variable.
|
||||
runpath_var=LD_RUN_PATH
|
||||
|
||||
# This is the shared library path variable.
|
||||
shlibpath_var=LD_LIBRARY_PATH
|
||||
|
||||
# Is shlibpath searched before the hard-coded library search path?
|
||||
shlibpath_overrides_runpath=no
|
||||
|
||||
# How to hardcode a shared library path into an executable.
|
||||
hardcode_action=immediate
|
||||
|
||||
# Whether we should hardcode library paths into libraries.
|
||||
hardcode_into_libs=yes
|
||||
|
||||
# Flag to hardcode $libdir into a binary during linking.
|
||||
# This must work even if $libdir does not exist.
|
||||
hardcode_libdir_flag_spec="\${wl}--rpath \${wl}\$libdir"
|
||||
|
||||
# If ld is used when linking, flag to hardcode $libdir into
|
||||
# a binary during linking. This must work even if $libdir does
|
||||
# not exist.
|
||||
hardcode_libdir_flag_spec_ld=""
|
||||
|
||||
# Whether we need a single -rpath flag with a separated argument.
|
||||
hardcode_libdir_separator=""
|
||||
|
||||
# Set to yes if using DIR/libNAME during linking hardcodes DIR into the
|
||||
# resulting binary.
|
||||
hardcode_direct=no
|
||||
|
||||
# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
|
||||
# resulting binary.
|
||||
hardcode_minus_L=no
|
||||
|
||||
# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
|
||||
# the resulting binary.
|
||||
hardcode_shlibpath_var=unsupported
|
||||
|
||||
# Set to yes if building a shared library automatically hardcodes DIR into the library
|
||||
# and all subsequent libraries and executables linked against it.
|
||||
hardcode_automatic=no
|
||||
|
||||
# Variables whose values should be saved in libtool wrapper scripts and
|
||||
# restored at relink time.
|
||||
variables_saved_for_relink="PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
|
||||
|
||||
# Whether libtool must link a program against all its dependency libraries.
|
||||
link_all_deplibs=unknown
|
||||
|
||||
# Compile-time system search path for libraries
|
||||
sys_lib_search_path_spec=" /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/ /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/ /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../../i686-pc-linux-gnu/lib/i686-pc-linux-gnu/4.1.1/ /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../../i686-pc-linux-gnu/lib/ /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../i686-pc-linux-gnu/4.1.1/ /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../ /lib/i686-pc-linux-gnu/4.1.1/ /lib/ /usr/lib/i686-pc-linux-gnu/4.1.1/ /usr/lib/"
|
||||
|
||||
# Run-time system search path for libraries
|
||||
sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/local/lib //usr//lib/opengl/ati/lib /usr/i686-pc-linux-gnu/lib /usr/lib/gcc/i686-pc-linux-gnu/4.1.1 /usr/lib/nspr /usr/lib/nss /usr/lib /usr/lib/mozilla /opt/sun-jre-bin-1.5.0.06/lib/i686/ /opt/sun-jre-bin-1.5.0.06/lib/i686/native_threads/ /opt/sun-jre-bin-1.5.0.06/lib/i686/xawt/ /opt/sun-jre-bin-1.5.0.06/lib/i686/server/ /usr/lib/qt4 /usr/qt/3/lib /usr/games/lib /usr/lib/R/lib /usr/grass60/lib /usr/lib/libstdc++-v3/ "
|
||||
|
||||
# Fix the shell variable $srcfile for the compiler.
|
||||
fix_srcfile_path=""
|
||||
|
||||
# Set to yes if exported symbols are required.
|
||||
always_export_symbols=no
|
||||
|
||||
# The commands to list exported symbols.
|
||||
export_symbols_cmds="\$NM \$libobjs \$convenience | \$global_symbol_pipe | \$SED 's/.* //' | sort | uniq > \$export_symbols"
|
||||
|
||||
# The commands to extract the exported symbol list from a shared archive.
|
||||
extract_expsyms_cmds=""
|
||||
|
||||
# Symbols that should not be listed in the preloaded symbols.
|
||||
exclude_expsyms=""
|
||||
|
||||
# Symbols that must always be exported.
|
||||
include_expsyms=""
|
||||
|
||||
# ### END LIBTOOL TAG CONFIG: CXX
|
||||
|
||||
# ### BEGIN LIBTOOL TAG CONFIG: F77
|
||||
|
||||
# Libtool was configured on host tark-b-112:
|
||||
|
||||
# Shell to use when invoking shell scripts.
|
||||
SHELL="/bin/sh"
|
||||
|
||||
# Whether or not to build shared libraries.
|
||||
build_libtool_libs=yes
|
||||
|
||||
# Whether or not to build static libraries.
|
||||
build_old_libs=yes
|
||||
|
||||
# Whether or not to add -lc for building shared libraries.
|
||||
build_libtool_need_lc=no
|
||||
|
||||
# Whether or not to disallow shared libs when runtime libs are static
|
||||
allow_libtool_libs_with_static_runtimes=no
|
||||
|
||||
# Whether or not to optimize for fast installation.
|
||||
fast_install=yes
|
||||
|
||||
# The host system.
|
||||
host_alias=
|
||||
host=i686-pc-linux-gnu
|
||||
host_os=linux-gnu
|
||||
|
||||
# The build system.
|
||||
build_alias=
|
||||
build=i686-pc-linux-gnu
|
||||
build_os=linux-gnu
|
||||
|
||||
# An echo program that does not interpret backslashes.
|
||||
echo="echo"
|
||||
|
||||
# The archiver.
|
||||
AR="ar"
|
||||
AR_FLAGS="cru"
|
||||
|
||||
# A C compiler.
|
||||
LTCC="gcc"
|
||||
|
||||
# LTCC compiler flags.
|
||||
LTCFLAGS="-g -O2"
|
||||
|
||||
# A language-specific compiler.
|
||||
CC="g77"
|
||||
|
||||
# Is the compiler the GNU C compiler?
|
||||
with_gcc=yes
|
||||
|
||||
# An ERE matcher.
|
||||
EGREP="/bin/grep -E"
|
||||
|
||||
# The linker used to build libraries.
|
||||
LD="/usr/i686-pc-linux-gnu/bin/ld"
|
||||
|
||||
# Whether we need hard or soft links.
|
||||
LN_S="ln -s"
|
||||
|
||||
# A BSD-compatible nm program.
|
||||
NM="/usr/bin/nm -B"
|
||||
|
||||
# A symbol stripping program
|
||||
STRIP="strip"
|
||||
|
||||
# Used to examine libraries when file_magic_cmd begins "file"
|
||||
MAGIC_CMD=file
|
||||
|
||||
# Used on cygwin: DLL creation program.
|
||||
DLLTOOL="dlltool"
|
||||
|
||||
# Used on cygwin: object dumper.
|
||||
OBJDUMP="objdump"
|
||||
|
||||
# Used on cygwin: assembler.
|
||||
AS="as"
|
||||
|
||||
# The name of the directory that contains temporary libtool files.
|
||||
objdir=.libs
|
||||
|
||||
# How to create reloadable object files.
|
||||
reload_flag=" -r"
|
||||
reload_cmds="\$LD\$reload_flag -o \$output\$reload_objs"
|
||||
|
||||
# How to pass a linker flag through the compiler.
|
||||
wl="-Wl,"
|
||||
|
||||
# Object file suffix (normally "o").
|
||||
objext="o"
|
||||
|
||||
# Old archive suffix (normally "a").
|
||||
libext="a"
|
||||
|
||||
# Shared library suffix (normally ".so").
|
||||
shrext_cmds='.so'
|
||||
|
||||
# Executable file suffix (normally "").
|
||||
exeext=""
|
||||
|
||||
# Additional compiler flags for building library objects.
|
||||
pic_flag=" -fPIC"
|
||||
pic_mode=default
|
||||
|
||||
# What is the maximum length of a command?
|
||||
max_cmd_len=32768
|
||||
|
||||
# Does compiler simultaneously support -c and -o options?
|
||||
compiler_c_o="yes"
|
||||
|
||||
# Must we lock files when doing compilation?
|
||||
need_locks="no"
|
||||
|
||||
# Do we need the lib prefix for modules?
|
||||
need_lib_prefix=no
|
||||
|
||||
# Do we need a version for libraries?
|
||||
need_version=no
|
||||
|
||||
# Whether dlopen is supported.
|
||||
dlopen_support=unknown
|
||||
|
||||
# Whether dlopen of programs is supported.
|
||||
dlopen_self=unknown
|
||||
|
||||
# Whether dlopen of statically linked programs is supported.
|
||||
dlopen_self_static=unknown
|
||||
|
||||
# Compiler flag to prevent dynamic linking.
|
||||
link_static_flag="-static"
|
||||
|
||||
# Compiler flag to turn off builtin functions.
|
||||
no_builtin_flag=""
|
||||
|
||||
# Compiler flag to allow reflexive dlopens.
|
||||
export_dynamic_flag_spec="\${wl}--export-dynamic"
|
||||
|
||||
# Compiler flag to generate shared objects directly from archives.
|
||||
whole_archive_flag_spec="\${wl}--whole-archive\$convenience \${wl}--no-whole-archive"
|
||||
|
||||
# Compiler flag to generate thread-safe objects.
|
||||
thread_safe_flag_spec=""
|
||||
|
||||
# Library versioning type.
|
||||
version_type=linux
|
||||
|
||||
# Format of library name prefix.
|
||||
libname_spec="lib\$name"
|
||||
|
||||
# List of archive names. First name is the real one, the rest are links.
|
||||
# The last name is the one that the linker finds with -lNAME.
|
||||
library_names_spec="\${libname}\${release}\${shared_ext}\$versuffix \${libname}\${release}\${shared_ext}\$major \$libname\${shared_ext}"
|
||||
|
||||
# The coded name of the library, if different from the real name.
|
||||
soname_spec="\${libname}\${release}\${shared_ext}\$major"
|
||||
|
||||
# Commands used to build and install an old-style archive.
|
||||
RANLIB="ranlib"
|
||||
old_archive_cmds="\$AR \$AR_FLAGS \$oldlib\$oldobjs\$old_deplibs~\$RANLIB \$oldlib"
|
||||
old_postinstall_cmds="chmod 644 \$oldlib~\$RANLIB \$oldlib"
|
||||
old_postuninstall_cmds=""
|
||||
|
||||
# Create an old-style archive from a shared archive.
|
||||
old_archive_from_new_cmds=""
|
||||
|
||||
# Create a temporary old-style archive to link instead of a shared archive.
|
||||
old_archive_from_expsyms_cmds=""
|
||||
|
||||
# Commands used to build and install a shared archive.
|
||||
archive_cmds="\$CC -shared \$libobjs \$deplibs \$compiler_flags \${wl}-soname \$wl\$soname -o \$lib"
|
||||
archive_expsym_cmds="\$echo \\\"{ global:\\\" > \$output_objdir/\$libname.ver~
|
||||
cat \$export_symbols | sed -e \\\"s/\\\\(.*\\\\)/\\\\1;/\\\" >> \$output_objdir/\$libname.ver~
|
||||
\$echo \\\"local: *; };\\\" >> \$output_objdir/\$libname.ver~
|
||||
\$CC -shared \$libobjs \$deplibs \$compiler_flags \${wl}-soname \$wl\$soname \${wl}-version-script \${wl}\$output_objdir/\$libname.ver -o \$lib"
|
||||
postinstall_cmds=""
|
||||
postuninstall_cmds=""
|
||||
|
||||
# Commands used to build a loadable module (assumed same as above if empty)
|
||||
module_cmds=""
|
||||
module_expsym_cmds=""
|
||||
|
||||
# Commands to strip libraries.
|
||||
old_striplib="strip --strip-debug"
|
||||
striplib="strip --strip-unneeded"
|
||||
|
||||
# Dependencies to place before the objects being linked to create a
|
||||
# shared library.
|
||||
predep_objects=""
|
||||
|
||||
# Dependencies to place after the objects being linked to create a
|
||||
# shared library.
|
||||
postdep_objects=""
|
||||
|
||||
# Dependencies to place before the objects being linked to create a
|
||||
# shared library.
|
||||
predeps=""
|
||||
|
||||
# Dependencies to place after the objects being linked to create a
|
||||
# shared library.
|
||||
postdeps=""
|
||||
|
||||
# The library search path used internally by the compiler when linking
|
||||
# a shared library.
|
||||
compiler_lib_search_path=""
|
||||
|
||||
# Method to check whether dependent libraries are shared objects.
|
||||
deplibs_check_method="pass_all"
|
||||
|
||||
# Command to use when deplibs_check_method == file_magic.
|
||||
file_magic_cmd="\$MAGIC_CMD"
|
||||
|
||||
# Flag that allows shared libraries with undefined symbols to be built.
|
||||
allow_undefined_flag=""
|
||||
|
||||
# Flag that forces no undefined symbols.
|
||||
no_undefined_flag=""
|
||||
|
||||
# Commands used to finish a libtool library installation in a directory.
|
||||
finish_cmds="PATH=\\\"\\\$PATH:/sbin\\\" ldconfig -n \$libdir"
|
||||
|
||||
# Same as above, but a single script fragment to be evaled but not shown.
|
||||
finish_eval=""
|
||||
|
||||
# Take the output of nm and produce a listing of raw symbols and C names.
|
||||
global_symbol_pipe="sed -n -e 's/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'"
|
||||
|
||||
# Transform the output of nm in a proper C declaration
|
||||
global_symbol_to_cdecl="sed -n -e 's/^. .* \\(.*\\)\$/extern int \\1;/p'"
|
||||
|
||||
# Transform the output of nm in a C name address pair
|
||||
global_symbol_to_c_name_address="sed -n -e 's/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p' -e 's/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'"
|
||||
|
||||
# This is the shared library runtime path variable.
|
||||
runpath_var=LD_RUN_PATH
|
||||
|
||||
# This is the shared library path variable.
|
||||
shlibpath_var=LD_LIBRARY_PATH
|
||||
|
||||
# Is shlibpath searched before the hard-coded library search path?
|
||||
shlibpath_overrides_runpath=no
|
||||
|
||||
# How to hardcode a shared library path into an executable.
|
||||
hardcode_action=immediate
|
||||
|
||||
# Whether we should hardcode library paths into libraries.
|
||||
hardcode_into_libs=yes
|
||||
|
||||
# Flag to hardcode $libdir into a binary during linking.
|
||||
# This must work even if $libdir does not exist.
|
||||
hardcode_libdir_flag_spec="\${wl}--rpath \${wl}\$libdir"
|
||||
|
||||
# If ld is used when linking, flag to hardcode $libdir into
|
||||
# a binary during linking. This must work even if $libdir does
|
||||
# not exist.
|
||||
hardcode_libdir_flag_spec_ld=""
|
||||
|
||||
# Whether we need a single -rpath flag with a separated argument.
|
||||
hardcode_libdir_separator=""
|
||||
|
||||
# Set to yes if using DIR/libNAME during linking hardcodes DIR into the
|
||||
# resulting binary.
|
||||
hardcode_direct=no
|
||||
|
||||
# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
|
||||
# resulting binary.
|
||||
hardcode_minus_L=no
|
||||
|
||||
# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
|
||||
# the resulting binary.
|
||||
hardcode_shlibpath_var=unsupported
|
||||
|
||||
# Set to yes if building a shared library automatically hardcodes DIR into the library
|
||||
# and all subsequent libraries and executables linked against it.
|
||||
hardcode_automatic=no
|
||||
|
||||
# Variables whose values should be saved in libtool wrapper scripts and
|
||||
# restored at relink time.
|
||||
variables_saved_for_relink="PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
|
||||
|
||||
# Whether libtool must link a program against all its dependency libraries.
|
||||
link_all_deplibs=unknown
|
||||
|
||||
# Compile-time system search path for libraries
|
||||
sys_lib_search_path_spec=" /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/ /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/ /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../../i686-pc-linux-gnu/lib/i686-pc-linux-gnu/4.1.1/ /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../../i686-pc-linux-gnu/lib/ /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../i686-pc-linux-gnu/4.1.1/ /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../ /lib/i686-pc-linux-gnu/4.1.1/ /lib/ /usr/lib/i686-pc-linux-gnu/4.1.1/ /usr/lib/"
|
||||
|
||||
# Run-time system search path for libraries
|
||||
sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/local/lib //usr//lib/opengl/ati/lib /usr/i686-pc-linux-gnu/lib /usr/lib/gcc/i686-pc-linux-gnu/4.1.1 /usr/lib/nspr /usr/lib/nss /usr/lib /usr/lib/mozilla /opt/sun-jre-bin-1.5.0.06/lib/i686/ /opt/sun-jre-bin-1.5.0.06/lib/i686/native_threads/ /opt/sun-jre-bin-1.5.0.06/lib/i686/xawt/ /opt/sun-jre-bin-1.5.0.06/lib/i686/server/ /usr/lib/qt4 /usr/qt/3/lib /usr/games/lib /usr/lib/R/lib /usr/grass60/lib /usr/lib/libstdc++-v3/ "
|
||||
|
||||
# Fix the shell variable $srcfile for the compiler.
|
||||
fix_srcfile_path=""
|
||||
|
||||
# Set to yes if exported symbols are required.
|
||||
always_export_symbols=no
|
||||
|
||||
# The commands to list exported symbols.
|
||||
export_symbols_cmds="\$NM \$libobjs \$convenience | \$global_symbol_pipe | \$SED 's/.* //' | sort | uniq > \$export_symbols"
|
||||
|
||||
# The commands to extract the exported symbol list from a shared archive.
|
||||
extract_expsyms_cmds=""
|
||||
|
||||
# Symbols that should not be listed in the preloaded symbols.
|
||||
exclude_expsyms="_GLOBAL_OFFSET_TABLE_"
|
||||
|
||||
# Symbols that must always be exported.
|
||||
include_expsyms=""
|
||||
|
||||
# ### END LIBTOOL TAG CONFIG: F77
|
||||
|
||||
|
|
114
ltmain.sh
114
ltmain.sh
|
@ -33,9 +33,6 @@ basename="s,^.*/,,g"
|
|||
# function.
|
||||
progpath="$0"
|
||||
|
||||
# define SED for historic ltconfig's generated by Libtool 1.3
|
||||
test -z "$SED" && SED=sed
|
||||
|
||||
# The name of this program:
|
||||
progname=`echo "$progpath" | $SED $basename`
|
||||
modename="$progname"
|
||||
|
@ -54,13 +51,6 @@ TIMESTAMP=" (1.1220.2.365 2005/12/18 22:14:06)"
|
|||
if test -n "${ZSH_VERSION+set}" ; then
|
||||
setopt NO_GLOB_SUBST
|
||||
fi
|
||||
# Same for EGREP, and just to be sure, do LTCC as well
|
||||
if test "X$EGREP" = X ; then
|
||||
EGREP=egrep
|
||||
fi
|
||||
if test "X$LTCC" = X ; then
|
||||
LTCC=${CC-gcc}
|
||||
fi
|
||||
|
||||
# Check that we have a working $echo.
|
||||
if test "X$1" = X--no-reexec; then
|
||||
|
@ -147,30 +137,6 @@ preserve_args=
|
|||
lo2o="s/\\.lo\$/.${objext}/"
|
||||
o2lo="s/\\.${objext}\$/.lo/"
|
||||
|
||||
if test -z "$max_cmd_len"; then
|
||||
i=0
|
||||
testring="ABCD"
|
||||
new_result=
|
||||
|
||||
# If test is not a shell built-in, we'll probably end up computing a
|
||||
# maximum length that is only half of the actual maximum length, but
|
||||
# we can't tell.
|
||||
while (test "X"`$SHELL $0 --fallback-echo "X$testring" 2>/dev/null` \
|
||||
= "XX$testring") >/dev/null 2>&1 &&
|
||||
new_result=`expr "X$testring" : ".*" 2>&1` &&
|
||||
max_cmd_len="$new_result" &&
|
||||
test "$i" != 17 # 1/2 MB should be enough
|
||||
do
|
||||
i=`expr $i + 1`
|
||||
testring="$testring$testring"
|
||||
done
|
||||
testring=
|
||||
# Add a significant safety factor because C++ compilers can tack on massive
|
||||
# amounts of additional arguments before passing them to the linker.
|
||||
# It appears as though 1/2 is a usable value.
|
||||
max_cmd_len=`expr $max_cmd_len \/ 2`
|
||||
fi
|
||||
|
||||
#####################################
|
||||
# Shell function definitions:
|
||||
# This seems to be the best place for them
|
||||
|
@ -291,21 +257,7 @@ func_infer_tag ()
|
|||
esac
|
||||
CC_quoted="$CC_quoted $arg"
|
||||
done
|
||||
# user sometimes does CC=<HOST>-gcc so we need to match that to 'gcc'
|
||||
trimedcc=`echo ${CC} | $SED -e "s/${host}-//g"`
|
||||
# and sometimes libtool has CC=<HOST>-gcc but user does CC=gcc
|
||||
extendcc=${host}-${CC}
|
||||
# and sometimes libtool has CC=<OLDHOST>-gcc but user has CC=<NEWHOST>-gcc
|
||||
# (Gentoo-specific hack because we always export $CHOST)
|
||||
mungedcc=${CHOST-${host}}-${trimedcc}
|
||||
case "$@ " in
|
||||
"cc "* | " cc "* | "${host}-cc "* | " ${host}-cc "*|\
|
||||
"gcc "* | " gcc "* | "${host}-gcc "* | " ${host}-gcc "*)
|
||||
tagname=CC
|
||||
break ;;
|
||||
"$trimedcc "* | " $trimedcc "* | "`$echo $trimedcc` "* | " `$echo $trimedcc` "*|\
|
||||
"$extendcc "* | " $extendcc "* | "`$echo $extendcc` "* | " `$echo $extendcc` "*|\
|
||||
"$mungedcc "* | " $mungedcc "* | "`$echo $mungedcc` "* | " `$echo $mungedcc` "*|\
|
||||
" $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*)
|
||||
# The compiler in the base compile command matches
|
||||
# the one in the tagged configuration.
|
||||
|
@ -899,7 +851,7 @@ if test -z "$show_help"; then
|
|||
# Lock this critical section if it is needed
|
||||
# We use this script file to make the link, it avoids creating a new file
|
||||
if test "$need_locks" = yes; then
|
||||
until $run ln "$srcfile" "$lockfile" 2>/dev/null; do
|
||||
until $run ln "$progpath" "$lockfile" 2>/dev/null; do
|
||||
$show "Waiting for $lockfile to be removed"
|
||||
sleep 2
|
||||
done
|
||||
|
@ -3690,13 +3642,6 @@ EOF
|
|||
*) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
|
||||
esac
|
||||
done
|
||||
# It is ok to link against an archive when
|
||||
# building a shared library.
|
||||
if $AR -t $potlib > /dev/null 2>&1; then
|
||||
newdeplibs="$newdeplibs $a_deplib"
|
||||
a_deplib=""
|
||||
break 2
|
||||
fi
|
||||
if eval $file_magic_cmd \"\$potlib\" 2>/dev/null \
|
||||
| ${SED} 10q \
|
||||
| $EGREP "$file_magic_regex" > /dev/null; then
|
||||
|
@ -5434,11 +5379,6 @@ else
|
|||
$echo >> $output "\
|
||||
if test \"\$libtool_execute_magic\" != \"$magic\"; then
|
||||
# Run the actual program with our arguments.
|
||||
|
||||
# Make sure env LD_LIBRARY_PATH does not mess us up
|
||||
if test -n \"\${LD_LIBRARY_PATH+set}\"; then
|
||||
export LD_LIBRARY_PATH=\$progdir:\$LD_LIBRARY_PATH
|
||||
fi
|
||||
"
|
||||
case $host in
|
||||
# Backslashes separate directories on plain windows
|
||||
|
@ -5666,53 +5606,9 @@ fi\
|
|||
$echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2
|
||||
exit $EXIT_FAILURE
|
||||
fi
|
||||
if test "X$EGREP" = X ; then
|
||||
EGREP=egrep
|
||||
fi
|
||||
# We do not want portage's install root ($D) present. Check only for
|
||||
# this if the .la is being installed.
|
||||
if test "$installed" = yes && test "$D"; then
|
||||
eval mynewdependency_lib=`echo "$libdir/$name" |sed -e "s:$D:/:g" -e 's:/\+:/:g'`
|
||||
else
|
||||
mynewdependency_lib="$libdir/$name"
|
||||
fi
|
||||
# Do not add duplicates
|
||||
if test "$mynewdependency_lib"; then
|
||||
my_little_ninja_foo_1=`echo $newdependency_libs |$EGREP -e "$mynewdependency_lib"`
|
||||
if test -z "$my_little_ninja_foo_1"; then
|
||||
newdependency_libs="$newdependency_libs $mynewdependency_lib"
|
||||
fi
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
if test "$installed" = yes; then
|
||||
# Rather use S=WORKDIR if our version of portage supports it.
|
||||
# This is because some ebuild (gcc) do not use $S as buildroot.
|
||||
if test "$PWORKDIR"; then
|
||||
S="$PWORKDIR"
|
||||
fi
|
||||
# We do not want portage's build root ($S) present.
|
||||
my_little_ninja_foo_2=`echo $deplib |$EGREP -e "$S"`
|
||||
# We do not want portage's install root ($D) present.
|
||||
my_little_ninja_foo_3=`echo $deplib |$EGREP -e "$D"`
|
||||
if test -n "$my_little_ninja_foo_2" && test "$S"; then
|
||||
mynewdependency_lib=""
|
||||
elif test -n "$my_little_ninja_foo_3" && test "$D"; then
|
||||
eval mynewdependency_lib=`echo "$deplib" |sed -e "s:$D:/:g" -e 's:/\+:/:g'`
|
||||
else
|
||||
mynewdependency_lib="$deplib"
|
||||
fi
|
||||
else
|
||||
mynewdependency_lib="$deplib"
|
||||
fi
|
||||
# Do not add duplicates
|
||||
if test "$mynewdependency_lib"; then
|
||||
my_little_ninja_foo_4=`echo $newdependency_libs |$EGREP -e "$mynewdependency_lib"`
|
||||
if test -z "$my_little_ninja_foo_4"; then
|
||||
newdependency_libs="$newdependency_libs $mynewdependency_lib"
|
||||
fi
|
||||
fi
|
||||
newdependency_libs="$newdependency_libs $libdir/$name"
|
||||
;;
|
||||
*) newdependency_libs="$newdependency_libs $deplib" ;;
|
||||
esac
|
||||
done
|
||||
dependency_libs="$newdependency_libs"
|
||||
|
@ -5764,10 +5660,6 @@ fi\
|
|||
case $host,$output,$installed,$module,$dlname in
|
||||
*cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;;
|
||||
esac
|
||||
# Do not add duplicates
|
||||
if test "$installed" = yes && test "$D"; then
|
||||
install_libdir=`echo "$install_libdir" |sed -e "s:$D:/:g" -e 's:/\+:/:g'`
|
||||
fi
|
||||
$echo > $output "\
|
||||
# $outputname - a libtool library file
|
||||
# Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP
|
||||
|
|
2
missing
2
missing
|
@ -1 +1 @@
|
|||
/usr/share/automake-1.8/missing
|
||||
/usr/share/automake-1.9/missing
|
|
@ -1,82 +1,92 @@
|
|||
accountant.lo accountant.o: accountant.c accountant.h \
|
||||
/usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/stddef.h \
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/limits.h \
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/syslimits.h \
|
||||
/opt/gnome/include/glib-2.0/glib.h \
|
||||
/opt/gnome/include/glib-2.0/glib/galloca.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gtypes.h \
|
||||
/opt/gnome/lib/glib-2.0/include/glibconfig.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/stddef.h \
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/limits.h \
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-32.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h \
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gcache.h /usr/include/glib-2.0/glib/glist.h \
|
||||
/usr/include/glib-2.0/glib/gmem.h /usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/time.h \
|
||||
/usr/include/bits/time.h /usr/include/bits/types.h \
|
||||
/usr/include/bits/typesizes.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/stdarg.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/float.h \
|
||||
/opt/gnome/include/glib-2.0/glib/garray.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gthread.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gerror.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gquark.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gatomic.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gbacktrace.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gcache.h \
|
||||
/opt/gnome/include/glib-2.0/glib/glist.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gmem.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gcompletion.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gconvert.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gdataset.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gdate.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gdir.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gfileutils.h \
|
||||
/opt/gnome/include/glib-2.0/glib/ghash.h \
|
||||
/opt/gnome/include/glib-2.0/glib/ghook.h \
|
||||
/opt/gnome/include/glib-2.0/glib/giochannel.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gmain.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gslist.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gstring.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gunicode.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gutils.h \
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/stdarg.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gkeyfile.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gmappedfile.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gmarkup.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gmessages.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gnode.h \
|
||||
/opt/gnome/include/glib-2.0/glib/goption.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gpattern.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gprimes.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gqsort.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gqueue.h \
|
||||
/opt/gnome/include/glib-2.0/glib/grand.h \
|
||||
/opt/gnome/include/glib-2.0/glib/grel.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gscanner.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gshell.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gspawn.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gthreadpool.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gtimer.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gtree.h \
|
||||
/usr/include/mono/metadata/class.h \
|
||||
/usr/include/mono/metadata/metadata.h /usr/include/mono/metadata/blob.h \
|
||||
/usr/include/mono/metadata/row-indexes.h \
|
||||
/usr/include/mono/metadata/image.h /usr/include/stdio.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
|
||||
/usr/include/bits/wchar.h /usr/include/gconv.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
|
||||
/usr/include/bits/stdio.h /usr/include/glib-2.0/gmodule.h \
|
||||
/usr/include/bits/stdio.h /opt/gnome/include/glib-2.0/gmodule.h \
|
||||
/usr/include/mono/metadata/loader.h /usr/include/mono/metadata/object.h \
|
||||
backtrace.h /usr/include/mono/metadata/debug-helpers.h \
|
||||
/usr/include/mono/metadata/mono-gc.h
|
||||
|
||||
accountant.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
/opt/gnome/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
/opt/gnome/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
/opt/gnome/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/stddef.h:
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/stddef.h:
|
||||
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/limits.h:
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/limits.h:
|
||||
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/syslimits.h:
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
|
@ -98,105 +108,95 @@ accountant.h:
|
|||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/float.h:
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
/opt/gnome/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
/opt/gnome/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
/opt/gnome/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
/opt/gnome/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
/opt/gnome/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/stdarg.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/stdarg.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
/opt/gnome/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
/opt/gnome/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
/opt/gnome/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
/usr/include/mono/metadata/class.h:
|
||||
|
||||
|
@ -210,6 +210,10 @@ accountant.h:
|
|||
|
||||
/usr/include/stdio.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/libio.h:
|
||||
|
||||
/usr/include/_G_config.h:
|
||||
|
@ -226,7 +230,7 @@ accountant.h:
|
|||
|
||||
/usr/include/bits/stdio.h:
|
||||
|
||||
/usr/include/glib-2.0/gmodule.h:
|
||||
/opt/gnome/include/glib-2.0/gmodule.h:
|
||||
|
||||
/usr/include/mono/metadata/loader.h:
|
||||
|
||||
|
|
|
@ -1,59 +1,69 @@
|
|||
backtrace.lo backtrace.o: backtrace.c \
|
||||
/usr/include/mono/metadata/mono-debug.h /usr/include/glib-2.0/glib.h \
|
||||
/usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/stddef.h \
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/limits.h \
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/syslimits.h \
|
||||
/usr/include/mono/metadata/mono-debug.h \
|
||||
/opt/gnome/include/glib-2.0/glib.h \
|
||||
/opt/gnome/include/glib-2.0/glib/galloca.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gtypes.h \
|
||||
/opt/gnome/lib/glib-2.0/include/glibconfig.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/stddef.h \
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/limits.h \
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-32.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h \
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gcache.h /usr/include/glib-2.0/glib/glist.h \
|
||||
/usr/include/glib-2.0/glib/gmem.h /usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/time.h \
|
||||
/usr/include/bits/time.h /usr/include/bits/types.h \
|
||||
/usr/include/bits/typesizes.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/stdarg.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/float.h \
|
||||
/opt/gnome/include/glib-2.0/glib/garray.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gthread.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gerror.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gquark.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gatomic.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gbacktrace.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gcache.h \
|
||||
/opt/gnome/include/glib-2.0/glib/glist.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gmem.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gcompletion.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gconvert.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gdataset.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gdate.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gdir.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gfileutils.h \
|
||||
/opt/gnome/include/glib-2.0/glib/ghash.h \
|
||||
/opt/gnome/include/glib-2.0/glib/ghook.h \
|
||||
/opt/gnome/include/glib-2.0/glib/giochannel.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gmain.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gslist.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gstring.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gunicode.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gutils.h \
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/stdarg.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gkeyfile.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gmappedfile.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gmarkup.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gmessages.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gnode.h \
|
||||
/opt/gnome/include/glib-2.0/glib/goption.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gpattern.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gprimes.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gqsort.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gqueue.h \
|
||||
/opt/gnome/include/glib-2.0/glib/grand.h \
|
||||
/opt/gnome/include/glib-2.0/glib/grel.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gscanner.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gshell.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gspawn.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gthreadpool.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gtimer.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gtree.h \
|
||||
/usr/include/mono/metadata/image.h /usr/include/stdio.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
|
||||
/usr/include/bits/wchar.h /usr/include/gconv.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
|
||||
/usr/include/bits/stdio.h /usr/include/glib-2.0/gmodule.h \
|
||||
/usr/include/bits/stdio.h /opt/gnome/include/glib-2.0/gmodule.h \
|
||||
/usr/include/mono/metadata/appdomain.h \
|
||||
/usr/include/mono/metadata/object.h /usr/include/mono/metadata/class.h \
|
||||
/usr/include/mono/metadata/metadata.h /usr/include/mono/metadata/blob.h \
|
||||
|
@ -65,21 +75,21 @@ backtrace.lo backtrace.o: backtrace.c \
|
|||
|
||||
/usr/include/mono/metadata/mono-debug.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
/opt/gnome/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
/opt/gnome/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
/opt/gnome/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/stddef.h:
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/stddef.h:
|
||||
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/limits.h:
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/limits.h:
|
||||
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/syslimits.h:
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
|
@ -101,110 +111,104 @@ backtrace.lo backtrace.o: backtrace.c \
|
|||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/float.h:
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
/opt/gnome/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
/opt/gnome/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
/opt/gnome/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
/opt/gnome/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
/opt/gnome/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/stdarg.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/stdarg.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
/opt/gnome/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
/opt/gnome/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
/opt/gnome/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
/usr/include/mono/metadata/image.h:
|
||||
|
||||
/usr/include/stdio.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/libio.h:
|
||||
|
||||
/usr/include/_G_config.h:
|
||||
|
@ -221,7 +225,7 @@ backtrace.lo backtrace.o: backtrace.c \
|
|||
|
||||
/usr/include/bits/stdio.h:
|
||||
|
||||
/usr/include/glib-2.0/gmodule.h:
|
||||
/opt/gnome/include/glib-2.0/gmodule.h:
|
||||
|
||||
/usr/include/mono/metadata/appdomain.h:
|
||||
|
||||
|
|
|
@ -2,64 +2,74 @@ heap-buddy.lo heap-buddy.o: heap-buddy.c /usr/include/string.h \
|
|||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-32.h \
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/stddef.h \
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/stddef.h \
|
||||
/usr/include/bits/string.h /usr/include/bits/string2.h \
|
||||
/usr/include/endian.h /usr/include/bits/endian.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/stdlib.h /usr/include/glib-2.0/glib.h \
|
||||
/usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/limits.h \
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/syslimits.h \
|
||||
/usr/include/stdlib.h /opt/gnome/include/glib-2.0/glib.h \
|
||||
/opt/gnome/include/glib-2.0/glib/galloca.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gtypes.h \
|
||||
/opt/gnome/lib/glib-2.0/include/glibconfig.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/limits.h \
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h \
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gcache.h /usr/include/glib-2.0/glib/glist.h \
|
||||
/usr/include/glib-2.0/glib/gmem.h /usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/time.h \
|
||||
/usr/include/bits/time.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/stdarg.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/float.h \
|
||||
/opt/gnome/include/glib-2.0/glib/garray.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gthread.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gerror.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gquark.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gatomic.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gbacktrace.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gcache.h \
|
||||
/opt/gnome/include/glib-2.0/glib/glist.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gmem.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gcompletion.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gconvert.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gdataset.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gdate.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gdir.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gfileutils.h \
|
||||
/opt/gnome/include/glib-2.0/glib/ghash.h \
|
||||
/opt/gnome/include/glib-2.0/glib/ghook.h \
|
||||
/opt/gnome/include/glib-2.0/glib/giochannel.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gmain.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gslist.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gstring.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gunicode.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gutils.h \
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/stdarg.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gkeyfile.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gmappedfile.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gmarkup.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gmessages.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gnode.h \
|
||||
/opt/gnome/include/glib-2.0/glib/goption.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gpattern.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gprimes.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gqsort.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gqueue.h \
|
||||
/opt/gnome/include/glib-2.0/glib/grand.h \
|
||||
/opt/gnome/include/glib-2.0/glib/grel.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gscanner.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gshell.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gspawn.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gthreadpool.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gtimer.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gtree.h \
|
||||
/usr/include/mono/metadata/assembly.h \
|
||||
/usr/include/mono/metadata/image.h /usr/include/stdio.h \
|
||||
/usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
|
||||
/usr/include/bits/wchar.h /usr/include/gconv.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
|
||||
/usr/include/bits/stdio.h /usr/include/glib-2.0/gmodule.h \
|
||||
/usr/include/bits/stdio.h /opt/gnome/include/glib-2.0/gmodule.h \
|
||||
/usr/include/mono/io-layer/mono-mutex.h /usr/include/pthread.h \
|
||||
/usr/include/sched.h /usr/include/bits/sched.h /usr/include/signal.h \
|
||||
/usr/include/sched.h /usr/include/time.h /usr/include/bits/sched.h \
|
||||
/usr/include/bits/time.h /usr/include/signal.h \
|
||||
/usr/include/bits/sigset.h /usr/include/bits/pthreadtypes.h \
|
||||
/usr/include/bits/setjmp.h /usr/include/mono/metadata/class.h \
|
||||
/usr/include/mono/metadata/metadata.h /usr/include/mono/metadata/blob.h \
|
||||
|
@ -87,7 +97,7 @@ heap-buddy.lo heap-buddy.o: heap-buddy.c /usr/include/string.h \
|
|||
|
||||
/usr/include/gnu/stubs-32.h:
|
||||
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/stddef.h:
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/stddef.h:
|
||||
|
||||
/usr/include/bits/string.h:
|
||||
|
||||
|
@ -103,19 +113,19 @@ heap-buddy.lo heap-buddy.o: heap-buddy.c /usr/include/string.h \
|
|||
|
||||
/usr/include/stdlib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
/opt/gnome/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
/opt/gnome/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
/opt/gnome/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/limits.h:
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/limits.h:
|
||||
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/syslimits.h:
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
|
@ -127,101 +137,95 @@ heap-buddy.lo heap-buddy.o: heap-buddy.c /usr/include/string.h \
|
|||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/float.h:
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
/opt/gnome/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
/opt/gnome/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
/opt/gnome/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
/opt/gnome/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
/opt/gnome/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/stdarg.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/stdarg.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
/opt/gnome/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
/opt/gnome/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
/opt/gnome/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
/usr/include/mono/metadata/assembly.h:
|
||||
|
||||
|
@ -245,7 +249,7 @@ heap-buddy.lo heap-buddy.o: heap-buddy.c /usr/include/string.h \
|
|||
|
||||
/usr/include/bits/stdio.h:
|
||||
|
||||
/usr/include/glib-2.0/gmodule.h:
|
||||
/opt/gnome/include/glib-2.0/gmodule.h:
|
||||
|
||||
/usr/include/mono/io-layer/mono-mutex.h:
|
||||
|
||||
|
@ -253,8 +257,12 @@ heap-buddy.lo heap-buddy.o: heap-buddy.c /usr/include/string.h \
|
|||
|
||||
/usr/include/sched.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/include/bits/sched.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/signal.h:
|
||||
|
||||
/usr/include/bits/sigset.h:
|
||||
|
|
|
@ -2,64 +2,74 @@ outfile-writer.lo outfile-writer.o: outfile-writer.c \
|
|||
/usr/include/string.h /usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-32.h \
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/stddef.h \
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/stddef.h \
|
||||
/usr/include/bits/string.h /usr/include/bits/string2.h \
|
||||
/usr/include/endian.h /usr/include/bits/endian.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/stdlib.h /usr/include/time.h /usr/include/bits/time.h \
|
||||
outfile-writer.h /usr/include/glib-2.0/glib.h \
|
||||
/usr/include/glib-2.0/glib/galloca.h \
|
||||
/usr/include/glib-2.0/glib/gtypes.h \
|
||||
/usr/lib/glib-2.0/include/glibconfig.h \
|
||||
/usr/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/limits.h \
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/syslimits.h \
|
||||
outfile-writer.h /opt/gnome/include/glib-2.0/glib.h \
|
||||
/opt/gnome/include/glib-2.0/glib/galloca.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gtypes.h \
|
||||
/opt/gnome/lib/glib-2.0/include/glibconfig.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gmacros.h \
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/limits.h \
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h \
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/float.h \
|
||||
/usr/include/glib-2.0/glib/garray.h \
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/usr/include/glib-2.0/glib/gthread.h \
|
||||
/usr/include/glib-2.0/glib/gerror.h /usr/include/glib-2.0/glib/gquark.h \
|
||||
/usr/include/glib-2.0/glib/gatomic.h \
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h \
|
||||
/usr/include/glib-2.0/glib/gcache.h /usr/include/glib-2.0/glib/glist.h \
|
||||
/usr/include/glib-2.0/glib/gmem.h /usr/include/glib-2.0/glib/gslice.h \
|
||||
/usr/include/glib-2.0/glib/gcompletion.h \
|
||||
/usr/include/glib-2.0/glib/gconvert.h \
|
||||
/usr/include/glib-2.0/glib/gdataset.h \
|
||||
/usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h \
|
||||
/usr/include/glib-2.0/glib/gfileutils.h \
|
||||
/usr/include/glib-2.0/glib/ghash.h /usr/include/glib-2.0/glib/ghook.h \
|
||||
/usr/include/glib-2.0/glib/giochannel.h \
|
||||
/usr/include/glib-2.0/glib/gmain.h /usr/include/glib-2.0/glib/gslist.h \
|
||||
/usr/include/glib-2.0/glib/gstring.h \
|
||||
/usr/include/glib-2.0/glib/gunicode.h \
|
||||
/usr/include/glib-2.0/glib/gutils.h \
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/stdarg.h \
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h \
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h \
|
||||
/usr/include/glib-2.0/glib/gmarkup.h \
|
||||
/usr/include/glib-2.0/glib/gmessages.h \
|
||||
/usr/include/glib-2.0/glib/gnode.h /usr/include/glib-2.0/glib/goption.h \
|
||||
/usr/include/glib-2.0/glib/gpattern.h \
|
||||
/usr/include/glib-2.0/glib/gprimes.h \
|
||||
/usr/include/glib-2.0/glib/gqsort.h /usr/include/glib-2.0/glib/gqueue.h \
|
||||
/usr/include/glib-2.0/glib/grand.h /usr/include/glib-2.0/glib/grel.h \
|
||||
/usr/include/glib-2.0/glib/gscanner.h \
|
||||
/usr/include/glib-2.0/glib/gshell.h /usr/include/glib-2.0/glib/gspawn.h \
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h \
|
||||
/usr/include/glib-2.0/glib/gtimer.h /usr/include/glib-2.0/glib/gtree.h \
|
||||
accountant.h /usr/include/mono/metadata/class.h \
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/float.h \
|
||||
/opt/gnome/include/glib-2.0/glib/garray.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gasyncqueue.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gthread.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gerror.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gquark.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gatomic.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gbacktrace.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gcache.h \
|
||||
/opt/gnome/include/glib-2.0/glib/glist.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gmem.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gcompletion.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gconvert.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gdataset.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gdate.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gdir.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gfileutils.h \
|
||||
/opt/gnome/include/glib-2.0/glib/ghash.h \
|
||||
/opt/gnome/include/glib-2.0/glib/ghook.h \
|
||||
/opt/gnome/include/glib-2.0/glib/giochannel.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gmain.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gslist.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gstring.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gunicode.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gutils.h \
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/stdarg.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gkeyfile.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gmappedfile.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gmarkup.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gmessages.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gnode.h \
|
||||
/opt/gnome/include/glib-2.0/glib/goption.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gpattern.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gprimes.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gqsort.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gqueue.h \
|
||||
/opt/gnome/include/glib-2.0/glib/grand.h \
|
||||
/opt/gnome/include/glib-2.0/glib/grel.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gscanner.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gshell.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gspawn.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gstrfuncs.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gthreadpool.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gtimer.h \
|
||||
/opt/gnome/include/glib-2.0/glib/gtree.h accountant.h \
|
||||
/usr/include/mono/metadata/class.h \
|
||||
/usr/include/mono/metadata/metadata.h /usr/include/mono/metadata/blob.h \
|
||||
/usr/include/mono/metadata/row-indexes.h \
|
||||
/usr/include/mono/metadata/image.h /usr/include/stdio.h \
|
||||
/usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
|
||||
/usr/include/bits/wchar.h /usr/include/gconv.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
|
||||
/usr/include/bits/stdio.h /usr/include/glib-2.0/gmodule.h \
|
||||
/usr/include/bits/stdio.h /opt/gnome/include/glib-2.0/gmodule.h \
|
||||
/usr/include/mono/metadata/loader.h /usr/include/mono/metadata/object.h \
|
||||
backtrace.h /usr/include/mono/metadata/debug-helpers.h
|
||||
|
||||
|
@ -75,7 +85,7 @@ outfile-writer.lo outfile-writer.o: outfile-writer.c \
|
|||
|
||||
/usr/include/gnu/stubs-32.h:
|
||||
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/stddef.h:
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/stddef.h:
|
||||
|
||||
/usr/include/bits/string.h:
|
||||
|
||||
|
@ -97,19 +107,19 @@ outfile-writer.lo outfile-writer.o: outfile-writer.c \
|
|||
|
||||
outfile-writer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib.h:
|
||||
/opt/gnome/include/glib-2.0/glib.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/galloca.h:
|
||||
/opt/gnome/include/glib-2.0/glib/galloca.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtypes.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gtypes.h:
|
||||
|
||||
/usr/lib/glib-2.0/include/glibconfig.h:
|
||||
/opt/gnome/lib/glib-2.0/include/glibconfig.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmacros.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gmacros.h:
|
||||
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/limits.h:
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/limits.h:
|
||||
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/syslimits.h:
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/syslimits.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
|
@ -121,97 +131,95 @@ outfile-writer.h:
|
|||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/float.h:
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/float.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/garray.h:
|
||||
/opt/gnome/include/glib-2.0/glib/garray.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gasyncqueue.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gasyncqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthread.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gthread.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gerror.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gerror.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gquark.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gquark.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gatomic.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gatomic.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gbacktrace.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gbacktrace.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcache.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gcache.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/glist.h:
|
||||
/opt/gnome/include/glib-2.0/glib/glist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmem.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gmem.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslice.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gcompletion.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gcompletion.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gconvert.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gconvert.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gdataset.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdataset.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gdate.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdate.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gdir.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gdir.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gfileutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gfileutils.h:
|
||||
/opt/gnome/include/glib-2.0/glib/ghash.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghash.h:
|
||||
/opt/gnome/include/glib-2.0/glib/ghook.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/ghook.h:
|
||||
/opt/gnome/include/glib-2.0/glib/giochannel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/giochannel.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gmain.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmain.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gslist.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gslist.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gstring.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstring.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gunicode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gunicode.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gutils.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gutils.h:
|
||||
/usr/lib/gcc/i586-suse-linux/4.1.0/include/stdarg.h:
|
||||
|
||||
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/stdarg.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gkeyfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gkeyfile.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gmappedfile.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmappedfile.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gmarkup.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmarkup.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gmessages.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gmessages.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gnode.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gnode.h:
|
||||
/opt/gnome/include/glib-2.0/glib/goption.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/goption.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gpattern.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gpattern.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gprimes.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gprimes.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gqsort.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqsort.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gqueue.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gqueue.h:
|
||||
/opt/gnome/include/glib-2.0/glib/grand.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grand.h:
|
||||
/opt/gnome/include/glib-2.0/glib/grel.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/grel.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gscanner.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gscanner.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gshell.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gshell.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gspawn.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gspawn.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gstrfuncs.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gstrfuncs.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gthreadpool.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gthreadpool.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtimer.h:
|
||||
|
||||
/usr/include/glib-2.0/glib/gtree.h:
|
||||
/opt/gnome/include/glib-2.0/glib/gtree.h:
|
||||
|
||||
accountant.h:
|
||||
|
||||
|
@ -243,7 +251,7 @@ accountant.h:
|
|||
|
||||
/usr/include/bits/stdio.h:
|
||||
|
||||
/usr/include/glib-2.0/gmodule.h:
|
||||
/opt/gnome/include/glib-2.0/gmodule.h:
|
||||
|
||||
/usr/include/mono/metadata/loader.h:
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Makefile.in generated by automake 1.8.5 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.9.6 from Makefile.am.
|
||||
# profiler/Makefile. Generated from Makefile.in by configure.
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004 Free Software Foundation, Inc.
|
||||
# 2003, 2004, 2005 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,8 +14,6 @@
|
|||
|
||||
|
||||
|
||||
SOURCES = $(libmono_profiler_heap_buddy_la_SOURCES)
|
||||
|
||||
srcdir = .
|
||||
top_srcdir = ..
|
||||
|
||||
|
@ -36,15 +34,22 @@ POST_INSTALL = :
|
|||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
host_triplet = i686-pc-linux-gnu
|
||||
build_triplet = i686-suse-linux
|
||||
host_triplet = i686-suse-linux
|
||||
subdir = profiler
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/configure.in
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(mkdir_p)
|
||||
mkinstalldirs = $(install_sh) -d
|
||||
CONFIG_CLEAN_FILES =
|
||||
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
||||
am__vpath_adj = case $$p in \
|
||||
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
||||
*) f=$$p;; \
|
||||
esac;
|
||||
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
||||
am__installdirs = "$(DESTDIR)$(libdir)"
|
||||
libLTLIBRARIES_INSTALL = $(INSTALL)
|
||||
LTLIBRARIES = $(lib_LTLIBRARIES)
|
||||
|
@ -56,31 +61,27 @@ libmono_profiler_heap_buddy_la_OBJECTS = \
|
|||
DEFAULT_INCLUDES = -I. -I$(srcdir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
DEP_FILES = ./$(DEPDIR)/accountant.Plo \
|
||||
./$(DEPDIR)/backtrace.Plo \
|
||||
./$(DEPDIR)/heap-buddy.Plo \
|
||||
./$(DEPDIR)/outfile-writer.Plo
|
||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
|
||||
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
|
||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||
$(AM_CFLAGS) $(CFLAGS)
|
||||
CCLD = $(CC)
|
||||
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||||
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
SOURCES = $(libmono_profiler_heap_buddy_la_SOURCES)
|
||||
DIST_SOURCES = $(libmono_profiler_heap_buddy_la_SOURCES)
|
||||
ETAGS = etags
|
||||
CTAGS = ctags
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = ${SHELL} /shared/prog/SoC/heap-buddy/missing --run aclocal-1.8
|
||||
ACLOCAL = ${SHELL} /home/dmsnell/heap-buddy/missing --run aclocal-1.9
|
||||
AMDEP_FALSE = #
|
||||
AMDEP_TRUE =
|
||||
AMTAR = ${SHELL} /shared/prog/SoC/heap-buddy/missing --run tar
|
||||
AMTAR = ${SHELL} /home/dmsnell/heap-buddy/missing --run tar
|
||||
AR = ar
|
||||
AUTOCONF = ${SHELL} /shared/prog/SoC/heap-buddy/missing --run autoconf
|
||||
AUTOHEADER = ${SHELL} /shared/prog/SoC/heap-buddy/missing --run autoheader
|
||||
AUTOMAKE = ${SHELL} /shared/prog/SoC/heap-buddy/missing --run automake-1.8
|
||||
AUTOCONF = ${SHELL} /home/dmsnell/heap-buddy/missing --run autoconf
|
||||
AUTOHEADER = ${SHELL} /home/dmsnell/heap-buddy/missing --run autoheader
|
||||
AUTOMAKE = ${SHELL} /home/dmsnell/heap-buddy/missing --run automake-1.9
|
||||
AWK = gawk
|
||||
CC = gcc
|
||||
CCDEPMODE = depmode=gcc3
|
||||
|
@ -88,21 +89,20 @@ CFLAGS = -g -O2
|
|||
CPP = gcc -E
|
||||
CPPFLAGS =
|
||||
CXX = g++
|
||||
CXXCPP = g++ -E
|
||||
CXXDEPMODE = depmode=gcc3
|
||||
CXXFLAGS = -g -O2
|
||||
CXXCPP =
|
||||
CXXDEPMODE = depmode=none
|
||||
CXXFLAGS =
|
||||
CYGPATH_W = echo
|
||||
DEFS = -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"heap-buddy\" -DVERSION=\"0.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
|
||||
DEFS = -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"heap-buddy\" -DVERSION=\"0.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
|
||||
DEPDIR = .deps
|
||||
ECHO = echo
|
||||
ECHO_C =
|
||||
ECHO_N = -n
|
||||
ECHO_T =
|
||||
EGREP = /bin/grep -E
|
||||
EGREP = grep -E
|
||||
EXEEXT =
|
||||
F77 = g77
|
||||
FFLAGS = -g -O2
|
||||
GREP = /bin/grep
|
||||
F77 =
|
||||
FFLAGS =
|
||||
INSTALL_DATA = ${INSTALL} -m 644
|
||||
INSTALL_PROGRAM = ${INSTALL}
|
||||
INSTALL_SCRIPT = ${INSTALL}
|
||||
|
@ -113,7 +113,7 @@ LIBS =
|
|||
LIBTOOL = $(SHELL) $(top_builddir)/libtool
|
||||
LN_S = ln -s
|
||||
LTLIBOBJS =
|
||||
MAKEINFO = ${SHELL} /shared/prog/SoC/heap-buddy/missing --run makeinfo
|
||||
MAKEINFO = ${SHELL} /home/dmsnell/heap-buddy/missing --run makeinfo
|
||||
MCS = /usr/bin/mcs
|
||||
MONO = /usr/bin/mono
|
||||
OBJEXT = o
|
||||
|
@ -125,54 +125,53 @@ PACKAGE_TARNAME =
|
|||
PACKAGE_VERSION =
|
||||
PATH_SEPARATOR = :
|
||||
PKG_CONFIG = /usr/bin/pkg-config
|
||||
PROFILER_CFLAGS = -D_REENTRANT -pthread -I/usr/lib/pkgconfig/../../include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
|
||||
PROFILER_LIBS = -Wl,--export-dynamic -pthread -L/usr/lib/pkgconfig/../../lib -lmono -lpthread -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0
|
||||
PROFILER_CFLAGS = -D_REENTRANT -pthread -I/usr/lib/pkgconfig/../../include -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include
|
||||
PROFILER_LIBS = -Wl,--export-dynamic -pthread -L/usr/lib/pkgconfig/../../lib -L/opt/gnome/lib -lmono -lpthread -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0
|
||||
RANLIB = ranlib
|
||||
SET_MAKE =
|
||||
SHELL = /bin/sh
|
||||
STRIP = strip
|
||||
VERSION = 0.2
|
||||
ac_ct_AR = ar
|
||||
ac_ct_CC = gcc
|
||||
ac_ct_CXX = g++
|
||||
ac_ct_F77 = g77
|
||||
ac_ct_F77 =
|
||||
ac_ct_RANLIB = ranlib
|
||||
ac_ct_STRIP = strip
|
||||
ac_pt_PKG_CONFIG = /usr/bin/pkg-config
|
||||
am__fastdepCC_FALSE = #
|
||||
am__fastdepCC_TRUE =
|
||||
am__fastdepCXX_FALSE = #
|
||||
am__fastdepCXX_TRUE =
|
||||
am__fastdepCXX_FALSE =
|
||||
am__fastdepCXX_TRUE = #
|
||||
am__include = include
|
||||
am__leading_dot = .
|
||||
am__quote =
|
||||
am__tar = ${AMTAR} chof - "$$tardir"
|
||||
am__untar = ${AMTAR} xf -
|
||||
bindir = ${exec_prefix}/bin
|
||||
build = i686-pc-linux-gnu
|
||||
build = i686-suse-linux
|
||||
build_alias =
|
||||
build_cpu = i686
|
||||
build_os = linux-gnu
|
||||
build_vendor = pc
|
||||
datadir = ${datarootdir}
|
||||
datarootdir = ${prefix}/share
|
||||
docdir = ${datarootdir}/doc/${PACKAGE}
|
||||
dvidir = ${docdir}
|
||||
build_os = linux
|
||||
build_vendor = suse
|
||||
datadir = ${prefix}/share
|
||||
exec_prefix = ${prefix}
|
||||
host = i686-pc-linux-gnu
|
||||
host = i686-suse-linux
|
||||
host_alias =
|
||||
host_cpu = i686
|
||||
host_os = linux-gnu
|
||||
host_vendor = pc
|
||||
htmldir = ${docdir}
|
||||
host_os = linux
|
||||
host_vendor = suse
|
||||
includedir = ${prefix}/include
|
||||
infodir = ${datarootdir}/info
|
||||
install_sh = /shared/prog/SoC/heap-buddy/install-sh
|
||||
infodir = ${prefix}/info
|
||||
install_sh = /home/dmsnell/heap-buddy/install-sh
|
||||
libdir = ${exec_prefix}/lib
|
||||
libexecdir = ${exec_prefix}/libexec
|
||||
localedir = ${datarootdir}/locale
|
||||
localstatedir = ${prefix}/var
|
||||
mandir = ${datarootdir}/man
|
||||
mkdir_p = mkdir -p -- .
|
||||
mandir = ${prefix}/man
|
||||
mkdir_p = mkdir -p --
|
||||
oldincludedir = /usr/include
|
||||
pdfdir = ${docdir}
|
||||
prefix = /usr/local
|
||||
program_transform_name = s,x,x,
|
||||
psdir = ${docdir}
|
||||
sbindir = ${exec_prefix}/sbin
|
||||
sharedstatedir = ${prefix}/com
|
||||
sysconfdir = ${prefix}/etc
|
||||
|
@ -187,8 +186,8 @@ libmono_profiler_heap_buddy_la_SOURCES = \
|
|||
outfile-writer.c \
|
||||
heap-buddy.c
|
||||
|
||||
libmono_profiler_heap_buddy_la_LIBADD = -Wl,--export-dynamic -pthread -L/usr/lib/pkgconfig/../../lib -lmono -lpthread -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0
|
||||
INCLUDES = -D_REENTRANT -pthread -I/usr/lib/pkgconfig/../../include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall
|
||||
libmono_profiler_heap_buddy_la_LIBADD = -Wl,--export-dynamic -pthread -L/usr/lib/pkgconfig/../../lib -L/opt/gnome/lib -lmono -lpthread -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0
|
||||
INCLUDES = -D_REENTRANT -pthread -I/usr/lib/pkgconfig/../../include -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -Wall
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
|
@ -227,7 +226,7 @@ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
|
|||
test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
|
||||
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
||||
if test -f $$p; then \
|
||||
f="`echo $$p | sed -e 's|^.*/||'`"; \
|
||||
f=$(am__strip_dir) \
|
||||
echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
|
||||
$(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
|
||||
else :; fi; \
|
||||
|
@ -235,8 +234,8 @@ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
|
|||
|
||||
uninstall-libLTLIBRARIES:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
||||
p="`echo $$p | sed -e 's|^.*/||'`"; \
|
||||
@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
||||
p=$(am__strip_dir) \
|
||||
echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
|
||||
$(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
|
||||
done
|
||||
|
@ -267,24 +266,21 @@ include ./$(DEPDIR)/outfile-writer.Plo
|
|||
if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
|
||||
then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
||||
# source='$<' object='$@' libtool=no \
|
||||
# depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||||
# $(COMPILE) -c $<
|
||||
|
||||
.c.obj:
|
||||
if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
|
||||
then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
||||
# source='$<' object='$@' libtool=no \
|
||||
# depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||||
# $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
||||
|
||||
.c.lo:
|
||||
if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
|
||||
then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
||||
# source='$<' object='$@' libtool=yes \
|
||||
# depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' \
|
||||
# $(CCDEPMODE) $(depcomp) \
|
||||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||||
# $(LTCOMPILE) -c -o $@ $<
|
||||
|
||||
mostlyclean-libtool:
|
||||
|
@ -398,7 +394,7 @@ mostlyclean-generic:
|
|||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-rm -f $(CONFIG_CLEAN_FILES)
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Makefile.in generated by automake 1.8.5 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.9.6 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004 Free Software Foundation, Inc.
|
||||
# 2003, 2004, 2005 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,8 +14,6 @@
|
|||
|
||||
@SET_MAKE@
|
||||
|
||||
SOURCES = $(libmono_profiler_heap_buddy_la_SOURCES)
|
||||
|
||||
srcdir = @srcdir@
|
||||
top_srcdir = @top_srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
@ -36,6 +34,7 @@ POST_INSTALL = :
|
|||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
subdir = profiler
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||
|
@ -43,8 +42,14 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|||
am__aclocal_m4_deps = $(top_srcdir)/configure.in
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(mkdir_p)
|
||||
mkinstalldirs = $(install_sh) -d
|
||||
CONFIG_CLEAN_FILES =
|
||||
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
||||
am__vpath_adj = case $$p in \
|
||||
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
||||
*) f=$$p;; \
|
||||
esac;
|
||||
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
||||
am__installdirs = "$(DESTDIR)$(libdir)"
|
||||
libLTLIBRARIES_INSTALL = $(INSTALL)
|
||||
LTLIBRARIES = $(lib_LTLIBRARIES)
|
||||
|
@ -56,17 +61,13 @@ libmono_profiler_heap_buddy_la_OBJECTS = \
|
|||
DEFAULT_INCLUDES = -I. -I$(srcdir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/accountant.Plo \
|
||||
@AMDEP_TRUE@ ./$(DEPDIR)/backtrace.Plo \
|
||||
@AMDEP_TRUE@ ./$(DEPDIR)/heap-buddy.Plo \
|
||||
@AMDEP_TRUE@ ./$(DEPDIR)/outfile-writer.Plo
|
||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
|
||||
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
|
||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||
$(AM_CFLAGS) $(CFLAGS)
|
||||
CCLD = $(CC)
|
||||
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||||
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
SOURCES = $(libmono_profiler_heap_buddy_la_SOURCES)
|
||||
DIST_SOURCES = $(libmono_profiler_heap_buddy_la_SOURCES)
|
||||
|
@ -102,7 +103,6 @@ EGREP = @EGREP@
|
|||
EXEEXT = @EXEEXT@
|
||||
F77 = @F77@
|
||||
FFLAGS = @FFLAGS@
|
||||
GREP = @GREP@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
|
@ -132,9 +132,13 @@ SET_MAKE = @SET_MAKE@
|
|||
SHELL = @SHELL@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
ac_ct_AR = @ac_ct_AR@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_CXX = @ac_ct_CXX@
|
||||
ac_ct_F77 = @ac_ct_F77@
|
||||
ac_ct_RANLIB = @ac_ct_RANLIB@
|
||||
ac_ct_STRIP = @ac_ct_STRIP@
|
||||
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
|
||||
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
||||
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
||||
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
|
||||
|
@ -142,6 +146,8 @@ am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
|
|||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
|
@ -149,30 +155,23 @@ build_cpu = @build_cpu@
|
|||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
docdir = @docdir@
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
htmldir = @htmldir@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
pdfdir = @pdfdir@
|
||||
prefix = @prefix@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
sysconfdir = @sysconfdir@
|
||||
|
@ -227,7 +226,7 @@ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
|
|||
test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
|
||||
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
||||
if test -f $$p; then \
|
||||
f="`echo $$p | sed -e 's|^.*/||'`"; \
|
||||
f=$(am__strip_dir) \
|
||||
echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
|
||||
$(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
|
||||
else :; fi; \
|
||||
|
@ -235,8 +234,8 @@ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
|
|||
|
||||
uninstall-libLTLIBRARIES:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
||||
p="`echo $$p | sed -e 's|^.*/||'`"; \
|
||||
@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
||||
p=$(am__strip_dir) \
|
||||
echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
|
||||
$(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
|
||||
done
|
||||
|
@ -267,24 +266,21 @@ distclean-compile:
|
|||
@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
|
||||
@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@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
|
||||
|
||||
.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
|
||||
@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@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
||||
|
||||
.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
|
||||
@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@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
|
||||
|
||||
mostlyclean-libtool:
|
||||
|
@ -398,7 +394,7 @@ mostlyclean-generic:
|
|||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-rm -f $(CONFIG_CLEAN_FILES)
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Makefile.in generated by automake 1.8.5 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.9.6 from Makefile.am.
|
||||
# test/Makefile. Generated from Makefile.in by configure.
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004 Free Software Foundation, Inc.
|
||||
# 2003, 2004, 2005 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.
|
||||
|
@ -33,26 +33,27 @@ POST_INSTALL = :
|
|||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
host_triplet = i686-pc-linux-gnu
|
||||
build_triplet = i686-suse-linux
|
||||
host_triplet = i686-suse-linux
|
||||
subdir = test
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/configure.in
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(mkdir_p)
|
||||
mkinstalldirs = $(install_sh) -d
|
||||
CONFIG_CLEAN_FILES =
|
||||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = ${SHELL} /shared/prog/SoC/heap-buddy/missing --run aclocal-1.8
|
||||
ACLOCAL = ${SHELL} /home/dmsnell/heap-buddy/missing --run aclocal-1.9
|
||||
AMDEP_FALSE = #
|
||||
AMDEP_TRUE =
|
||||
AMTAR = ${SHELL} /shared/prog/SoC/heap-buddy/missing --run tar
|
||||
AMTAR = ${SHELL} /home/dmsnell/heap-buddy/missing --run tar
|
||||
AR = ar
|
||||
AUTOCONF = ${SHELL} /shared/prog/SoC/heap-buddy/missing --run autoconf
|
||||
AUTOHEADER = ${SHELL} /shared/prog/SoC/heap-buddy/missing --run autoheader
|
||||
AUTOMAKE = ${SHELL} /shared/prog/SoC/heap-buddy/missing --run automake-1.8
|
||||
AUTOCONF = ${SHELL} /home/dmsnell/heap-buddy/missing --run autoconf
|
||||
AUTOHEADER = ${SHELL} /home/dmsnell/heap-buddy/missing --run autoheader
|
||||
AUTOMAKE = ${SHELL} /home/dmsnell/heap-buddy/missing --run automake-1.9
|
||||
AWK = gawk
|
||||
CC = gcc
|
||||
CCDEPMODE = depmode=gcc3
|
||||
|
@ -60,21 +61,20 @@ CFLAGS = -g -O2
|
|||
CPP = gcc -E
|
||||
CPPFLAGS =
|
||||
CXX = g++
|
||||
CXXCPP = g++ -E
|
||||
CXXDEPMODE = depmode=gcc3
|
||||
CXXFLAGS = -g -O2
|
||||
CXXCPP =
|
||||
CXXDEPMODE = depmode=none
|
||||
CXXFLAGS =
|
||||
CYGPATH_W = echo
|
||||
DEFS = -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"heap-buddy\" -DVERSION=\"0.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
|
||||
DEFS = -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"heap-buddy\" -DVERSION=\"0.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
|
||||
DEPDIR = .deps
|
||||
ECHO = echo
|
||||
ECHO_C =
|
||||
ECHO_N = -n
|
||||
ECHO_T =
|
||||
EGREP = /bin/grep -E
|
||||
EGREP = grep -E
|
||||
EXEEXT =
|
||||
F77 = g77
|
||||
FFLAGS = -g -O2
|
||||
GREP = /bin/grep
|
||||
F77 =
|
||||
FFLAGS =
|
||||
INSTALL_DATA = ${INSTALL} -m 644
|
||||
INSTALL_PROGRAM = ${INSTALL}
|
||||
INSTALL_SCRIPT = ${INSTALL}
|
||||
|
@ -85,7 +85,7 @@ LIBS =
|
|||
LIBTOOL = $(SHELL) $(top_builddir)/libtool
|
||||
LN_S = ln -s
|
||||
LTLIBOBJS =
|
||||
MAKEINFO = ${SHELL} /shared/prog/SoC/heap-buddy/missing --run makeinfo
|
||||
MAKEINFO = ${SHELL} /home/dmsnell/heap-buddy/missing --run makeinfo
|
||||
MCS = /usr/bin/mcs
|
||||
MONO = /usr/bin/mono
|
||||
OBJEXT = o
|
||||
|
@ -97,54 +97,53 @@ PACKAGE_TARNAME =
|
|||
PACKAGE_VERSION =
|
||||
PATH_SEPARATOR = :
|
||||
PKG_CONFIG = /usr/bin/pkg-config
|
||||
PROFILER_CFLAGS = -D_REENTRANT -pthread -I/usr/lib/pkgconfig/../../include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
|
||||
PROFILER_LIBS = -Wl,--export-dynamic -pthread -L/usr/lib/pkgconfig/../../lib -lmono -lpthread -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0
|
||||
PROFILER_CFLAGS = -D_REENTRANT -pthread -I/usr/lib/pkgconfig/../../include -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include
|
||||
PROFILER_LIBS = -Wl,--export-dynamic -pthread -L/usr/lib/pkgconfig/../../lib -L/opt/gnome/lib -lmono -lpthread -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0
|
||||
RANLIB = ranlib
|
||||
SET_MAKE =
|
||||
SHELL = /bin/sh
|
||||
STRIP = strip
|
||||
VERSION = 0.2
|
||||
ac_ct_AR = ar
|
||||
ac_ct_CC = gcc
|
||||
ac_ct_CXX = g++
|
||||
ac_ct_F77 = g77
|
||||
ac_ct_F77 =
|
||||
ac_ct_RANLIB = ranlib
|
||||
ac_ct_STRIP = strip
|
||||
ac_pt_PKG_CONFIG = /usr/bin/pkg-config
|
||||
am__fastdepCC_FALSE = #
|
||||
am__fastdepCC_TRUE =
|
||||
am__fastdepCXX_FALSE = #
|
||||
am__fastdepCXX_TRUE =
|
||||
am__fastdepCXX_FALSE =
|
||||
am__fastdepCXX_TRUE = #
|
||||
am__include = include
|
||||
am__leading_dot = .
|
||||
am__quote =
|
||||
am__tar = ${AMTAR} chof - "$$tardir"
|
||||
am__untar = ${AMTAR} xf -
|
||||
bindir = ${exec_prefix}/bin
|
||||
build = i686-pc-linux-gnu
|
||||
build = i686-suse-linux
|
||||
build_alias =
|
||||
build_cpu = i686
|
||||
build_os = linux-gnu
|
||||
build_vendor = pc
|
||||
datadir = ${datarootdir}
|
||||
datarootdir = ${prefix}/share
|
||||
docdir = ${datarootdir}/doc/${PACKAGE}
|
||||
dvidir = ${docdir}
|
||||
build_os = linux
|
||||
build_vendor = suse
|
||||
datadir = ${prefix}/share
|
||||
exec_prefix = ${prefix}
|
||||
host = i686-pc-linux-gnu
|
||||
host = i686-suse-linux
|
||||
host_alias =
|
||||
host_cpu = i686
|
||||
host_os = linux-gnu
|
||||
host_vendor = pc
|
||||
htmldir = ${docdir}
|
||||
host_os = linux
|
||||
host_vendor = suse
|
||||
includedir = ${prefix}/include
|
||||
infodir = ${datarootdir}/info
|
||||
install_sh = /shared/prog/SoC/heap-buddy/install-sh
|
||||
infodir = ${prefix}/info
|
||||
install_sh = /home/dmsnell/heap-buddy/install-sh
|
||||
libdir = ${exec_prefix}/lib
|
||||
libexecdir = ${exec_prefix}/libexec
|
||||
localedir = ${datarootdir}/locale
|
||||
localstatedir = ${prefix}/var
|
||||
mandir = ${datarootdir}/man
|
||||
mkdir_p = mkdir -p -- .
|
||||
mandir = ${prefix}/man
|
||||
mkdir_p = mkdir -p --
|
||||
oldincludedir = /usr/include
|
||||
pdfdir = ${docdir}
|
||||
prefix = /usr/local
|
||||
program_transform_name = s,x,x,
|
||||
psdir = ${docdir}
|
||||
sbindir = ${exec_prefix}/sbin
|
||||
sharedstatedir = ${prefix}/com
|
||||
sysconfdir = ${prefix}/etc
|
||||
|
@ -270,7 +269,7 @@ clean-generic:
|
|||
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
||||
|
||||
distclean-generic:
|
||||
-rm -f $(CONFIG_CLEAN_FILES)
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Makefile.in generated by automake 1.8.5 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.9.6 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004 Free Software Foundation, Inc.
|
||||
# 2003, 2004, 2005 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.
|
||||
|
@ -33,6 +33,7 @@ POST_INSTALL = :
|
|||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
subdir = test
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||
|
@ -40,7 +41,7 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|||
am__aclocal_m4_deps = $(top_srcdir)/configure.in
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(mkdir_p)
|
||||
mkinstalldirs = $(install_sh) -d
|
||||
CONFIG_CLEAN_FILES =
|
||||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
|
@ -74,7 +75,6 @@ EGREP = @EGREP@
|
|||
EXEEXT = @EXEEXT@
|
||||
F77 = @F77@
|
||||
FFLAGS = @FFLAGS@
|
||||
GREP = @GREP@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
|
@ -104,9 +104,13 @@ SET_MAKE = @SET_MAKE@
|
|||
SHELL = @SHELL@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
ac_ct_AR = @ac_ct_AR@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_CXX = @ac_ct_CXX@
|
||||
ac_ct_F77 = @ac_ct_F77@
|
||||
ac_ct_RANLIB = @ac_ct_RANLIB@
|
||||
ac_ct_STRIP = @ac_ct_STRIP@
|
||||
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
|
||||
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
||||
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
||||
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
|
||||
|
@ -114,6 +118,8 @@ am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
|
|||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
|
@ -121,30 +127,23 @@ build_cpu = @build_cpu@
|
|||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
docdir = @docdir@
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
htmldir = @htmldir@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
pdfdir = @pdfdir@
|
||||
prefix = @prefix@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
sysconfdir = @sysconfdir@
|
||||
|
@ -270,7 +269,7 @@ clean-generic:
|
|||
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
||||
|
||||
distclean-generic:
|
||||
-rm -f $(CONFIG_CLEAN_FILES)
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
|
|
Загрузка…
Ссылка в новой задаче