2010-04-02 20:18:06 +02:00
|
|
|
# Makefile.in generated by automake 1.11.1 from Makefile.am.
|
2004-06-16 09:35:00 +02:00
|
|
|
# @configure_input@
|
1999-04-07 10:01:42 +02:00
|
|
|
|
2004-06-16 09:35:00 +02:00
|
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
2009-08-22 15:22:20 +02:00
|
|
|
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
|
|
|
|
# Inc.
|
1999-04-07 10:01:42 +02:00
|
|
|
# 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.
|
|
|
|
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
|
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
|
|
# PARTICULAR PURPOSE.
|
|
|
|
|
2004-06-16 09:35:00 +02:00
|
|
|
@SET_MAKE@
|
1999-04-07 10:01:42 +02:00
|
|
|
|
|
|
|
VPATH = @srcdir@
|
|
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
2009-08-22 15:22:20 +02:00
|
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
|
|
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
2004-06-16 09:35:00 +02:00
|
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
|
|
|
install_sh_DATA = $(install_sh) -c -m 644
|
|
|
|
install_sh_PROGRAM = $(install_sh) -c
|
|
|
|
install_sh_SCRIPT = $(install_sh) -c
|
|
|
|
INSTALL_HEADER = $(INSTALL_DATA)
|
|
|
|
transform = $(program_transform_name)
|
1999-04-07 10:01:42 +02:00
|
|
|
NORMAL_INSTALL = :
|
|
|
|
PRE_INSTALL = :
|
|
|
|
POST_INSTALL = :
|
|
|
|
NORMAL_UNINSTALL = :
|
|
|
|
PRE_UNINSTALL = :
|
|
|
|
POST_UNINSTALL = :
|
|
|
|
build_triplet = @build@
|
|
|
|
host_triplet = @host@
|
|
|
|
target_triplet = @target@
|
2010-05-06 18:20:53 +02:00
|
|
|
check_PROGRAMS = gctest$(EXEEXT) leaktest$(EXEEXT) middletest$(EXEEXT) \
|
|
|
|
staticrootstest$(EXEEXT)
|
|
|
|
TESTS = gctest$(EXEEXT) leaktest$(EXEEXT) middletest$(EXEEXT) \
|
|
|
|
staticrootstest$(EXEEXT)
|
2004-06-16 09:35:00 +02:00
|
|
|
subdir = .
|
2009-08-22 15:22:20 +02:00
|
|
|
DIST_COMMON = ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
|
|
|
|
$(top_srcdir)/configure $(am__configure_deps) \
|
|
|
|
$(srcdir)/../mkinstalldirs $(srcdir)/threads.mk.in
|
2004-06-16 09:35:00 +02:00
|
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
2004-11-05 02:51:50 +01:00
|
|
|
am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
|
2006-01-25 04:03:14 +01:00
|
|
|
$(top_srcdir)/../config/depstand.m4 \
|
|
|
|
$(top_srcdir)/../config/lead-dot.m4 \
|
2007-01-17 20:48:52 +01:00
|
|
|
$(top_srcdir)/../config/multi.m4 \
|
2004-06-16 09:35:00 +02:00
|
|
|
$(top_srcdir)/../config/no-executables.m4 \
|
2008-06-18 01:13:35 +02:00
|
|
|
$(top_srcdir)/../config/override.m4 \
|
2007-05-24 18:37:27 +02:00
|
|
|
$(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
|
|
|
|
$(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
|
2008-09-26 18:39:49 +02:00
|
|
|
$(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.ac
|
2004-06-16 09:35:00 +02:00
|
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
|
|
$(ACLOCAL_M4)
|
|
|
|
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
2009-08-22 15:22:20 +02:00
|
|
|
configure.lineno config.status.lineno
|
2005-03-02 00:25:50 +01:00
|
|
|
CONFIG_HEADER = $(top_builddir)/include/gc_config.h \
|
|
|
|
$(top_builddir)/include/gc_ext_config.h
|
2008-07-18 10:15:27 +02:00
|
|
|
CONFIG_CLEAN_FILES = threads.mk
|
2009-08-22 15:22:20 +02:00
|
|
|
CONFIG_CLEAN_VPATH_FILES =
|
2004-06-16 09:35:00 +02:00
|
|
|
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
|
|
|
am__DEPENDENCIES_1 =
|
2006-01-25 20:37:26 +01:00
|
|
|
@POWERPC_DARWIN_TRUE@am__objects_1 = powerpc_darwin_mach_dep.lo
|
2006-01-25 04:03:14 +01:00
|
|
|
am_libgcjgc_la_OBJECTS = allchblk.lo alloc.lo blacklst.lo checksums.lo \
|
2004-06-16 09:35:00 +02:00
|
|
|
dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo \
|
2006-01-25 04:03:14 +01:00
|
|
|
headers.lo malloc.lo mallocx.lo mark.lo mark_rts.lo misc.lo \
|
|
|
|
new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo ptr_chck.lo \
|
2007-07-02 16:56:58 +02:00
|
|
|
real_malloc.lo reclaim.lo specific.lo stubborn.lo typd_mlc.lo \
|
2006-01-25 04:03:14 +01:00
|
|
|
backgraph.lo win32_threads.lo pthread_support.lo \
|
2006-01-25 20:37:26 +01:00
|
|
|
pthread_stop_world.lo darwin_stop_world.lo $(am__objects_1)
|
2004-06-16 09:35:00 +02:00
|
|
|
libgcjgc_la_OBJECTS = $(am_libgcjgc_la_OBJECTS)
|
2006-01-25 20:37:26 +01:00
|
|
|
am__objects_2 = allchblk.lo alloc.lo blacklst.lo checksums.lo \
|
2006-01-25 04:03:14 +01:00
|
|
|
dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo \
|
|
|
|
headers.lo malloc.lo mallocx.lo mark.lo mark_rts.lo misc.lo \
|
|
|
|
new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo ptr_chck.lo \
|
2007-07-02 16:56:58 +02:00
|
|
|
real_malloc.lo reclaim.lo specific.lo stubborn.lo typd_mlc.lo \
|
2006-01-25 04:03:14 +01:00
|
|
|
backgraph.lo win32_threads.lo pthread_support.lo \
|
2006-01-25 20:37:26 +01:00
|
|
|
pthread_stop_world.lo darwin_stop_world.lo $(am__objects_1)
|
|
|
|
am_libgcjgc_convenience_la_OBJECTS = $(am__objects_2)
|
2004-06-16 09:35:00 +02:00
|
|
|
libgcjgc_convenience_la_OBJECTS = \
|
|
|
|
$(am_libgcjgc_convenience_la_OBJECTS)
|
|
|
|
am__dirstamp = $(am__leading_dot)dirstamp
|
2010-05-06 18:20:53 +02:00
|
|
|
am_libstaticrootslib_la_OBJECTS = tests/staticrootslib.lo
|
|
|
|
libstaticrootslib_la_OBJECTS = $(am_libstaticrootslib_la_OBJECTS)
|
|
|
|
libstaticrootslib_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
|
|
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
|
|
$(libstaticrootslib_la_LDFLAGS) $(LDFLAGS) -o $@
|
2004-06-16 09:35:00 +02:00
|
|
|
am_gctest_OBJECTS = tests/test.$(OBJEXT)
|
|
|
|
gctest_OBJECTS = $(am_gctest_OBJECTS)
|
2010-05-06 18:20:53 +02:00
|
|
|
am__DEPENDENCIES_2 = libgcjgc.la $(am__DEPENDENCIES_1) \
|
2007-07-02 16:56:58 +02:00
|
|
|
$(am__DEPENDENCIES_1)
|
2010-05-06 18:20:53 +02:00
|
|
|
gctest_DEPENDENCIES = $(am__DEPENDENCIES_2)
|
|
|
|
am_leaktest_OBJECTS = tests/leak_test.$(OBJEXT)
|
|
|
|
leaktest_OBJECTS = $(am_leaktest_OBJECTS)
|
|
|
|
leaktest_DEPENDENCIES = $(am__DEPENDENCIES_2)
|
|
|
|
am_middletest_OBJECTS = tests/middle.$(OBJEXT)
|
|
|
|
middletest_OBJECTS = $(am_middletest_OBJECTS)
|
|
|
|
middletest_DEPENDENCIES = $(am__DEPENDENCIES_2)
|
|
|
|
am_staticrootstest_OBJECTS = tests/staticrootstest.$(OBJEXT)
|
|
|
|
staticrootstest_OBJECTS = $(am_staticrootstest_OBJECTS)
|
|
|
|
staticrootstest_DEPENDENCIES = $(am__DEPENDENCIES_2) \
|
|
|
|
libstaticrootslib.la
|
2009-08-22 15:22:20 +02:00
|
|
|
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
|
2004-06-16 09:35:00 +02:00
|
|
|
depcomp =
|
|
|
|
am__depfiles_maybe =
|
|
|
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
|
|
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
2010-10-28 12:58:48 +02:00
|
|
|
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
|
|
|
--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
|
|
|
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
2004-06-16 09:35:00 +02:00
|
|
|
CCLD = $(CC)
|
2010-10-28 12:58:48 +02:00
|
|
|
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
|
|
|
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
|
|
|
|
$(LDFLAGS) -o $@
|
2006-01-25 20:37:26 +01:00
|
|
|
CCASCOMPILE = $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)
|
2009-08-22 15:22:20 +02:00
|
|
|
LTCCASCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
|
|
|
--mode=compile $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)
|
2004-06-16 09:35:00 +02:00
|
|
|
SOURCES = $(libgcjgc_la_SOURCES) $(libgcjgc_convenience_la_SOURCES) \
|
2010-05-06 18:20:53 +02:00
|
|
|
$(libstaticrootslib_la_SOURCES) $(gctest_SOURCES) \
|
|
|
|
$(leaktest_SOURCES) $(middletest_SOURCES) \
|
|
|
|
$(staticrootstest_SOURCES)
|
2004-06-16 09:35:00 +02:00
|
|
|
MULTISRCTOP =
|
|
|
|
MULTIBUILDTOP =
|
|
|
|
MULTIDIRS =
|
|
|
|
MULTISUBDIR =
|
|
|
|
MULTIDO = true
|
|
|
|
MULTICLEAN = true
|
|
|
|
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
|
|
|
html-recursive info-recursive install-data-recursive \
|
2009-08-22 15:22:20 +02:00
|
|
|
install-dvi-recursive install-exec-recursive \
|
|
|
|
install-html-recursive install-info-recursive \
|
|
|
|
install-pdf-recursive install-ps-recursive install-recursive \
|
|
|
|
installcheck-recursive installdirs-recursive pdf-recursive \
|
|
|
|
ps-recursive uninstall-recursive
|
|
|
|
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
|
|
|
distclean-recursive maintainer-clean-recursive
|
|
|
|
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
|
|
|
|
$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
|
2004-06-16 09:35:00 +02:00
|
|
|
ETAGS = etags
|
|
|
|
CTAGS = ctags
|
2009-08-22 15:22:20 +02:00
|
|
|
am__tty_colors = \
|
|
|
|
red=; grn=; lgn=; blu=; std=
|
2004-06-16 09:35:00 +02:00
|
|
|
DIST_SUBDIRS = $(SUBDIRS)
|
|
|
|
ACLOCAL = @ACLOCAL@
|
|
|
|
AMTAR = @AMTAR@
|
|
|
|
AM_CPPFLAGS = @AM_CPPFLAGS@
|
1999-04-07 10:01:42 +02:00
|
|
|
AR = @AR@
|
|
|
|
AS = @AS@
|
2004-06-16 09:35:00 +02:00
|
|
|
AUTOCONF = @AUTOCONF@
|
|
|
|
AUTOHEADER = @AUTOHEADER@
|
|
|
|
AUTOMAKE = @AUTOMAKE@
|
|
|
|
AWK = @AWK@
|
1999-04-07 10:01:42 +02:00
|
|
|
CC = @CC@
|
2004-02-27 01:16:56 +01:00
|
|
|
CCAS = @CCAS@
|
|
|
|
CCASFLAGS = @CCASFLAGS@
|
2004-06-16 09:35:00 +02:00
|
|
|
CCDEPMODE = @CCDEPMODE@
|
2003-07-28 06:18:23 +02:00
|
|
|
CFLAGS = @CFLAGS@
|
1999-04-07 10:01:42 +02:00
|
|
|
CPP = @CPP@
|
2004-06-16 09:35:00 +02:00
|
|
|
CPPFLAGS = @CPPFLAGS@
|
1999-04-07 10:01:42 +02:00
|
|
|
CXX = @CXX@
|
|
|
|
CXXCPP = @CXXCPP@
|
2004-06-16 09:35:00 +02:00
|
|
|
CXXDEPMODE = @CXXDEPMODE@
|
2003-07-28 06:18:23 +02:00
|
|
|
CXXFLAGS = @CXXFLAGS@
|
2004-06-16 09:35:00 +02:00
|
|
|
CYGPATH_W = @CYGPATH_W@
|
|
|
|
DEFS = @DEFS@
|
|
|
|
DEPDIR = @DEPDIR@
|
2008-09-26 18:39:49 +02:00
|
|
|
DSYMUTIL = @DSYMUTIL@
|
2007-05-24 18:37:27 +02:00
|
|
|
DUMPBIN = @DUMPBIN@
|
2004-06-16 09:35:00 +02:00
|
|
|
ECHO_C = @ECHO_C@
|
|
|
|
ECHO_N = @ECHO_N@
|
|
|
|
ECHO_T = @ECHO_T@
|
|
|
|
EGREP = @EGREP@
|
1999-04-07 10:01:42 +02:00
|
|
|
EXEEXT = @EXEEXT@
|
2000-12-12 21:52:54 +01:00
|
|
|
EXTRA_TEST_LIBS = @EXTRA_TEST_LIBS@
|
2007-05-24 18:37:27 +02:00
|
|
|
FGREP = @FGREP@
|
2001-08-18 03:04:43 +02:00
|
|
|
GC_CFLAGS = @GC_CFLAGS@
|
2007-05-24 18:37:27 +02:00
|
|
|
GREP = @GREP@
|
2009-08-22 15:22:20 +02:00
|
|
|
INSTALL = @INSTALL@
|
2004-06-16 09:35:00 +02:00
|
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
2007-05-24 18:37:27 +02:00
|
|
|
LD = @LD@
|
|
|
|
LDFLAGS = @LDFLAGS@
|
2004-06-16 09:35:00 +02:00
|
|
|
LIBOBJS = @LIBOBJS@
|
|
|
|
LIBS = @LIBS@
|
1999-04-26 16:15:05 +02:00
|
|
|
LIBTOOL = @LIBTOOL@
|
2008-09-26 18:39:49 +02:00
|
|
|
LIPO = @LIPO@
|
1999-04-26 16:15:05 +02:00
|
|
|
LN_S = @LN_S@
|
2004-06-16 09:35:00 +02:00
|
|
|
LTLIBOBJS = @LTLIBOBJS@
|
1999-04-07 10:01:42 +02:00
|
|
|
MAINT = @MAINT@
|
|
|
|
MAKEINFO = @MAKEINFO@
|
2009-08-22 15:22:20 +02:00
|
|
|
MKDIR_P = @MKDIR_P@
|
2007-05-24 18:37:27 +02:00
|
|
|
NM = @NM@
|
2008-09-26 18:39:49 +02:00
|
|
|
NMEDIT = @NMEDIT@
|
2010-10-28 12:58:48 +02:00
|
|
|
O0_CFLAGS = @O0_CFLAGS@
|
2008-09-26 18:39:49 +02:00
|
|
|
OBJDUMP = @OBJDUMP@
|
2000-09-30 11:54:21 +02:00
|
|
|
OBJEXT = @OBJEXT@
|
2008-09-26 18:39:49 +02:00
|
|
|
OTOOL = @OTOOL@
|
|
|
|
OTOOL64 = @OTOOL64@
|
1999-04-07 10:01:42 +02:00
|
|
|
PACKAGE = @PACKAGE@
|
2004-06-16 09:35:00 +02:00
|
|
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|
|
|
PACKAGE_NAME = @PACKAGE_NAME@
|
|
|
|
PACKAGE_STRING = @PACKAGE_STRING@
|
|
|
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
2009-08-22 15:22:20 +02:00
|
|
|
PACKAGE_URL = @PACKAGE_URL@
|
2004-06-16 09:35:00 +02:00
|
|
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
|
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
1999-04-07 10:01:42 +02:00
|
|
|
RANLIB = @RANLIB@
|
2007-05-24 18:37:27 +02:00
|
|
|
SED = @SED@
|
2004-06-16 09:35:00 +02:00
|
|
|
SET_MAKE = @SET_MAKE@
|
|
|
|
SHELL = @SHELL@
|
2000-09-30 11:54:21 +02:00
|
|
|
STRIP = @STRIP@
|
2000-12-30 13:18:39 +01:00
|
|
|
THREADLIBS = @THREADLIBS@
|
1999-04-07 10:01:42 +02:00
|
|
|
VERSION = @VERSION@
|
2009-08-22 15:22:20 +02:00
|
|
|
abs_builddir = @abs_builddir@
|
|
|
|
abs_srcdir = @abs_srcdir@
|
|
|
|
abs_top_builddir = @abs_top_builddir@
|
|
|
|
abs_top_srcdir = @abs_top_srcdir@
|
2004-06-16 09:35:00 +02:00
|
|
|
ac_ct_CC = @ac_ct_CC@
|
|
|
|
ac_ct_CXX = @ac_ct_CXX@
|
2007-05-24 18:37:27 +02:00
|
|
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
2003-07-28 06:18:23 +02:00
|
|
|
addincludes = @addincludes@
|
|
|
|
addlibs = @addlibs@
|
1999-04-07 10:01:42 +02:00
|
|
|
addobjs = @addobjs@
|
2003-07-28 06:18:23 +02:00
|
|
|
addtests = @addtests@
|
2004-06-16 09:35:00 +02:00
|
|
|
am__include = @am__include@
|
|
|
|
am__leading_dot = @am__leading_dot@
|
|
|
|
am__quote = @am__quote@
|
2004-08-14 01:05:36 +02:00
|
|
|
am__tar = @am__tar@
|
|
|
|
am__untar = @am__untar@
|
2004-06-16 09:35:00 +02:00
|
|
|
bindir = @bindir@
|
|
|
|
build = @build@
|
|
|
|
build_alias = @build_alias@
|
|
|
|
build_cpu = @build_cpu@
|
|
|
|
build_os = @build_os@
|
|
|
|
build_vendor = @build_vendor@
|
2009-08-22 15:22:20 +02:00
|
|
|
builddir = @builddir@
|
2004-06-16 09:35:00 +02:00
|
|
|
datadir = @datadir@
|
2009-08-22 15:22:20 +02:00
|
|
|
datarootdir = @datarootdir@
|
|
|
|
docdir = @docdir@
|
|
|
|
dvidir = @dvidir@
|
2004-06-16 09:35:00 +02:00
|
|
|
exec_prefix = @exec_prefix@
|
2007-05-20 12:34:05 +02:00
|
|
|
extra_ldflags_libgc = @extra_ldflags_libgc@
|
2004-06-16 09:35:00 +02:00
|
|
|
host = @host@
|
|
|
|
host_alias = @host_alias@
|
|
|
|
host_cpu = @host_cpu@
|
|
|
|
host_os = @host_os@
|
|
|
|
host_vendor = @host_vendor@
|
2009-08-22 15:22:20 +02:00
|
|
|
htmldir = @htmldir@
|
2004-06-16 09:35:00 +02:00
|
|
|
includedir = @includedir@
|
|
|
|
infodir = @infodir@
|
|
|
|
install_sh = @install_sh@
|
|
|
|
libdir = @libdir@
|
|
|
|
libexecdir = @libexecdir@
|
2009-08-22 15:22:20 +02:00
|
|
|
localedir = @localedir@
|
2004-06-16 09:35:00 +02:00
|
|
|
localstatedir = @localstatedir@
|
|
|
|
mandir = @mandir@
|
|
|
|
mkdir_p = @mkdir_p@
|
2001-07-04 00:30:01 +02:00
|
|
|
mkinstalldirs = @mkinstalldirs@
|
2004-06-16 09:35:00 +02:00
|
|
|
multi_basedir = @multi_basedir@
|
|
|
|
oldincludedir = @oldincludedir@
|
2009-08-22 15:22:20 +02:00
|
|
|
pdfdir = @pdfdir@
|
2004-06-16 09:35:00 +02:00
|
|
|
prefix = @prefix@
|
|
|
|
program_transform_name = @program_transform_name@
|
2009-08-22 15:22:20 +02:00
|
|
|
psdir = @psdir@
|
2004-06-16 09:35:00 +02:00
|
|
|
sbindir = @sbindir@
|
|
|
|
sharedstatedir = @sharedstatedir@
|
2009-08-22 15:22:20 +02:00
|
|
|
srcdir = @srcdir@
|
2004-06-16 09:35:00 +02:00
|
|
|
sysconfdir = @sysconfdir@
|
|
|
|
target = @target@
|
|
|
|
target_alias = @target_alias@
|
1999-04-07 10:01:42 +02:00
|
|
|
target_all = @target_all@
|
2004-06-16 09:35:00 +02:00
|
|
|
target_cpu = @target_cpu@
|
|
|
|
target_noncanonical = @target_noncanonical@
|
|
|
|
target_os = @target_os@
|
|
|
|
target_vendor = @target_vendor@
|
2003-01-28 02:44:37 +01:00
|
|
|
toolexecdir = @toolexecdir@
|
|
|
|
toolexeclibdir = @toolexeclibdir@
|
2009-08-22 15:22:20 +02:00
|
|
|
top_build_prefix = @top_build_prefix@
|
|
|
|
top_builddir = @top_builddir@
|
|
|
|
top_srcdir = @top_srcdir@
|
2004-06-16 09:35:00 +02:00
|
|
|
AUTOMAKE_OPTIONS = cygnus subdir-objects
|
2004-11-05 02:51:50 +01:00
|
|
|
ACLOCAL_AMFLAGS = -I .. -I ../config
|
2002-02-20 09:46:41 +01:00
|
|
|
SUBDIRS = include
|
2002-04-23 05:37:27 +02:00
|
|
|
noinst_LTLIBRARIES = libgcjgc.la libgcjgc_convenience.la
|
2006-01-25 20:37:26 +01:00
|
|
|
@POWERPC_DARWIN_FALSE@asm_libgcjgc_sources =
|
|
|
|
@POWERPC_DARWIN_TRUE@asm_libgcjgc_sources = powerpc_darwin_mach_dep.s
|
2006-01-25 04:03:14 +01:00
|
|
|
libgcjgc_la_SOURCES = allchblk.c alloc.c blacklst.c checksums.c dbg_mlc.c \
|
|
|
|
dyn_load.c finalize.c gc_dlopen.c gcj_mlc.c headers.c \
|
2003-07-28 06:18:23 +02:00
|
|
|
malloc.c mallocx.c mark.c mark_rts.c misc.c new_hblk.c \
|
2002-12-31 18:52:25 +01:00
|
|
|
obj_map.c os_dep.c pcr_interface.c ptr_chck.c real_malloc.c reclaim.c \
|
2007-07-02 16:56:58 +02:00
|
|
|
specific.c stubborn.c typd_mlc.c \
|
2003-07-28 06:18:23 +02:00
|
|
|
backgraph.c win32_threads.c \
|
|
|
|
pthread_support.c pthread_stop_world.c darwin_stop_world.c \
|
2006-01-25 04:03:14 +01:00
|
|
|
$(asm_libgcjgc_sources)
|
2002-03-17 01:35:21 +01:00
|
|
|
|
2006-01-25 04:03:14 +01:00
|
|
|
libgcjgc_convenience_la_SOURCES = $(libgcjgc_la_SOURCES)
|
2004-06-16 09:35:00 +02:00
|
|
|
EXTRA_DIST = alpha_mach_dep.S \
|
2003-07-28 06:18:23 +02:00
|
|
|
mips_sgi_mach_dep.s mips_ultrix_mach_dep.s powerpc_darwin_mach_dep.s \
|
2002-12-31 18:52:25 +01:00
|
|
|
rs6000_mach_dep.s sparc_mach_dep.S sparc_netbsd_mach_dep.s \
|
|
|
|
sparc_sunos4_mach_dep.s ia64_save_regs_in_stack.s
|
2002-03-17 01:35:21 +01:00
|
|
|
|
2000-12-30 13:18:39 +01:00
|
|
|
|
|
|
|
# Include THREADLIBS here to ensure that the correct versions of
|
|
|
|
# linuxthread semaphore functions get linked:
|
2010-10-28 12:58:48 +02:00
|
|
|
libgcjgc_la_LIBADD = $(addobjs) $(THREADLIBS) $(UNWINDLIBS)
|
|
|
|
libgcjgc_la_DEPENDENCIES = $(addobjs)
|
2007-05-20 12:34:05 +02:00
|
|
|
libgcjgc_la_LDFLAGS = $(extra_ldflags_libgc) -version-info 1:2:0 -rpath $(toolexeclibdir)
|
2009-09-11 07:02:20 +02:00
|
|
|
libgcjgc_la_LINK = $(LINK) $(libgcjgc_la_LDFLAGS)
|
2010-10-28 12:58:48 +02:00
|
|
|
libgcjgc_convenience_la_LIBADD = $(addobjs)
|
|
|
|
libgcjgc_convenience_la_DEPENDENCIES = $(addobjs)
|
|
|
|
AM_CXXFLAGS = $(GC_CFLAGS)
|
|
|
|
AM_CFLAGS = $(GC_CFLAGS)
|
|
|
|
AM_LDFLAGS = $(shell $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
|
2010-05-06 18:20:53 +02:00
|
|
|
test_ldadd = libgcjgc.la $(THREADLIBS) $(UNWINDLIBS) $(EXTRA_TEST_LIBS)
|
2004-06-16 09:35:00 +02:00
|
|
|
gctest_SOURCES = tests/test.c
|
2010-05-06 18:20:53 +02:00
|
|
|
gctest_LDADD = $(test_ldadd)
|
2001-03-22 20:03:01 +01:00
|
|
|
gctest_LDFLAGS = -shared-libgcc
|
2009-09-11 07:02:20 +02:00
|
|
|
gctest_LINK = $(LINK) $(gctest_LDFLAGS)
|
2001-03-17 02:01:29 +01:00
|
|
|
TESTS_ENVIRONMENT = LD_LIBRARY_PATH=../../$(MULTIBUILDTOP)gcc
|
2010-05-06 18:20:53 +02:00
|
|
|
leaktest_SOURCES = tests/leak_test.c
|
|
|
|
leaktest_LDADD = $(test_ldadd)
|
|
|
|
leaktest_LDFLAGS = -shared-libgcc
|
|
|
|
leaktest_LINK = $(LINK) $(leaktest_LDFLAGS)
|
|
|
|
middletest_SOURCES = tests/middle.c
|
|
|
|
middletest_LDADD = $(test_ldadd)
|
|
|
|
middletest_LDFLAGS = -shared-libgcc
|
|
|
|
middletest_LINK = $(LINK) $(middletest_LDFLAGS)
|
|
|
|
staticrootstest_SOURCES = tests/staticrootstest.c
|
|
|
|
staticrootstest_LDADD = $(test_ldadd) libstaticrootslib.la
|
|
|
|
staticrootstest_LDFLAGS = -shared-libgcc
|
|
|
|
staticrootstest_LINK = $(LINK) $(staticrootstest_LDFLAGS)
|
|
|
|
check_LTLIBRARIES = libstaticrootslib.la
|
|
|
|
libstaticrootslib_la_SOURCES = tests/staticrootslib.c
|
|
|
|
libstaticrootslib_la_LIBADD = libgcjgc_convenience.la
|
|
|
|
libstaticrootslib_la_LDFLAGS = -version-info 1:2:0 -no-undefined \
|
|
|
|
-rpath /nowhere -shared-libgcc
|
|
|
|
|
|
|
|
libstaticrootslib_la_DEPENDENCIES = libgcjgc_convenience.la
|
1999-04-07 10:01:42 +02:00
|
|
|
|
|
|
|
# Work around what appears to be a GNU make bug handling MAKEFLAGS
|
|
|
|
# values defined in terms of make variables, as is the case for CC and
|
|
|
|
# friends when we are called from the top level Makefile.
|
2002-12-31 18:52:25 +01:00
|
|
|
AM_MAKEFLAGS = \
|
|
|
|
"AR_FLAGS=$(AR_FLAGS)" \
|
|
|
|
"CC_FOR_BUILD=$(CC_FOR_BUILD)" \
|
|
|
|
"CFLAGS=$(CFLAGS)" \
|
|
|
|
"CXXFLAGS=$(CXXFLAGS)" \
|
|
|
|
"CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
|
|
|
|
"CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
|
|
|
|
"INSTALL=$(INSTALL)" \
|
|
|
|
"INSTALL_DATA=$(INSTALL_DATA)" \
|
|
|
|
"INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
|
|
|
|
"INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
|
|
|
|
"LDFLAGS=$(LDFLAGS)" \
|
|
|
|
"LIBCFLAGS=$(LIBCFLAGS)" \
|
|
|
|
"LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
|
|
|
|
"MAKE=$(MAKE)" \
|
|
|
|
"MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
|
|
|
|
"PICFLAG=$(PICFLAG)" \
|
|
|
|
"PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
|
|
|
|
"SHELL=$(SHELL)" \
|
|
|
|
"EXPECT=$(EXPECT)" \
|
|
|
|
"RUNTEST=$(RUNTEST)" \
|
|
|
|
"RUNTESTFLAGS=$(RUNTESTFLAGS)" \
|
|
|
|
"exec_prefix=$(exec_prefix)" \
|
|
|
|
"infodir=$(infodir)" \
|
|
|
|
"libdir=$(libdir)" \
|
|
|
|
"prefix=$(prefix)" \
|
|
|
|
"tooldir=$(tooldir)" \
|
|
|
|
"AR=$(AR)" \
|
|
|
|
"AS=$(AS)" \
|
|
|
|
"CC=$(CC)" \
|
|
|
|
"CXX=$(CXX)" \
|
|
|
|
"LD=$(LD)" \
|
|
|
|
"LIBCFLAGS=$(LIBCFLAGS)" \
|
|
|
|
"NM=$(NM)" \
|
|
|
|
"PICFLAG=$(PICFLAG)" \
|
|
|
|
"RANLIB=$(RANLIB)" \
|
|
|
|
"DESTDIR=$(DESTDIR)"
|
1999-04-07 10:01:42 +02:00
|
|
|
|
2001-06-08 19:59:57 +02:00
|
|
|
CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.host
|
1999-04-07 10:01:42 +02:00
|
|
|
MAKEOVERRIDES =
|
2004-06-16 09:35:00 +02:00
|
|
|
all: all-recursive
|
1999-04-07 10:01:42 +02:00
|
|
|
|
|
|
|
.SUFFIXES:
|
2004-06-20 11:14:17 +02:00
|
|
|
.SUFFIXES: .S .c .lo .o .obj .s
|
2004-06-16 09:35:00 +02:00
|
|
|
am--refresh:
|
|
|
|
@:
|
|
|
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
|
|
|
@for dep in $?; do \
|
|
|
|
case '$(am__configure_deps)' in \
|
|
|
|
*$$dep*) \
|
2009-08-22 15:22:20 +02:00
|
|
|
echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
|
|
|
|
$(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
|
2004-06-16 09:35:00 +02:00
|
|
|
&& exit 0; \
|
|
|
|
exit 1;; \
|
|
|
|
esac; \
|
|
|
|
done; \
|
2009-08-22 15:22:20 +02:00
|
|
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
|
|
|
|
$(am__cd) $(top_srcdir) && \
|
|
|
|
$(AUTOMAKE) --foreign Makefile
|
2004-06-16 09:35:00 +02:00
|
|
|
.PRECIOUS: Makefile
|
|
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
|
|
@case '$?' in \
|
|
|
|
*config.status*) \
|
|
|
|
echo ' $(SHELL) ./config.status'; \
|
|
|
|
$(SHELL) ./config.status;; \
|
|
|
|
*) \
|
|
|
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
|
|
|
|
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
|
|
|
|
esac;
|
|
|
|
|
|
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
1999-04-07 10:01:42 +02:00
|
|
|
$(SHELL) ./config.status --recheck
|
|
|
|
|
2004-06-16 09:35:00 +02:00
|
|
|
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
2009-08-22 15:22:20 +02:00
|
|
|
$(am__cd) $(srcdir) && $(AUTOCONF)
|
2004-06-16 09:35:00 +02:00
|
|
|
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
2009-08-22 15:22:20 +02:00
|
|
|
$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
|
|
|
$(am__aclocal_m4_deps):
|
2008-07-18 10:15:27 +02:00
|
|
|
threads.mk: $(top_builddir)/config.status $(srcdir)/threads.mk.in
|
|
|
|
cd $(top_builddir) && $(SHELL) ./config.status $@
|
2002-03-17 01:35:21 +01:00
|
|
|
|
2010-05-06 18:20:53 +02:00
|
|
|
clean-checkLTLIBRARIES:
|
|
|
|
-test -z "$(check_LTLIBRARIES)" || rm -f $(check_LTLIBRARIES)
|
|
|
|
@list='$(check_LTLIBRARIES)'; for p in $$list; do \
|
|
|
|
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
|
|
|
|
test "$$dir" != "$$p" || dir=.; \
|
|
|
|
echo "rm -f \"$${dir}/so_locations\""; \
|
|
|
|
rm -f "$${dir}/so_locations"; \
|
|
|
|
done
|
|
|
|
|
2002-03-17 01:35:21 +01:00
|
|
|
clean-noinstLTLIBRARIES:
|
|
|
|
-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
|
2004-06-16 09:35:00 +02:00
|
|
|
@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
|
|
|
|
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
|
|
|
|
test "$$dir" != "$$p" || dir=.; \
|
|
|
|
echo "rm -f \"$${dir}/so_locations\""; \
|
|
|
|
rm -f "$${dir}/so_locations"; \
|
|
|
|
done
|
|
|
|
libgcjgc.la: $(libgcjgc_la_OBJECTS) $(libgcjgc_la_DEPENDENCIES)
|
2009-08-22 15:22:20 +02:00
|
|
|
$(libgcjgc_la_LINK) $(libgcjgc_la_OBJECTS) $(libgcjgc_la_LIBADD) $(LIBS)
|
2004-06-16 09:35:00 +02:00
|
|
|
libgcjgc_convenience.la: $(libgcjgc_convenience_la_OBJECTS) $(libgcjgc_convenience_la_DEPENDENCIES)
|
2009-08-22 15:22:20 +02:00
|
|
|
$(LINK) $(libgcjgc_convenience_la_OBJECTS) $(libgcjgc_convenience_la_LIBADD) $(LIBS)
|
2010-05-06 18:20:53 +02:00
|
|
|
tests/$(am__dirstamp):
|
|
|
|
@$(MKDIR_P) tests
|
|
|
|
@: > tests/$(am__dirstamp)
|
|
|
|
tests/staticrootslib.lo: tests/$(am__dirstamp)
|
|
|
|
libstaticrootslib.la: $(libstaticrootslib_la_OBJECTS) $(libstaticrootslib_la_DEPENDENCIES)
|
|
|
|
$(libstaticrootslib_la_LINK) $(libstaticrootslib_la_OBJECTS) $(libstaticrootslib_la_LIBADD) $(LIBS)
|
2004-06-16 09:35:00 +02:00
|
|
|
|
|
|
|
clean-checkPROGRAMS:
|
2009-08-22 15:22:20 +02:00
|
|
|
@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
|
|
|
|
echo " rm -f" $$list; \
|
|
|
|
rm -f $$list || exit $$?; \
|
|
|
|
test -n "$(EXEEXT)" || exit 0; \
|
|
|
|
list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
|
|
|
|
echo " rm -f" $$list; \
|
|
|
|
rm -f $$list
|
2004-06-16 09:35:00 +02:00
|
|
|
tests/test.$(OBJEXT): tests/$(am__dirstamp)
|
|
|
|
gctest$(EXEEXT): $(gctest_OBJECTS) $(gctest_DEPENDENCIES)
|
|
|
|
@rm -f gctest$(EXEEXT)
|
2009-08-22 15:22:20 +02:00
|
|
|
$(gctest_LINK) $(gctest_OBJECTS) $(gctest_LDADD) $(LIBS)
|
2010-05-06 18:20:53 +02:00
|
|
|
tests/leak_test.$(OBJEXT): tests/$(am__dirstamp)
|
|
|
|
leaktest$(EXEEXT): $(leaktest_OBJECTS) $(leaktest_DEPENDENCIES)
|
|
|
|
@rm -f leaktest$(EXEEXT)
|
|
|
|
$(leaktest_LINK) $(leaktest_OBJECTS) $(leaktest_LDADD) $(LIBS)
|
|
|
|
tests/middle.$(OBJEXT): tests/$(am__dirstamp)
|
|
|
|
middletest$(EXEEXT): $(middletest_OBJECTS) $(middletest_DEPENDENCIES)
|
|
|
|
@rm -f middletest$(EXEEXT)
|
|
|
|
$(middletest_LINK) $(middletest_OBJECTS) $(middletest_LDADD) $(LIBS)
|
|
|
|
tests/staticrootstest.$(OBJEXT): tests/$(am__dirstamp)
|
|
|
|
staticrootstest$(EXEEXT): $(staticrootstest_OBJECTS) $(staticrootstest_DEPENDENCIES)
|
|
|
|
@rm -f staticrootstest$(EXEEXT)
|
|
|
|
$(staticrootstest_LINK) $(staticrootstest_OBJECTS) $(staticrootstest_LDADD) $(LIBS)
|
2002-03-17 01:35:21 +01:00
|
|
|
|
2004-06-16 09:35:00 +02:00
|
|
|
mostlyclean-compile:
|
|
|
|
-rm -f *.$(OBJEXT)
|
2010-05-06 18:20:53 +02:00
|
|
|
-rm -f tests/leak_test.$(OBJEXT)
|
|
|
|
-rm -f tests/middle.$(OBJEXT)
|
|
|
|
-rm -f tests/staticrootslib.$(OBJEXT)
|
|
|
|
-rm -f tests/staticrootslib.lo
|
|
|
|
-rm -f tests/staticrootstest.$(OBJEXT)
|
2004-06-16 09:35:00 +02:00
|
|
|
-rm -f tests/test.$(OBJEXT)
|
2002-03-17 01:35:21 +01:00
|
|
|
|
2004-06-16 09:35:00 +02:00
|
|
|
distclean-compile:
|
|
|
|
-rm -f *.tab.c
|
2002-03-17 01:35:21 +01:00
|
|
|
|
1999-04-07 10:01:42 +02:00
|
|
|
.c.o:
|
2004-06-16 09:35:00 +02:00
|
|
|
$(COMPILE) -c -o $@ $<
|
1999-04-07 10:01:42 +02:00
|
|
|
|
2000-09-30 11:54:21 +02:00
|
|
|
.c.obj:
|
2004-06-16 09:35:00 +02:00
|
|
|
$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
1999-04-07 10:01:42 +02:00
|
|
|
|
2004-06-16 09:35:00 +02:00
|
|
|
.c.lo:
|
|
|
|
$(LTCOMPILE) -c -o $@ $<
|
1999-04-07 10:01:42 +02:00
|
|
|
|
2006-01-25 20:37:26 +01:00
|
|
|
.s.o:
|
2009-08-22 15:22:20 +02:00
|
|
|
$(CCASCOMPILE) -c -o $@ $<
|
2006-01-25 20:37:26 +01:00
|
|
|
|
|
|
|
.s.obj:
|
2009-08-22 15:22:20 +02:00
|
|
|
$(CCASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
2006-01-25 20:37:26 +01:00
|
|
|
|
1999-04-26 16:15:05 +02:00
|
|
|
mostlyclean-libtool:
|
|
|
|
-rm -f *.lo
|
|
|
|
|
|
|
|
clean-libtool:
|
|
|
|
-rm -rf .libs _libs
|
2010-05-06 18:20:53 +02:00
|
|
|
-rm -rf tests/.libs tests/_libs
|
1999-04-26 16:15:05 +02:00
|
|
|
|
|
|
|
distclean-libtool:
|
2009-08-22 15:22:20 +02:00
|
|
|
-rm -f libtool config.lt
|
1999-04-26 16:15:05 +02:00
|
|
|
|
2004-08-14 01:05:36 +02:00
|
|
|
# GNU Make needs to see an explicit $(MAKE) variable in the command it
|
|
|
|
# runs to enable its job server during parallel builds. Hence the
|
|
|
|
# comments below.
|
2004-06-16 09:35:00 +02:00
|
|
|
all-multi:
|
2004-08-14 01:05:36 +02:00
|
|
|
$(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
|
2004-06-16 09:35:00 +02:00
|
|
|
install-multi:
|
2004-08-14 01:05:36 +02:00
|
|
|
$(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
|
1999-04-07 10:01:42 +02:00
|
|
|
|
2004-06-16 09:35:00 +02:00
|
|
|
mostlyclean-multi:
|
2004-08-14 01:05:36 +02:00
|
|
|
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
|
2004-06-16 09:35:00 +02:00
|
|
|
clean-multi:
|
2004-08-14 01:05:36 +02:00
|
|
|
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
|
2004-06-16 09:35:00 +02:00
|
|
|
distclean-multi:
|
2004-08-14 01:05:36 +02:00
|
|
|
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
|
2004-06-16 09:35:00 +02:00
|
|
|
maintainer-clean-multi:
|
2004-08-14 01:05:36 +02:00
|
|
|
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
|
1999-04-07 10:01:42 +02:00
|
|
|
|
2002-02-20 09:46:41 +01:00
|
|
|
# This directory's subdirectories are mostly independent; you can cd
|
|
|
|
# into them and run `make' without going through this Makefile.
|
|
|
|
# To change the values of `make' variables: instead of editing Makefiles,
|
|
|
|
# (1) if the variable is set in `config.status', edit `config.status'
|
|
|
|
# (which will cause the Makefiles to be regenerated when you run `make');
|
|
|
|
# (2) otherwise, pass the desired values on the `make' command line.
|
2004-06-16 09:35:00 +02:00
|
|
|
$(RECURSIVE_TARGETS):
|
2010-04-02 20:18:06 +02:00
|
|
|
@fail= failcom='exit 1'; \
|
2006-05-24 23:33:42 +02:00
|
|
|
for f in x $$MAKEFLAGS; do \
|
|
|
|
case $$f in \
|
|
|
|
*=* | --[!k]*);; \
|
|
|
|
*k*) failcom='fail=yes';; \
|
|
|
|
esac; \
|
|
|
|
done; \
|
2002-02-20 09:46:41 +01:00
|
|
|
dot_seen=no; \
|
|
|
|
target=`echo $@ | sed s/-recursive//`; \
|
|
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
|
|
echo "Making $$target in $$subdir"; \
|
|
|
|
if test "$$subdir" = "."; then \
|
|
|
|
dot_seen=yes; \
|
|
|
|
local_target="$$target-am"; \
|
|
|
|
else \
|
|
|
|
local_target="$$target"; \
|
|
|
|
fi; \
|
2009-08-22 15:22:20 +02:00
|
|
|
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
2006-05-24 23:33:42 +02:00
|
|
|
|| eval $$failcom; \
|
2002-02-20 09:46:41 +01:00
|
|
|
done; \
|
|
|
|
if test "$$dot_seen" = "no"; then \
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
|
|
|
fi; test -z "$$fail"
|
|
|
|
|
2009-08-22 15:22:20 +02:00
|
|
|
$(RECURSIVE_CLEAN_TARGETS):
|
2010-04-02 20:18:06 +02:00
|
|
|
@fail= failcom='exit 1'; \
|
2006-05-24 23:33:42 +02:00
|
|
|
for f in x $$MAKEFLAGS; do \
|
|
|
|
case $$f in \
|
|
|
|
*=* | --[!k]*);; \
|
|
|
|
*k*) failcom='fail=yes';; \
|
|
|
|
esac; \
|
|
|
|
done; \
|
2002-02-20 09:46:41 +01:00
|
|
|
dot_seen=no; \
|
2004-06-16 09:35:00 +02:00
|
|
|
case "$@" in \
|
|
|
|
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
|
|
|
*) list='$(SUBDIRS)' ;; \
|
|
|
|
esac; \
|
|
|
|
rev=''; for subdir in $$list; do \
|
|
|
|
if test "$$subdir" = "."; then :; else \
|
|
|
|
rev="$$subdir $$rev"; \
|
|
|
|
fi; \
|
2002-02-20 09:46:41 +01:00
|
|
|
done; \
|
2004-06-16 09:35:00 +02:00
|
|
|
rev="$$rev ."; \
|
2002-02-20 09:46:41 +01:00
|
|
|
target=`echo $@ | sed s/-recursive//`; \
|
|
|
|
for subdir in $$rev; do \
|
|
|
|
echo "Making $$target in $$subdir"; \
|
|
|
|
if test "$$subdir" = "."; then \
|
|
|
|
local_target="$$target-am"; \
|
|
|
|
else \
|
|
|
|
local_target="$$target"; \
|
|
|
|
fi; \
|
2009-08-22 15:22:20 +02:00
|
|
|
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
2006-05-24 23:33:42 +02:00
|
|
|
|| eval $$failcom; \
|
2002-02-20 09:46:41 +01:00
|
|
|
done && test -z "$$fail"
|
|
|
|
tags-recursive:
|
|
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
2009-08-22 15:22:20 +02:00
|
|
|
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
2002-02-20 09:46:41 +01:00
|
|
|
done
|
2004-06-16 09:35:00 +02:00
|
|
|
ctags-recursive:
|
|
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
2009-08-22 15:22:20 +02:00
|
|
|
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
|
2004-06-16 09:35:00 +02:00
|
|
|
done
|
2002-02-20 09:46:41 +01:00
|
|
|
|
2004-06-16 09:35:00 +02:00
|
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
|
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
|
|
unique=`for i in $$list; do \
|
|
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
|
|
done | \
|
2009-08-22 15:22:20 +02:00
|
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
2004-06-16 09:35:00 +02:00
|
|
|
mkid -fID $$unique
|
|
|
|
tags: TAGS
|
1999-04-07 10:01:42 +02:00
|
|
|
|
2004-06-16 09:35:00 +02:00
|
|
|
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|
|
|
$(TAGS_FILES) $(LISP)
|
2009-08-22 15:22:20 +02:00
|
|
|
set x; \
|
1999-04-07 10:01:42 +02:00
|
|
|
here=`pwd`; \
|
2004-06-16 09:35:00 +02:00
|
|
|
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
|
|
|
include_option=--etags-include; \
|
|
|
|
empty_fix=.; \
|
|
|
|
else \
|
|
|
|
include_option=--include; \
|
|
|
|
empty_fix=; \
|
|
|
|
fi; \
|
2002-02-20 09:46:41 +01:00
|
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
2004-06-16 09:35:00 +02:00
|
|
|
if test "$$subdir" = .; then :; else \
|
|
|
|
test ! -f $$subdir/TAGS || \
|
2009-08-22 15:22:20 +02:00
|
|
|
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
|
2004-06-16 09:35:00 +02:00
|
|
|
fi; \
|
2002-02-20 09:46:41 +01:00
|
|
|
done; \
|
2004-06-16 09:35:00 +02:00
|
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
|
|
unique=`for i in $$list; do \
|
|
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
|
|
done | \
|
2009-08-22 15:22:20 +02:00
|
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
|
|
shift; \
|
|
|
|
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
2004-06-16 09:35:00 +02:00
|
|
|
test -n "$$unique" || unique=$$empty_fix; \
|
2009-08-22 15:22:20 +02:00
|
|
|
if test $$# -gt 0; then \
|
|
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
|
|
"$$@" $$unique; \
|
|
|
|
else \
|
|
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
|
|
$$unique; \
|
|
|
|
fi; \
|
2004-06-16 09:35:00 +02:00
|
|
|
fi
|
|
|
|
ctags: CTAGS
|
|
|
|
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|
|
|
$(TAGS_FILES) $(LISP)
|
|
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
|
|
unique=`for i in $$list; do \
|
|
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
|
|
done | \
|
2009-08-22 15:22:20 +02:00
|
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
|
|
test -z "$(CTAGS_ARGS)$$unique" \
|
2004-06-16 09:35:00 +02:00
|
|
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
2009-08-22 15:22:20 +02:00
|
|
|
$$unique
|
1999-04-07 10:01:42 +02:00
|
|
|
|
2004-06-16 09:35:00 +02:00
|
|
|
GTAGS:
|
|
|
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
2009-08-22 15:22:20 +02:00
|
|
|
&& $(am__cd) $(top_srcdir) \
|
|
|
|
&& gtags -i $(GTAGS_ARGS) "$$here"
|
1999-04-07 10:01:42 +02:00
|
|
|
|
|
|
|
distclean-tags:
|
2004-06-16 09:35:00 +02:00
|
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
|
|
|
|
|
|
|
check-TESTS: $(TESTS)
|
|
|
|
@failed=0; all=0; xfail=0; xpass=0; skip=0; \
|
|
|
|
srcdir=$(srcdir); export srcdir; \
|
2009-08-22 15:22:20 +02:00
|
|
|
list=' $(TESTS) '; \
|
|
|
|
$(am__tty_colors); \
|
2004-06-16 09:35:00 +02:00
|
|
|
if test -n "$$list"; then \
|
|
|
|
for tst in $$list; do \
|
|
|
|
if test -f ./$$tst; then dir=./; \
|
|
|
|
elif test -f $$tst; then dir=; \
|
|
|
|
else dir="$(srcdir)/"; fi; \
|
|
|
|
if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
|
|
|
|
all=`expr $$all + 1`; \
|
|
|
|
case " $(XFAIL_TESTS) " in \
|
2009-08-22 15:22:20 +02:00
|
|
|
*[\ \ ]$$tst[\ \ ]*) \
|
2004-06-16 09:35:00 +02:00
|
|
|
xpass=`expr $$xpass + 1`; \
|
|
|
|
failed=`expr $$failed + 1`; \
|
2009-08-22 15:22:20 +02:00
|
|
|
col=$$red; res=XPASS; \
|
2004-06-16 09:35:00 +02:00
|
|
|
;; \
|
|
|
|
*) \
|
2009-08-22 15:22:20 +02:00
|
|
|
col=$$grn; res=PASS; \
|
2004-06-16 09:35:00 +02:00
|
|
|
;; \
|
|
|
|
esac; \
|
|
|
|
elif test $$? -ne 77; then \
|
|
|
|
all=`expr $$all + 1`; \
|
|
|
|
case " $(XFAIL_TESTS) " in \
|
2009-08-22 15:22:20 +02:00
|
|
|
*[\ \ ]$$tst[\ \ ]*) \
|
2004-06-16 09:35:00 +02:00
|
|
|
xfail=`expr $$xfail + 1`; \
|
2009-08-22 15:22:20 +02:00
|
|
|
col=$$lgn; res=XFAIL; \
|
2004-06-16 09:35:00 +02:00
|
|
|
;; \
|
|
|
|
*) \
|
|
|
|
failed=`expr $$failed + 1`; \
|
2009-08-22 15:22:20 +02:00
|
|
|
col=$$red; res=FAIL; \
|
2004-06-16 09:35:00 +02:00
|
|
|
;; \
|
|
|
|
esac; \
|
|
|
|
else \
|
|
|
|
skip=`expr $$skip + 1`; \
|
2009-08-22 15:22:20 +02:00
|
|
|
col=$$blu; res=SKIP; \
|
2004-06-16 09:35:00 +02:00
|
|
|
fi; \
|
2009-08-22 15:22:20 +02:00
|
|
|
echo "$${col}$$res$${std}: $$tst"; \
|
2004-06-16 09:35:00 +02:00
|
|
|
done; \
|
2009-08-22 15:22:20 +02:00
|
|
|
if test "$$all" -eq 1; then \
|
|
|
|
tests="test"; \
|
|
|
|
All=""; \
|
|
|
|
else \
|
|
|
|
tests="tests"; \
|
|
|
|
All="All "; \
|
|
|
|
fi; \
|
2004-06-16 09:35:00 +02:00
|
|
|
if test "$$failed" -eq 0; then \
|
|
|
|
if test "$$xfail" -eq 0; then \
|
2009-08-22 15:22:20 +02:00
|
|
|
banner="$$All$$all $$tests passed"; \
|
2004-06-16 09:35:00 +02:00
|
|
|
else \
|
2009-08-22 15:22:20 +02:00
|
|
|
if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
|
|
|
|
banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
|
2004-06-16 09:35:00 +02:00
|
|
|
fi; \
|
1999-04-07 10:01:42 +02:00
|
|
|
else \
|
2004-06-16 09:35:00 +02:00
|
|
|
if test "$$xpass" -eq 0; then \
|
2009-08-22 15:22:20 +02:00
|
|
|
banner="$$failed of $$all $$tests failed"; \
|
2004-06-16 09:35:00 +02:00
|
|
|
else \
|
2009-08-22 15:22:20 +02:00
|
|
|
if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
|
|
|
|
banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
|
2004-06-16 09:35:00 +02:00
|
|
|
fi; \
|
1999-04-07 10:01:42 +02:00
|
|
|
fi; \
|
2004-06-16 09:35:00 +02:00
|
|
|
dashes="$$banner"; \
|
|
|
|
skipped=""; \
|
|
|
|
if test "$$skip" -ne 0; then \
|
2009-08-22 15:22:20 +02:00
|
|
|
if test "$$skip" -eq 1; then \
|
|
|
|
skipped="($$skip test was not run)"; \
|
|
|
|
else \
|
|
|
|
skipped="($$skip tests were not run)"; \
|
|
|
|
fi; \
|
2004-06-16 09:35:00 +02:00
|
|
|
test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
|
|
|
|
dashes="$$skipped"; \
|
2002-02-20 09:46:41 +01:00
|
|
|
fi; \
|
2004-06-16 09:35:00 +02:00
|
|
|
report=""; \
|
|
|
|
if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
|
|
|
|
report="Please report to $(PACKAGE_BUGREPORT)"; \
|
|
|
|
test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
|
|
|
|
dashes="$$report"; \
|
1999-11-02 00:15:51 +01:00
|
|
|
fi; \
|
2004-06-16 09:35:00 +02:00
|
|
|
dashes=`echo "$$dashes" | sed s/./=/g`; \
|
2009-08-22 15:22:20 +02:00
|
|
|
if test "$$failed" -eq 0; then \
|
|
|
|
echo "$$grn$$dashes"; \
|
|
|
|
else \
|
|
|
|
echo "$$red$$dashes"; \
|
|
|
|
fi; \
|
2004-06-16 09:35:00 +02:00
|
|
|
echo "$$banner"; \
|
|
|
|
test -z "$$skipped" || echo "$$skipped"; \
|
|
|
|
test -z "$$report" || echo "$$report"; \
|
2009-08-22 15:22:20 +02:00
|
|
|
echo "$$dashes$$std"; \
|
2004-06-16 09:35:00 +02:00
|
|
|
test "$$failed" -eq 0; \
|
|
|
|
else :; fi
|
2010-05-06 18:20:53 +02:00
|
|
|
check-am: $(check_LTLIBRARIES) $(check_PROGRAMS)
|
1999-11-02 00:15:51 +01:00
|
|
|
$(MAKE) $(AM_MAKEFLAGS) check-TESTS
|
2002-02-20 09:46:41 +01:00
|
|
|
check: check-recursive
|
2004-06-16 09:35:00 +02:00
|
|
|
all-am: Makefile $(LTLIBRARIES) all-multi
|
|
|
|
installdirs: installdirs-recursive
|
|
|
|
installdirs-am:
|
|
|
|
install: install-recursive
|
2002-02-20 09:46:41 +01:00
|
|
|
install-exec: install-exec-recursive
|
|
|
|
install-data: install-data-recursive
|
2004-06-16 09:35:00 +02:00
|
|
|
uninstall: uninstall-recursive
|
1999-04-07 10:01:42 +02:00
|
|
|
|
|
|
|
install-am: all-am
|
|
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
|
|
|
2004-06-16 09:35:00 +02:00
|
|
|
installcheck: installcheck-recursive
|
|
|
|
install-strip:
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
|
|
`test -z '$(STRIP)' || \
|
|
|
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
1999-04-07 10:01:42 +02:00
|
|
|
mostlyclean-generic:
|
|
|
|
|
|
|
|
clean-generic:
|
|
|
|
|
|
|
|
distclean-generic:
|
2004-08-14 01:05:36 +02:00
|
|
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
2009-08-22 15:22:20 +02:00
|
|
|
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
2004-06-16 09:35:00 +02:00
|
|
|
-rm -f tests/$(am__dirstamp)
|
1999-04-07 10:01:42 +02:00
|
|
|
|
|
|
|
maintainer-clean-generic:
|
2004-06-16 09:35:00 +02:00
|
|
|
@echo "This command is intended for maintainers to use"
|
|
|
|
@echo "it deletes files that may require special tools to rebuild."
|
|
|
|
clean: clean-multi clean-recursive
|
1999-04-07 10:01:42 +02:00
|
|
|
|
2010-05-06 18:20:53 +02:00
|
|
|
clean-am: clean-checkLTLIBRARIES clean-checkPROGRAMS clean-generic \
|
|
|
|
clean-libtool clean-noinstLTLIBRARIES mostlyclean-am
|
1999-04-07 10:01:42 +02:00
|
|
|
|
2004-06-16 09:35:00 +02:00
|
|
|
distclean: distclean-multi distclean-recursive
|
|
|
|
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
|
|
|
-rm -f Makefile
|
|
|
|
distclean-am: clean-am distclean-compile distclean-generic \
|
|
|
|
distclean-libtool distclean-tags
|
1999-04-07 10:01:42 +02:00
|
|
|
|
2004-06-16 09:35:00 +02:00
|
|
|
dvi: dvi-recursive
|
1999-04-07 10:01:42 +02:00
|
|
|
|
2004-06-16 09:35:00 +02:00
|
|
|
dvi-am:
|
1999-04-07 10:01:42 +02:00
|
|
|
|
2004-06-16 09:35:00 +02:00
|
|
|
html: html-recursive
|
1999-04-07 10:01:42 +02:00
|
|
|
|
2009-08-22 15:22:20 +02:00
|
|
|
html-am:
|
|
|
|
|
2004-06-16 09:35:00 +02:00
|
|
|
info: info-recursive
|
1999-04-07 10:01:42 +02:00
|
|
|
|
2004-06-16 09:35:00 +02:00
|
|
|
info-am:
|
1999-04-07 10:01:42 +02:00
|
|
|
|
2004-06-16 09:35:00 +02:00
|
|
|
install-data-am:
|
1999-04-07 10:01:42 +02:00
|
|
|
|
2009-08-22 15:22:20 +02:00
|
|
|
install-dvi: install-dvi-recursive
|
|
|
|
|
|
|
|
install-dvi-am:
|
|
|
|
|
2004-06-16 09:35:00 +02:00
|
|
|
install-exec-am: install-multi
|
1999-04-07 10:01:42 +02:00
|
|
|
|
Cleanups after the update to Autoconf 2.64, Automake 1.11.
/:
* configure.ac: Remove --with-datarootdir, --with-docdir,
--with-pdfdir, --with-htmldir switches.
* configure: Regenerate.
gcc/:
* configure.ac: Remove --with-datarootdir, --with-docdir,
--with-htmldir switches. No need to call AC_SUBST for
datarootdir, docdir, htmldir any more.
* configure: Regenerate.
* doc/install.texi (Configuration): Document --datarootdir,
--docdir, --htmldir, --pdfdir; update documentation for
--infodir, --mandir.
(Prerequisites): Bump Autoconf version to 2.64, Automake to
1.11, M4 to 1.4.6.
libgfortran/:
* Makefile.am (install-html, install-pdf): Remove.
* Makefile.in: Regenerate.
libjava/classpath/:
* doc/cp-hacking.texinfo (Needed Tools and Libraries): Bump
Autoconf version to 2.64, Automake to 1.11, M4 to 1.4.6.
libjava/:
* HACKING: Use aclocal-1.11 and autoconf-2.64 in example.
* Makefile.am (install-html, install-pdf): Remove.
* Makefile.in: Regenerate.
libstdc++-v3/:
* doc/xml/manual/build_hacking.xml: Use tools from Autoconf
2.64 and Automake 1.11 in examples; update link to Autoconf
manual page about quadrigraphs.
* Makefile.am (install-html, install-pdf): Remove.
* Makefile.in: Regenerate.
libssp/:
* Makefile.am (install-html, install-pdf): Remove.
* Makefile.in: Regenerate.
boehm-gc/:
* Makefile.am (install-html, install-pdf): Remove.
* Makefile.in: Regenerate.
libmudflap/:
* Makefile.am (install-html, install-pdf): Remove.
* Makefile.in: Regenerate.
zlib/:
* Makefile.am (install-html, install-pdf, html): Remove.
* Makefile.in: Regenerate.
libffi/:
* Makefile.am (install-html, install-pdf): Remove.
* Makefile.in: Regenerate.
libgomp/:
* Makefile.am (install-html, install-pdf): Remove.
* Makefile.in: Regenerate.
From-SVN: r151015
2009-08-22 15:41:50 +02:00
|
|
|
install-html: install-html-recursive
|
|
|
|
|
2009-08-22 15:22:20 +02:00
|
|
|
install-html-am:
|
|
|
|
|
2004-06-16 09:35:00 +02:00
|
|
|
install-info: install-info-recursive
|
1999-04-07 10:01:42 +02:00
|
|
|
|
2009-08-22 15:22:20 +02:00
|
|
|
install-info-am:
|
|
|
|
|
2004-06-16 09:35:00 +02:00
|
|
|
install-man:
|
1999-04-07 10:01:42 +02:00
|
|
|
|
Cleanups after the update to Autoconf 2.64, Automake 1.11.
/:
* configure.ac: Remove --with-datarootdir, --with-docdir,
--with-pdfdir, --with-htmldir switches.
* configure: Regenerate.
gcc/:
* configure.ac: Remove --with-datarootdir, --with-docdir,
--with-htmldir switches. No need to call AC_SUBST for
datarootdir, docdir, htmldir any more.
* configure: Regenerate.
* doc/install.texi (Configuration): Document --datarootdir,
--docdir, --htmldir, --pdfdir; update documentation for
--infodir, --mandir.
(Prerequisites): Bump Autoconf version to 2.64, Automake to
1.11, M4 to 1.4.6.
libgfortran/:
* Makefile.am (install-html, install-pdf): Remove.
* Makefile.in: Regenerate.
libjava/classpath/:
* doc/cp-hacking.texinfo (Needed Tools and Libraries): Bump
Autoconf version to 2.64, Automake to 1.11, M4 to 1.4.6.
libjava/:
* HACKING: Use aclocal-1.11 and autoconf-2.64 in example.
* Makefile.am (install-html, install-pdf): Remove.
* Makefile.in: Regenerate.
libstdc++-v3/:
* doc/xml/manual/build_hacking.xml: Use tools from Autoconf
2.64 and Automake 1.11 in examples; update link to Autoconf
manual page about quadrigraphs.
* Makefile.am (install-html, install-pdf): Remove.
* Makefile.in: Regenerate.
libssp/:
* Makefile.am (install-html, install-pdf): Remove.
* Makefile.in: Regenerate.
boehm-gc/:
* Makefile.am (install-html, install-pdf): Remove.
* Makefile.in: Regenerate.
libmudflap/:
* Makefile.am (install-html, install-pdf): Remove.
* Makefile.in: Regenerate.
zlib/:
* Makefile.am (install-html, install-pdf, html): Remove.
* Makefile.in: Regenerate.
libffi/:
* Makefile.am (install-html, install-pdf): Remove.
* Makefile.in: Regenerate.
libgomp/:
* Makefile.am (install-html, install-pdf): Remove.
* Makefile.in: Regenerate.
From-SVN: r151015
2009-08-22 15:41:50 +02:00
|
|
|
install-pdf: install-pdf-recursive
|
|
|
|
|
2009-08-22 15:22:20 +02:00
|
|
|
install-pdf-am:
|
|
|
|
|
|
|
|
install-ps: install-ps-recursive
|
|
|
|
|
|
|
|
install-ps-am:
|
|
|
|
|
2004-06-16 09:35:00 +02:00
|
|
|
installcheck-am:
|
|
|
|
|
|
|
|
maintainer-clean: maintainer-clean-multi maintainer-clean-recursive
|
|
|
|
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
|
|
|
-rm -rf $(top_srcdir)/autom4te.cache
|
|
|
|
-rm -f Makefile
|
|
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
|
|
|
|
|
|
|
mostlyclean: mostlyclean-multi mostlyclean-recursive
|
|
|
|
|
|
|
|
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
|
|
|
mostlyclean-libtool
|
|
|
|
|
|
|
|
pdf: pdf-recursive
|
|
|
|
|
|
|
|
pdf-am:
|
|
|
|
|
|
|
|
ps: ps-recursive
|
|
|
|
|
|
|
|
ps-am:
|
|
|
|
|
|
|
|
uninstall-am:
|
|
|
|
|
2009-08-22 15:22:20 +02:00
|
|
|
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all-multi \
|
|
|
|
check-am clean-multi ctags-recursive distclean-multi \
|
|
|
|
install-am install-multi install-strip maintainer-clean-multi \
|
|
|
|
mostlyclean-multi tags-recursive
|
2004-06-16 09:35:00 +02:00
|
|
|
|
2009-08-22 15:22:20 +02:00
|
|
|
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
|
|
|
|
all all-am all-multi am--refresh check check-TESTS check-am \
|
2010-05-06 18:20:53 +02:00
|
|
|
clean clean-checkLTLIBRARIES clean-checkPROGRAMS clean-generic \
|
|
|
|
clean-libtool clean-multi clean-noinstLTLIBRARIES ctags \
|
|
|
|
ctags-recursive distclean distclean-compile distclean-generic \
|
2009-08-22 15:22:20 +02:00
|
|
|
distclean-libtool distclean-multi distclean-tags dvi dvi-am \
|
|
|
|
html html-am info info-am install install-am install-data \
|
|
|
|
install-data-am install-dvi install-dvi-am install-exec \
|
|
|
|
install-exec-am install-html install-html-am install-info \
|
|
|
|
install-info-am install-man install-multi install-pdf \
|
|
|
|
install-pdf-am install-ps install-ps-am install-strip \
|
|
|
|
installcheck installcheck-am installdirs installdirs-am \
|
|
|
|
maintainer-clean maintainer-clean-generic \
|
|
|
|
maintainer-clean-multi mostlyclean mostlyclean-compile \
|
|
|
|
mostlyclean-generic mostlyclean-libtool mostlyclean-multi pdf \
|
|
|
|
pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
|
2004-06-16 09:35:00 +02:00
|
|
|
|
2010-10-28 12:58:48 +02:00
|
|
|
override CFLAGS := $(filter-out $(O0_CFLAGS), $(CFLAGS)) $(O0_CFLAGS)
|
2004-06-16 09:35:00 +02:00
|
|
|
|
|
|
|
.s.lo:
|
|
|
|
$(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $<
|
2004-06-20 11:14:17 +02:00
|
|
|
.S.lo:
|
|
|
|
$(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $<
|
2006-05-24 23:33:42 +02:00
|
|
|
|
1999-04-07 10:01:42 +02:00
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
|
|
.NOEXPORT:
|