| 1 |
721 |
jeremybenn |
# Makefile.in generated by automake 1.11.1 from Makefile.am.
|
| 2 |
|
|
# @configure_input@
|
| 3 |
|
|
|
| 4 |
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
| 5 |
|
|
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
|
| 6 |
|
|
# Inc.
|
| 7 |
|
|
# This Makefile.in is free software; the Free Software Foundation
|
| 8 |
|
|
# gives unlimited permission to copy and/or distribute it,
|
| 9 |
|
|
# with or without modifications, as long as this notice is preserved.
|
| 10 |
|
|
|
| 11 |
|
|
# This program is distributed in the hope that it will be useful,
|
| 12 |
|
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
| 13 |
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
| 14 |
|
|
# PARTICULAR PURPOSE.
|
| 15 |
|
|
|
| 16 |
|
|
@SET_MAKE@
|
| 17 |
|
|
|
| 18 |
|
|
VPATH = @srcdir@
|
| 19 |
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
| 20 |
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
| 21 |
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
| 22 |
|
|
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
| 23 |
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
| 24 |
|
|
install_sh_DATA = $(install_sh) -c -m 644
|
| 25 |
|
|
install_sh_PROGRAM = $(install_sh) -c
|
| 26 |
|
|
install_sh_SCRIPT = $(install_sh) -c
|
| 27 |
|
|
INSTALL_HEADER = $(INSTALL_DATA)
|
| 28 |
|
|
transform = $(program_transform_name)
|
| 29 |
|
|
NORMAL_INSTALL = :
|
| 30 |
|
|
PRE_INSTALL = :
|
| 31 |
|
|
POST_INSTALL = :
|
| 32 |
|
|
NORMAL_UNINSTALL = :
|
| 33 |
|
|
PRE_UNINSTALL = :
|
| 34 |
|
|
POST_UNINSTALL = :
|
| 35 |
|
|
build_triplet = @build@
|
| 36 |
|
|
host_triplet = @host@
|
| 37 |
|
|
target_triplet = @target@
|
| 38 |
|
|
subdir = .
|
| 39 |
|
|
DIST_COMMON = $(am__configure_deps) $(srcdir)/../compile \
|
| 40 |
|
|
$(srcdir)/../config.guess $(srcdir)/../config.sub \
|
| 41 |
|
|
$(srcdir)/../depcomp $(srcdir)/../install-sh \
|
| 42 |
|
|
$(srcdir)/../ltmain.sh $(srcdir)/../missing \
|
| 43 |
|
|
$(srcdir)/../mkinstalldirs $(srcdir)/Makefile.am \
|
| 44 |
|
|
$(srcdir)/Makefile.in $(srcdir)/threads.mk.in \
|
| 45 |
|
|
$(top_srcdir)/configure ChangeLog depcomp
|
| 46 |
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
| 47 |
|
|
am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
|
| 48 |
|
|
$(top_srcdir)/../config/depstand.m4 \
|
| 49 |
|
|
$(top_srcdir)/../config/lead-dot.m4 \
|
| 50 |
|
|
$(top_srcdir)/../config/multi.m4 \
|
| 51 |
|
|
$(top_srcdir)/../config/no-executables.m4 \
|
| 52 |
|
|
$(top_srcdir)/../config/override.m4 \
|
| 53 |
|
|
$(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
|
| 54 |
|
|
$(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
|
| 55 |
|
|
$(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.ac
|
| 56 |
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
| 57 |
|
|
$(ACLOCAL_M4)
|
| 58 |
|
|
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
| 59 |
|
|
configure.lineno config.status.lineno
|
| 60 |
|
|
CONFIG_HEADER = $(top_builddir)/include/gc_config.h \
|
| 61 |
|
|
$(top_builddir)/include/gc_ext_config.h
|
| 62 |
|
|
CONFIG_CLEAN_FILES = threads.mk
|
| 63 |
|
|
CONFIG_CLEAN_VPATH_FILES =
|
| 64 |
|
|
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
| 65 |
|
|
am__DEPENDENCIES_1 =
|
| 66 |
|
|
am__libgcjgc_la_SOURCES_DIST = allchblk.c alloc.c blacklst.c \
|
| 67 |
|
|
checksums.c dbg_mlc.c dyn_load.c finalize.c gc_dlopen.c \
|
| 68 |
|
|
gcj_mlc.c headers.c malloc.c mallocx.c mark.c mark_rts.c \
|
| 69 |
|
|
misc.c new_hblk.c obj_map.c os_dep.c pcr_interface.c \
|
| 70 |
|
|
ptr_chck.c real_malloc.c reclaim.c specific.c stubborn.c \
|
| 71 |
|
|
typd_mlc.c backgraph.c win32_threads.c pthread_support.c \
|
| 72 |
|
|
pthread_stop_world.c darwin_stop_world.c \
|
| 73 |
|
|
powerpc_darwin_mach_dep.s
|
| 74 |
|
|
@POWERPC_DARWIN_TRUE@am__objects_1 = powerpc_darwin_mach_dep.lo
|
| 75 |
|
|
am_libgcjgc_la_OBJECTS = allchblk.lo alloc.lo blacklst.lo checksums.lo \
|
| 76 |
|
|
dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo \
|
| 77 |
|
|
headers.lo malloc.lo mallocx.lo mark.lo mark_rts.lo misc.lo \
|
| 78 |
|
|
new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo ptr_chck.lo \
|
| 79 |
|
|
real_malloc.lo reclaim.lo specific.lo stubborn.lo typd_mlc.lo \
|
| 80 |
|
|
backgraph.lo win32_threads.lo pthread_support.lo \
|
| 81 |
|
|
pthread_stop_world.lo darwin_stop_world.lo $(am__objects_1)
|
| 82 |
|
|
libgcjgc_la_OBJECTS = $(am_libgcjgc_la_OBJECTS)
|
| 83 |
|
|
am__libgcjgc_convenience_la_SOURCES_DIST = allchblk.c alloc.c \
|
| 84 |
|
|
blacklst.c checksums.c dbg_mlc.c dyn_load.c finalize.c \
|
| 85 |
|
|
gc_dlopen.c gcj_mlc.c headers.c malloc.c mallocx.c mark.c \
|
| 86 |
|
|
mark_rts.c misc.c new_hblk.c obj_map.c os_dep.c \
|
| 87 |
|
|
pcr_interface.c ptr_chck.c real_malloc.c reclaim.c specific.c \
|
| 88 |
|
|
stubborn.c typd_mlc.c backgraph.c win32_threads.c \
|
| 89 |
|
|
pthread_support.c pthread_stop_world.c darwin_stop_world.c \
|
| 90 |
|
|
powerpc_darwin_mach_dep.s
|
| 91 |
|
|
am__objects_2 = allchblk.lo alloc.lo blacklst.lo checksums.lo \
|
| 92 |
|
|
dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo \
|
| 93 |
|
|
headers.lo malloc.lo mallocx.lo mark.lo mark_rts.lo misc.lo \
|
| 94 |
|
|
new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo ptr_chck.lo \
|
| 95 |
|
|
real_malloc.lo reclaim.lo specific.lo stubborn.lo typd_mlc.lo \
|
| 96 |
|
|
backgraph.lo win32_threads.lo pthread_support.lo \
|
| 97 |
|
|
pthread_stop_world.lo darwin_stop_world.lo $(am__objects_1)
|
| 98 |
|
|
am_libgcjgc_convenience_la_OBJECTS = $(am__objects_2)
|
| 99 |
|
|
libgcjgc_convenience_la_OBJECTS = \
|
| 100 |
|
|
$(am_libgcjgc_convenience_la_OBJECTS)
|
| 101 |
|
|
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
|
| 102 |
|
|
depcomp = $(SHELL) $(top_srcdir)/../depcomp
|
| 103 |
|
|
am__depfiles_maybe = depfiles
|
| 104 |
|
|
am__mv = mv -f
|
| 105 |
|
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
| 106 |
|
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
| 107 |
|
|
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
| 108 |
|
|
--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
| 109 |
|
|
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
| 110 |
|
|
CCLD = $(CC)
|
| 111 |
|
|
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
| 112 |
|
|
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
|
| 113 |
|
|
$(LDFLAGS) -o $@
|
| 114 |
|
|
CCASCOMPILE = $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)
|
| 115 |
|
|
LTCCASCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
| 116 |
|
|
--mode=compile $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)
|
| 117 |
|
|
SOURCES = $(libgcjgc_la_SOURCES) $(libgcjgc_convenience_la_SOURCES)
|
| 118 |
|
|
DIST_SOURCES = $(am__libgcjgc_la_SOURCES_DIST) \
|
| 119 |
|
|
$(am__libgcjgc_convenience_la_SOURCES_DIST)
|
| 120 |
|
|
MULTISRCTOP =
|
| 121 |
|
|
MULTIBUILDTOP =
|
| 122 |
|
|
MULTIDIRS =
|
| 123 |
|
|
MULTISUBDIR =
|
| 124 |
|
|
MULTIDO = true
|
| 125 |
|
|
MULTICLEAN = true
|
| 126 |
|
|
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
| 127 |
|
|
html-recursive info-recursive install-data-recursive \
|
| 128 |
|
|
install-dvi-recursive install-exec-recursive \
|
| 129 |
|
|
install-html-recursive install-info-recursive \
|
| 130 |
|
|
install-pdf-recursive install-ps-recursive install-recursive \
|
| 131 |
|
|
installcheck-recursive installdirs-recursive pdf-recursive \
|
| 132 |
|
|
ps-recursive uninstall-recursive
|
| 133 |
|
|
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
| 134 |
|
|
distclean-recursive maintainer-clean-recursive
|
| 135 |
|
|
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
|
| 136 |
|
|
$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
|
| 137 |
|
|
distdir dist dist-all distcheck
|
| 138 |
|
|
ETAGS = etags
|
| 139 |
|
|
CTAGS = ctags
|
| 140 |
|
|
DIST_SUBDIRS = $(SUBDIRS)
|
| 141 |
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
| 142 |
|
|
distdir = $(PACKAGE)-$(VERSION)
|
| 143 |
|
|
top_distdir = $(distdir)
|
| 144 |
|
|
am__remove_distdir = \
|
| 145 |
|
|
{ test ! -d "$(distdir)" \
|
| 146 |
|
|
|| { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
|
| 147 |
|
|
&& rm -fr "$(distdir)"; }; }
|
| 148 |
|
|
am__relativize = \
|
| 149 |
|
|
dir0=`pwd`; \
|
| 150 |
|
|
sed_first='s,^\([^/]*\)/.*$$,\1,'; \
|
| 151 |
|
|
sed_rest='s,^[^/]*/*,,'; \
|
| 152 |
|
|
sed_last='s,^.*/\([^/]*\)$$,\1,'; \
|
| 153 |
|
|
sed_butlast='s,/*[^/]*$$,,'; \
|
| 154 |
|
|
while test -n "$$dir1"; do \
|
| 155 |
|
|
first=`echo "$$dir1" | sed -e "$$sed_first"`; \
|
| 156 |
|
|
if test "$$first" != "."; then \
|
| 157 |
|
|
if test "$$first" = ".."; then \
|
| 158 |
|
|
dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
|
| 159 |
|
|
dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
|
| 160 |
|
|
else \
|
| 161 |
|
|
first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
|
| 162 |
|
|
if test "$$first2" = "$$first"; then \
|
| 163 |
|
|
dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
|
| 164 |
|
|
else \
|
| 165 |
|
|
dir2="../$$dir2"; \
|
| 166 |
|
|
fi; \
|
| 167 |
|
|
dir0="$$dir0"/"$$first"; \
|
| 168 |
|
|
fi; \
|
| 169 |
|
|
fi; \
|
| 170 |
|
|
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
|
| 171 |
|
|
done; \
|
| 172 |
|
|
reldir="$$dir2"
|
| 173 |
|
|
DIST_ARCHIVES = $(distdir).tar.gz
|
| 174 |
|
|
GZIP_ENV = --best
|
| 175 |
|
|
distuninstallcheck_listfiles = find . -type f -print
|
| 176 |
|
|
distcleancheck_listfiles = find . -type f -print
|
| 177 |
|
|
ACLOCAL = @ACLOCAL@
|
| 178 |
|
|
AMTAR = @AMTAR@
|
| 179 |
|
|
AM_CPPFLAGS = @AM_CPPFLAGS@
|
| 180 |
|
|
AR = @AR@
|
| 181 |
|
|
AS = @AS@
|
| 182 |
|
|
AUTOCONF = @AUTOCONF@
|
| 183 |
|
|
AUTOHEADER = @AUTOHEADER@
|
| 184 |
|
|
AUTOMAKE = @AUTOMAKE@
|
| 185 |
|
|
AWK = @AWK@
|
| 186 |
|
|
CC = @CC@
|
| 187 |
|
|
CCAS = @CCAS@
|
| 188 |
|
|
CCASFLAGS = @CCASFLAGS@
|
| 189 |
|
|
CCDEPMODE = @CCDEPMODE@
|
| 190 |
|
|
CFLAGS = @CFLAGS@
|
| 191 |
|
|
CPP = @CPP@
|
| 192 |
|
|
CPPFLAGS = @CPPFLAGS@
|
| 193 |
|
|
CXX = @CXX@
|
| 194 |
|
|
CXXCPP = @CXXCPP@
|
| 195 |
|
|
CXXDEPMODE = @CXXDEPMODE@
|
| 196 |
|
|
CXXFLAGS = @CXXFLAGS@
|
| 197 |
|
|
CYGPATH_W = @CYGPATH_W@
|
| 198 |
|
|
DEFS = @DEFS@
|
| 199 |
|
|
DEPDIR = @DEPDIR@
|
| 200 |
|
|
DSYMUTIL = @DSYMUTIL@
|
| 201 |
|
|
DUMPBIN = @DUMPBIN@
|
| 202 |
|
|
ECHO_C = @ECHO_C@
|
| 203 |
|
|
ECHO_N = @ECHO_N@
|
| 204 |
|
|
ECHO_T = @ECHO_T@
|
| 205 |
|
|
EGREP = @EGREP@
|
| 206 |
|
|
EXEEXT = @EXEEXT@
|
| 207 |
|
|
EXTRA_TEST_LIBS = @EXTRA_TEST_LIBS@
|
| 208 |
|
|
FGREP = @FGREP@
|
| 209 |
|
|
GC_CFLAGS = @GC_CFLAGS@
|
| 210 |
|
|
GREP = @GREP@
|
| 211 |
|
|
INSTALL = @INSTALL@
|
| 212 |
|
|
INSTALL_DATA = @INSTALL_DATA@
|
| 213 |
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
| 214 |
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
| 215 |
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
| 216 |
|
|
LD = @LD@
|
| 217 |
|
|
LDFLAGS = @LDFLAGS@
|
| 218 |
|
|
LIBOBJS = @LIBOBJS@
|
| 219 |
|
|
LIBS = @LIBS@
|
| 220 |
|
|
LIBTOOL = @LIBTOOL@
|
| 221 |
|
|
LIPO = @LIPO@
|
| 222 |
|
|
LN_S = @LN_S@
|
| 223 |
|
|
LTLIBOBJS = @LTLIBOBJS@
|
| 224 |
|
|
MAINT = @MAINT@
|
| 225 |
|
|
MAKEINFO = @MAKEINFO@
|
| 226 |
|
|
MKDIR_P = @MKDIR_P@
|
| 227 |
|
|
NM = @NM@
|
| 228 |
|
|
NMEDIT = @NMEDIT@
|
| 229 |
|
|
O0_CFLAGS = @O0_CFLAGS@
|
| 230 |
|
|
OBJDUMP = @OBJDUMP@
|
| 231 |
|
|
OBJEXT = @OBJEXT@
|
| 232 |
|
|
OTOOL = @OTOOL@
|
| 233 |
|
|
OTOOL64 = @OTOOL64@
|
| 234 |
|
|
PACKAGE = @PACKAGE@
|
| 235 |
|
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
| 236 |
|
|
PACKAGE_NAME = @PACKAGE_NAME@
|
| 237 |
|
|
PACKAGE_STRING = @PACKAGE_STRING@
|
| 238 |
|
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
| 239 |
|
|
PACKAGE_URL = @PACKAGE_URL@
|
| 240 |
|
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
| 241 |
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
| 242 |
|
|
RANLIB = @RANLIB@
|
| 243 |
|
|
SED = @SED@
|
| 244 |
|
|
SET_MAKE = @SET_MAKE@
|
| 245 |
|
|
SHELL = @SHELL@
|
| 246 |
|
|
STRIP = @STRIP@
|
| 247 |
|
|
THREADCFLAGS = @THREADCFLAGS@
|
| 248 |
|
|
THREADLIBS = @THREADLIBS@
|
| 249 |
|
|
VERSION = @VERSION@
|
| 250 |
|
|
abs_builddir = @abs_builddir@
|
| 251 |
|
|
abs_srcdir = @abs_srcdir@
|
| 252 |
|
|
abs_top_builddir = @abs_top_builddir@
|
| 253 |
|
|
abs_top_srcdir = @abs_top_srcdir@
|
| 254 |
|
|
ac_ct_CC = @ac_ct_CC@
|
| 255 |
|
|
ac_ct_CXX = @ac_ct_CXX@
|
| 256 |
|
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
| 257 |
|
|
addincludes = @addincludes@
|
| 258 |
|
|
addlibs = @addlibs@
|
| 259 |
|
|
addobjs = @addobjs@
|
| 260 |
|
|
addtests = @addtests@
|
| 261 |
|
|
am__include = @am__include@
|
| 262 |
|
|
am__leading_dot = @am__leading_dot@
|
| 263 |
|
|
am__quote = @am__quote@
|
| 264 |
|
|
am__tar = @am__tar@
|
| 265 |
|
|
am__untar = @am__untar@
|
| 266 |
|
|
bindir = @bindir@
|
| 267 |
|
|
build = @build@
|
| 268 |
|
|
build_alias = @build_alias@
|
| 269 |
|
|
build_cpu = @build_cpu@
|
| 270 |
|
|
build_os = @build_os@
|
| 271 |
|
|
build_vendor = @build_vendor@
|
| 272 |
|
|
builddir = @builddir@
|
| 273 |
|
|
datadir = @datadir@
|
| 274 |
|
|
datarootdir = @datarootdir@
|
| 275 |
|
|
docdir = @docdir@
|
| 276 |
|
|
dvidir = @dvidir@
|
| 277 |
|
|
exec_prefix = @exec_prefix@
|
| 278 |
|
|
extra_ldflags_libgc = @extra_ldflags_libgc@
|
| 279 |
|
|
host = @host@
|
| 280 |
|
|
host_alias = @host_alias@
|
| 281 |
|
|
host_cpu = @host_cpu@
|
| 282 |
|
|
host_os = @host_os@
|
| 283 |
|
|
host_vendor = @host_vendor@
|
| 284 |
|
|
htmldir = @htmldir@
|
| 285 |
|
|
includedir = @includedir@
|
| 286 |
|
|
infodir = @infodir@
|
| 287 |
|
|
install_sh = @install_sh@
|
| 288 |
|
|
libdir = @libdir@
|
| 289 |
|
|
libexecdir = @libexecdir@
|
| 290 |
|
|
localedir = @localedir@
|
| 291 |
|
|
localstatedir = @localstatedir@
|
| 292 |
|
|
mandir = @mandir@
|
| 293 |
|
|
mkdir_p = @mkdir_p@
|
| 294 |
|
|
mkinstalldirs = @mkinstalldirs@
|
| 295 |
|
|
multi_basedir = @multi_basedir@
|
| 296 |
|
|
oldincludedir = @oldincludedir@
|
| 297 |
|
|
pdfdir = @pdfdir@
|
| 298 |
|
|
prefix = @prefix@
|
| 299 |
|
|
program_transform_name = @program_transform_name@
|
| 300 |
|
|
psdir = @psdir@
|
| 301 |
|
|
sbindir = @sbindir@
|
| 302 |
|
|
sharedstatedir = @sharedstatedir@
|
| 303 |
|
|
srcdir = @srcdir@
|
| 304 |
|
|
sysconfdir = @sysconfdir@
|
| 305 |
|
|
target = @target@
|
| 306 |
|
|
target_alias = @target_alias@
|
| 307 |
|
|
target_all = @target_all@
|
| 308 |
|
|
target_cpu = @target_cpu@
|
| 309 |
|
|
target_noncanonical = @target_noncanonical@
|
| 310 |
|
|
target_os = @target_os@
|
| 311 |
|
|
target_vendor = @target_vendor@
|
| 312 |
|
|
toolexecdir = @toolexecdir@
|
| 313 |
|
|
toolexeclibdir = @toolexeclibdir@
|
| 314 |
|
|
top_build_prefix = @top_build_prefix@
|
| 315 |
|
|
top_builddir = @top_builddir@
|
| 316 |
|
|
top_srcdir = @top_srcdir@
|
| 317 |
|
|
AUTOMAKE_OPTIONS = foreign subdir-objects
|
| 318 |
|
|
ACLOCAL_AMFLAGS = -I .. -I ../config
|
| 319 |
|
|
SUBDIRS = include testsuite
|
| 320 |
|
|
noinst_LTLIBRARIES = libgcjgc.la libgcjgc_convenience.la
|
| 321 |
|
|
@POWERPC_DARWIN_FALSE@asm_libgcjgc_sources =
|
| 322 |
|
|
@POWERPC_DARWIN_TRUE@asm_libgcjgc_sources = powerpc_darwin_mach_dep.s
|
| 323 |
|
|
libgcjgc_la_SOURCES = allchblk.c alloc.c blacklst.c checksums.c dbg_mlc.c \
|
| 324 |
|
|
dyn_load.c finalize.c gc_dlopen.c gcj_mlc.c headers.c \
|
| 325 |
|
|
malloc.c mallocx.c mark.c mark_rts.c misc.c new_hblk.c \
|
| 326 |
|
|
obj_map.c os_dep.c pcr_interface.c ptr_chck.c real_malloc.c reclaim.c \
|
| 327 |
|
|
specific.c stubborn.c typd_mlc.c \
|
| 328 |
|
|
backgraph.c win32_threads.c \
|
| 329 |
|
|
pthread_support.c pthread_stop_world.c darwin_stop_world.c \
|
| 330 |
|
|
$(asm_libgcjgc_sources)
|
| 331 |
|
|
|
| 332 |
|
|
libgcjgc_convenience_la_SOURCES = $(libgcjgc_la_SOURCES)
|
| 333 |
|
|
EXTRA_DIST = alpha_mach_dep.S \
|
| 334 |
|
|
mips_sgi_mach_dep.s mips_ultrix_mach_dep.s powerpc_darwin_mach_dep.s \
|
| 335 |
|
|
rs6000_mach_dep.s sparc_mach_dep.S sparc_netbsd_mach_dep.s \
|
| 336 |
|
|
sparc_sunos4_mach_dep.s ia64_save_regs_in_stack.s
|
| 337 |
|
|
|
| 338 |
|
|
|
| 339 |
|
|
# Include THREADLIBS here to ensure that the correct versions of
|
| 340 |
|
|
# linuxthread semaphore functions get linked:
|
| 341 |
|
|
libgcjgc_la_LIBADD = $(addobjs) $(THREADLIBS)
|
| 342 |
|
|
libgcjgc_la_DEPENDENCIES = $(addobjs)
|
| 343 |
|
|
libgcjgc_la_LDFLAGS = $(extra_ldflags_libgc) -version-info 1:2:0 -rpath $(toolexeclibdir)
|
| 344 |
|
|
libgcjgc_la_LINK = $(LINK) $(libgcjgc_la_LDFLAGS)
|
| 345 |
|
|
libgcjgc_convenience_la_LIBADD = $(addobjs)
|
| 346 |
|
|
libgcjgc_convenience_la_DEPENDENCIES = $(addobjs)
|
| 347 |
|
|
AM_CXXFLAGS = $(GC_CFLAGS) $(THREADCFLAGS)
|
| 348 |
|
|
AM_CFLAGS = $(GC_CFLAGS) $(THREADCFLAGS)
|
| 349 |
|
|
AM_LDFLAGS = $(shell $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
|
| 350 |
|
|
|
| 351 |
|
|
# Work around what appears to be a GNU make bug handling MAKEFLAGS
|
| 352 |
|
|
# values defined in terms of make variables, as is the case for CC and
|
| 353 |
|
|
# friends when we are called from the top level Makefile.
|
| 354 |
|
|
AM_MAKEFLAGS = \
|
| 355 |
|
|
"AR_FLAGS=$(AR_FLAGS)" \
|
| 356 |
|
|
"CC_FOR_BUILD=$(CC_FOR_BUILD)" \
|
| 357 |
|
|
"CFLAGS=$(CFLAGS)" \
|
| 358 |
|
|
"CXXFLAGS=$(CXXFLAGS)" \
|
| 359 |
|
|
"CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
|
| 360 |
|
|
"CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
|
| 361 |
|
|
"INSTALL=$(INSTALL)" \
|
| 362 |
|
|
"INSTALL_DATA=$(INSTALL_DATA)" \
|
| 363 |
|
|
"INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
|
| 364 |
|
|
"INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
|
| 365 |
|
|
"LDFLAGS=$(LDFLAGS)" \
|
| 366 |
|
|
"LIBCFLAGS=$(LIBCFLAGS)" \
|
| 367 |
|
|
"LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
|
| 368 |
|
|
"MAKE=$(MAKE)" \
|
| 369 |
|
|
"MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
|
| 370 |
|
|
"PICFLAG=$(PICFLAG)" \
|
| 371 |
|
|
"PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
|
| 372 |
|
|
"SHELL=$(SHELL)" \
|
| 373 |
|
|
"EXPECT=$(EXPECT)" \
|
| 374 |
|
|
"RUNTEST=$(RUNTEST)" \
|
| 375 |
|
|
"RUNTESTFLAGS=$(RUNTESTFLAGS)" \
|
| 376 |
|
|
"exec_prefix=$(exec_prefix)" \
|
| 377 |
|
|
"infodir=$(infodir)" \
|
| 378 |
|
|
"libdir=$(libdir)" \
|
| 379 |
|
|
"prefix=$(prefix)" \
|
| 380 |
|
|
"tooldir=$(tooldir)" \
|
| 381 |
|
|
"AR=$(AR)" \
|
| 382 |
|
|
"AS=$(AS)" \
|
| 383 |
|
|
"CC=$(CC)" \
|
| 384 |
|
|
"CXX=$(CXX)" \
|
| 385 |
|
|
"LD=$(LD)" \
|
| 386 |
|
|
"LIBCFLAGS=$(LIBCFLAGS)" \
|
| 387 |
|
|
"NM=$(NM)" \
|
| 388 |
|
|
"PICFLAG=$(PICFLAG)" \
|
| 389 |
|
|
"RANLIB=$(RANLIB)" \
|
| 390 |
|
|
"DESTDIR=$(DESTDIR)"
|
| 391 |
|
|
|
| 392 |
|
|
CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.host
|
| 393 |
|
|
MAKEOVERRIDES =
|
| 394 |
|
|
all: all-recursive
|
| 395 |
|
|
|
| 396 |
|
|
.SUFFIXES:
|
| 397 |
|
|
.SUFFIXES: .S .c .lo .o .obj .s
|
| 398 |
|
|
am--refresh:
|
| 399 |
|
|
@:
|
| 400 |
|
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
| 401 |
|
|
@for dep in $?; do \
|
| 402 |
|
|
case '$(am__configure_deps)' in \
|
| 403 |
|
|
*$$dep*) \
|
| 404 |
|
|
echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
|
| 405 |
|
|
$(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
|
| 406 |
|
|
&& exit 0; \
|
| 407 |
|
|
exit 1;; \
|
| 408 |
|
|
esac; \
|
| 409 |
|
|
done; \
|
| 410 |
|
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
|
| 411 |
|
|
$(am__cd) $(top_srcdir) && \
|
| 412 |
|
|
$(AUTOMAKE) --foreign Makefile
|
| 413 |
|
|
.PRECIOUS: Makefile
|
| 414 |
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
| 415 |
|
|
@case '$?' in \
|
| 416 |
|
|
*config.status*) \
|
| 417 |
|
|
echo ' $(SHELL) ./config.status'; \
|
| 418 |
|
|
$(SHELL) ./config.status;; \
|
| 419 |
|
|
*) \
|
| 420 |
|
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
|
| 421 |
|
|
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
|
| 422 |
|
|
esac;
|
| 423 |
|
|
|
| 424 |
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
| 425 |
|
|
$(SHELL) ./config.status --recheck
|
| 426 |
|
|
|
| 427 |
|
|
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
| 428 |
|
|
$(am__cd) $(srcdir) && $(AUTOCONF)
|
| 429 |
|
|
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
| 430 |
|
|
$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
| 431 |
|
|
$(am__aclocal_m4_deps):
|
| 432 |
|
|
threads.mk: $(top_builddir)/config.status $(srcdir)/threads.mk.in
|
| 433 |
|
|
cd $(top_builddir) && $(SHELL) ./config.status $@
|
| 434 |
|
|
|
| 435 |
|
|
clean-noinstLTLIBRARIES:
|
| 436 |
|
|
-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
|
| 437 |
|
|
@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
|
| 438 |
|
|
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
|
| 439 |
|
|
test "$$dir" != "$$p" || dir=.; \
|
| 440 |
|
|
echo "rm -f \"$${dir}/so_locations\""; \
|
| 441 |
|
|
rm -f "$${dir}/so_locations"; \
|
| 442 |
|
|
done
|
| 443 |
|
|
libgcjgc.la: $(libgcjgc_la_OBJECTS) $(libgcjgc_la_DEPENDENCIES)
|
| 444 |
|
|
$(libgcjgc_la_LINK) $(libgcjgc_la_OBJECTS) $(libgcjgc_la_LIBADD) $(LIBS)
|
| 445 |
|
|
libgcjgc_convenience.la: $(libgcjgc_convenience_la_OBJECTS) $(libgcjgc_convenience_la_DEPENDENCIES)
|
| 446 |
|
|
$(LINK) $(libgcjgc_convenience_la_OBJECTS) $(libgcjgc_convenience_la_LIBADD) $(LIBS)
|
| 447 |
|
|
|
| 448 |
|
|
mostlyclean-compile:
|
| 449 |
|
|
-rm -f *.$(OBJEXT)
|
| 450 |
|
|
|
| 451 |
|
|
distclean-compile:
|
| 452 |
|
|
-rm -f *.tab.c
|
| 453 |
|
|
|
| 454 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/allchblk.Plo@am__quote@
|
| 455 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc.Plo@am__quote@
|
| 456 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/backgraph.Plo@am__quote@
|
| 457 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/blacklst.Plo@am__quote@
|
| 458 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/checksums.Plo@am__quote@
|
| 459 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/darwin_stop_world.Plo@am__quote@
|
| 460 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbg_mlc.Plo@am__quote@
|
| 461 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dyn_load.Plo@am__quote@
|
| 462 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/finalize.Plo@am__quote@
|
| 463 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gc_dlopen.Plo@am__quote@
|
| 464 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gcj_mlc.Plo@am__quote@
|
| 465 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/headers.Plo@am__quote@
|
| 466 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloc.Plo@am__quote@
|
| 467 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mallocx.Plo@am__quote@
|
| 468 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mark.Plo@am__quote@
|
| 469 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mark_rts.Plo@am__quote@
|
| 470 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Plo@am__quote@
|
| 471 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/new_hblk.Plo@am__quote@
|
| 472 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obj_map.Plo@am__quote@
|
| 473 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_dep.Plo@am__quote@
|
| 474 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcr_interface.Plo@am__quote@
|
| 475 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pthread_stop_world.Plo@am__quote@
|
| 476 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pthread_support.Plo@am__quote@
|
| 477 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ptr_chck.Plo@am__quote@
|
| 478 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/real_malloc.Plo@am__quote@
|
| 479 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reclaim.Plo@am__quote@
|
| 480 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/specific.Plo@am__quote@
|
| 481 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stubborn.Plo@am__quote@
|
| 482 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/typd_mlc.Plo@am__quote@
|
| 483 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/win32_threads.Plo@am__quote@
|
| 484 |
|
|
|
| 485 |
|
|
.c.o:
|
| 486 |
|
|
@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
|
| 487 |
|
|
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
|
| 488 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
|
| 489 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
| 490 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
| 491 |
|
|
@am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ $<
|
| 492 |
|
|
|
| 493 |
|
|
.c.obj:
|
| 494 |
|
|
@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
|
| 495 |
|
|
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
|
| 496 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
|
| 497 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
| 498 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
| 499 |
|
|
@am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
| 500 |
|
|
|
| 501 |
|
|
.c.lo:
|
| 502 |
|
|
@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
|
| 503 |
|
|
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
|
| 504 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
|
| 505 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
| 506 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
| 507 |
|
|
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
|
| 508 |
|
|
|
| 509 |
|
|
.s.o:
|
| 510 |
|
|
$(CCASCOMPILE) -c -o $@ $<
|
| 511 |
|
|
|
| 512 |
|
|
.s.obj:
|
| 513 |
|
|
$(CCASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
| 514 |
|
|
|
| 515 |
|
|
mostlyclean-libtool:
|
| 516 |
|
|
-rm -f *.lo
|
| 517 |
|
|
|
| 518 |
|
|
clean-libtool:
|
| 519 |
|
|
-rm -rf .libs _libs
|
| 520 |
|
|
|
| 521 |
|
|
distclean-libtool:
|
| 522 |
|
|
-rm -f libtool config.lt
|
| 523 |
|
|
|
| 524 |
|
|
# GNU Make needs to see an explicit $(MAKE) variable in the command it
|
| 525 |
|
|
# runs to enable its job server during parallel builds. Hence the
|
| 526 |
|
|
# comments below.
|
| 527 |
|
|
all-multi:
|
| 528 |
|
|
$(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
|
| 529 |
|
|
install-multi:
|
| 530 |
|
|
$(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
|
| 531 |
|
|
|
| 532 |
|
|
mostlyclean-multi:
|
| 533 |
|
|
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
|
| 534 |
|
|
clean-multi:
|
| 535 |
|
|
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
|
| 536 |
|
|
distclean-multi:
|
| 537 |
|
|
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
|
| 538 |
|
|
maintainer-clean-multi:
|
| 539 |
|
|
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
|
| 540 |
|
|
|
| 541 |
|
|
# This directory's subdirectories are mostly independent; you can cd
|
| 542 |
|
|
# into them and run `make' without going through this Makefile.
|
| 543 |
|
|
# To change the values of `make' variables: instead of editing Makefiles,
|
| 544 |
|
|
# (1) if the variable is set in `config.status', edit `config.status'
|
| 545 |
|
|
# (which will cause the Makefiles to be regenerated when you run `make');
|
| 546 |
|
|
# (2) otherwise, pass the desired values on the `make' command line.
|
| 547 |
|
|
$(RECURSIVE_TARGETS):
|
| 548 |
|
|
@fail= failcom='exit 1'; \
|
| 549 |
|
|
for f in x $$MAKEFLAGS; do \
|
| 550 |
|
|
case $$f in \
|
| 551 |
|
|
*=* | --[!k]*);; \
|
| 552 |
|
|
*k*) failcom='fail=yes';; \
|
| 553 |
|
|
esac; \
|
| 554 |
|
|
done; \
|
| 555 |
|
|
dot_seen=no; \
|
| 556 |
|
|
target=`echo $@ | sed s/-recursive//`; \
|
| 557 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
| 558 |
|
|
echo "Making $$target in $$subdir"; \
|
| 559 |
|
|
if test "$$subdir" = "."; then \
|
| 560 |
|
|
dot_seen=yes; \
|
| 561 |
|
|
local_target="$$target-am"; \
|
| 562 |
|
|
else \
|
| 563 |
|
|
local_target="$$target"; \
|
| 564 |
|
|
fi; \
|
| 565 |
|
|
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
| 566 |
|
|
|| eval $$failcom; \
|
| 567 |
|
|
done; \
|
| 568 |
|
|
if test "$$dot_seen" = "no"; then \
|
| 569 |
|
|
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
| 570 |
|
|
fi; test -z "$$fail"
|
| 571 |
|
|
|
| 572 |
|
|
$(RECURSIVE_CLEAN_TARGETS):
|
| 573 |
|
|
@fail= failcom='exit 1'; \
|
| 574 |
|
|
for f in x $$MAKEFLAGS; do \
|
| 575 |
|
|
case $$f in \
|
| 576 |
|
|
*=* | --[!k]*);; \
|
| 577 |
|
|
*k*) failcom='fail=yes';; \
|
| 578 |
|
|
esac; \
|
| 579 |
|
|
done; \
|
| 580 |
|
|
dot_seen=no; \
|
| 581 |
|
|
case "$@" in \
|
| 582 |
|
|
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
| 583 |
|
|
*) list='$(SUBDIRS)' ;; \
|
| 584 |
|
|
esac; \
|
| 585 |
|
|
rev=''; for subdir in $$list; do \
|
| 586 |
|
|
if test "$$subdir" = "."; then :; else \
|
| 587 |
|
|
rev="$$subdir $$rev"; \
|
| 588 |
|
|
fi; \
|
| 589 |
|
|
done; \
|
| 590 |
|
|
rev="$$rev ."; \
|
| 591 |
|
|
target=`echo $@ | sed s/-recursive//`; \
|
| 592 |
|
|
for subdir in $$rev; do \
|
| 593 |
|
|
echo "Making $$target in $$subdir"; \
|
| 594 |
|
|
if test "$$subdir" = "."; then \
|
| 595 |
|
|
local_target="$$target-am"; \
|
| 596 |
|
|
else \
|
| 597 |
|
|
local_target="$$target"; \
|
| 598 |
|
|
fi; \
|
| 599 |
|
|
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
| 600 |
|
|
|| eval $$failcom; \
|
| 601 |
|
|
done && test -z "$$fail"
|
| 602 |
|
|
tags-recursive:
|
| 603 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
| 604 |
|
|
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
| 605 |
|
|
done
|
| 606 |
|
|
ctags-recursive:
|
| 607 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
| 608 |
|
|
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
|
| 609 |
|
|
done
|
| 610 |
|
|
|
| 611 |
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
| 612 |
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
| 613 |
|
|
unique=`for i in $$list; do \
|
| 614 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
| 615 |
|
|
done | \
|
| 616 |
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
| 617 |
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
| 618 |
|
|
mkid -fID $$unique
|
| 619 |
|
|
tags: TAGS
|
| 620 |
|
|
|
| 621 |
|
|
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
| 622 |
|
|
$(TAGS_FILES) $(LISP)
|
| 623 |
|
|
set x; \
|
| 624 |
|
|
here=`pwd`; \
|
| 625 |
|
|
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
| 626 |
|
|
include_option=--etags-include; \
|
| 627 |
|
|
empty_fix=.; \
|
| 628 |
|
|
else \
|
| 629 |
|
|
include_option=--include; \
|
| 630 |
|
|
empty_fix=; \
|
| 631 |
|
|
fi; \
|
| 632 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
| 633 |
|
|
if test "$$subdir" = .; then :; else \
|
| 634 |
|
|
test ! -f $$subdir/TAGS || \
|
| 635 |
|
|
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
|
| 636 |
|
|
fi; \
|
| 637 |
|
|
done; \
|
| 638 |
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
| 639 |
|
|
unique=`for i in $$list; do \
|
| 640 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
| 641 |
|
|
done | \
|
| 642 |
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
| 643 |
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
| 644 |
|
|
shift; \
|
| 645 |
|
|
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
| 646 |
|
|
test -n "$$unique" || unique=$$empty_fix; \
|
| 647 |
|
|
if test $$# -gt 0; then \
|
| 648 |
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
| 649 |
|
|
"$$@" $$unique; \
|
| 650 |
|
|
else \
|
| 651 |
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
| 652 |
|
|
$$unique; \
|
| 653 |
|
|
fi; \
|
| 654 |
|
|
fi
|
| 655 |
|
|
ctags: CTAGS
|
| 656 |
|
|
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
| 657 |
|
|
$(TAGS_FILES) $(LISP)
|
| 658 |
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
| 659 |
|
|
unique=`for i in $$list; do \
|
| 660 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
| 661 |
|
|
done | \
|
| 662 |
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
| 663 |
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
| 664 |
|
|
test -z "$(CTAGS_ARGS)$$unique" \
|
| 665 |
|
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
| 666 |
|
|
$$unique
|
| 667 |
|
|
|
| 668 |
|
|
GTAGS:
|
| 669 |
|
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
| 670 |
|
|
&& $(am__cd) $(top_srcdir) \
|
| 671 |
|
|
&& gtags -i $(GTAGS_ARGS) "$$here"
|
| 672 |
|
|
|
| 673 |
|
|
distclean-tags:
|
| 674 |
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
| 675 |
|
|
|
| 676 |
|
|
distdir: $(DISTFILES)
|
| 677 |
|
|
$(am__remove_distdir)
|
| 678 |
|
|
test -d "$(distdir)" || mkdir "$(distdir)"
|
| 679 |
|
|
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
| 680 |
|
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
| 681 |
|
|
list='$(DISTFILES)'; \
|
| 682 |
|
|
dist_files=`for file in $$list; do echo $$file; done | \
|
| 683 |
|
|
sed -e "s|^$$srcdirstrip/||;t" \
|
| 684 |
|
|
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
| 685 |
|
|
case $$dist_files in \
|
| 686 |
|
|
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
| 687 |
|
|
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
| 688 |
|
|
sort -u` ;; \
|
| 689 |
|
|
esac; \
|
| 690 |
|
|
for file in $$dist_files; do \
|
| 691 |
|
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
| 692 |
|
|
if test -d $$d/$$file; then \
|
| 693 |
|
|
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
| 694 |
|
|
if test -d "$(distdir)/$$file"; then \
|
| 695 |
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
| 696 |
|
|
fi; \
|
| 697 |
|
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
| 698 |
|
|
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
| 699 |
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
| 700 |
|
|
fi; \
|
| 701 |
|
|
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
| 702 |
|
|
else \
|
| 703 |
|
|
test -f "$(distdir)/$$file" \
|
| 704 |
|
|
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
| 705 |
|
|
|| exit 1; \
|
| 706 |
|
|
fi; \
|
| 707 |
|
|
done
|
| 708 |
|
|
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
| 709 |
|
|
if test "$$subdir" = .; then :; else \
|
| 710 |
|
|
test -d "$(distdir)/$$subdir" \
|
| 711 |
|
|
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|
| 712 |
|
|
|| exit 1; \
|
| 713 |
|
|
fi; \
|
| 714 |
|
|
done
|
| 715 |
|
|
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
| 716 |
|
|
if test "$$subdir" = .; then :; else \
|
| 717 |
|
|
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
|
| 718 |
|
|
$(am__relativize); \
|
| 719 |
|
|
new_distdir=$$reldir; \
|
| 720 |
|
|
dir1=$$subdir; dir2="$(top_distdir)"; \
|
| 721 |
|
|
$(am__relativize); \
|
| 722 |
|
|
new_top_distdir=$$reldir; \
|
| 723 |
|
|
echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
|
| 724 |
|
|
echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
|
| 725 |
|
|
($(am__cd) $$subdir && \
|
| 726 |
|
|
$(MAKE) $(AM_MAKEFLAGS) \
|
| 727 |
|
|
top_distdir="$$new_top_distdir" \
|
| 728 |
|
|
distdir="$$new_distdir" \
|
| 729 |
|
|
am__remove_distdir=: \
|
| 730 |
|
|
am__skip_length_check=: \
|
| 731 |
|
|
am__skip_mode_fix=: \
|
| 732 |
|
|
distdir) \
|
| 733 |
|
|
|| exit 1; \
|
| 734 |
|
|
fi; \
|
| 735 |
|
|
done
|
| 736 |
|
|
-test -n "$(am__skip_mode_fix)" \
|
| 737 |
|
|
|| find "$(distdir)" -type d ! -perm -755 \
|
| 738 |
|
|
-exec chmod u+rwx,go+rx {} \; -o \
|
| 739 |
|
|
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
|
| 740 |
|
|
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
|
| 741 |
|
|
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|
| 742 |
|
|
|| chmod -R a+r "$(distdir)"
|
| 743 |
|
|
dist-gzip: distdir
|
| 744 |
|
|
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
| 745 |
|
|
$(am__remove_distdir)
|
| 746 |
|
|
|
| 747 |
|
|
dist-bzip2: distdir
|
| 748 |
|
|
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
|
| 749 |
|
|
$(am__remove_distdir)
|
| 750 |
|
|
|
| 751 |
|
|
dist-lzma: distdir
|
| 752 |
|
|
tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
|
| 753 |
|
|
$(am__remove_distdir)
|
| 754 |
|
|
|
| 755 |
|
|
dist-xz: distdir
|
| 756 |
|
|
tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
|
| 757 |
|
|
$(am__remove_distdir)
|
| 758 |
|
|
|
| 759 |
|
|
dist-tarZ: distdir
|
| 760 |
|
|
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
| 761 |
|
|
$(am__remove_distdir)
|
| 762 |
|
|
|
| 763 |
|
|
dist-shar: distdir
|
| 764 |
|
|
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
|
| 765 |
|
|
$(am__remove_distdir)
|
| 766 |
|
|
|
| 767 |
|
|
dist-zip: distdir
|
| 768 |
|
|
-rm -f $(distdir).zip
|
| 769 |
|
|
zip -rq $(distdir).zip $(distdir)
|
| 770 |
|
|
$(am__remove_distdir)
|
| 771 |
|
|
|
| 772 |
|
|
dist dist-all: distdir
|
| 773 |
|
|
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
| 774 |
|
|
$(am__remove_distdir)
|
| 775 |
|
|
|
| 776 |
|
|
# This target untars the dist file and tries a VPATH configuration. Then
|
| 777 |
|
|
# it guarantees that the distribution is self-contained by making another
|
| 778 |
|
|
# tarfile.
|
| 779 |
|
|
distcheck: dist
|
| 780 |
|
|
case '$(DIST_ARCHIVES)' in \
|
| 781 |
|
|
*.tar.gz*) \
|
| 782 |
|
|
GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
|
| 783 |
|
|
*.tar.bz2*) \
|
| 784 |
|
|
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
|
| 785 |
|
|
*.tar.lzma*) \
|
| 786 |
|
|
lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
|
| 787 |
|
|
*.tar.xz*) \
|
| 788 |
|
|
xz -dc $(distdir).tar.xz | $(am__untar) ;;\
|
| 789 |
|
|
*.tar.Z*) \
|
| 790 |
|
|
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
|
| 791 |
|
|
*.shar.gz*) \
|
| 792 |
|
|
GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
|
| 793 |
|
|
*.zip*) \
|
| 794 |
|
|
unzip $(distdir).zip ;;\
|
| 795 |
|
|
esac
|
| 796 |
|
|
chmod -R a-w $(distdir); chmod a+w $(distdir)
|
| 797 |
|
|
mkdir $(distdir)/_build
|
| 798 |
|
|
mkdir $(distdir)/_inst
|
| 799 |
|
|
chmod a-w $(distdir)
|
| 800 |
|
|
test -d $(distdir)/_build || exit 0; \
|
| 801 |
|
|
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
|
| 802 |
|
|
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
|
| 803 |
|
|
&& am__cwd=`pwd` \
|
| 804 |
|
|
&& $(am__cd) $(distdir)/_build \
|
| 805 |
|
|
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \
|
| 806 |
|
|
$(DISTCHECK_CONFIGURE_FLAGS) \
|
| 807 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) \
|
| 808 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
|
| 809 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) check \
|
| 810 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) install \
|
| 811 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
|
| 812 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \
|
| 813 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
|
| 814 |
|
|
distuninstallcheck \
|
| 815 |
|
|
&& chmod -R a-w "$$dc_install_base" \
|
| 816 |
|
|
&& ({ \
|
| 817 |
|
|
(cd ../.. && umask 077 && mkdir "$$dc_destdir") \
|
| 818 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
|
| 819 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
|
| 820 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
|
| 821 |
|
|
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
|
| 822 |
|
|
} || { rm -rf "$$dc_destdir"; exit 1; }) \
|
| 823 |
|
|
&& rm -rf "$$dc_destdir" \
|
| 824 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) dist \
|
| 825 |
|
|
&& rm -rf $(DIST_ARCHIVES) \
|
| 826 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
|
| 827 |
|
|
&& cd "$$am__cwd" \
|
| 828 |
|
|
|| exit 1
|
| 829 |
|
|
$(am__remove_distdir)
|
| 830 |
|
|
@(echo "$(distdir) archives ready for distribution: "; \
|
| 831 |
|
|
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
|
| 832 |
|
|
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
|
| 833 |
|
|
distuninstallcheck:
|
| 834 |
|
|
@$(am__cd) '$(distuninstallcheck_dir)' \
|
| 835 |
|
|
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
|
| 836 |
|
|
|| { echo "ERROR: files left after uninstall:" ; \
|
| 837 |
|
|
if test -n "$(DESTDIR)"; then \
|
| 838 |
|
|
echo " (check DESTDIR support)"; \
|
| 839 |
|
|
fi ; \
|
| 840 |
|
|
$(distuninstallcheck_listfiles) ; \
|
| 841 |
|
|
exit 1; } >&2
|
| 842 |
|
|
distcleancheck: distclean
|
| 843 |
|
|
@if test '$(srcdir)' = . ; then \
|
| 844 |
|
|
echo "ERROR: distcleancheck can only run from a VPATH build" ; \
|
| 845 |
|
|
exit 1 ; \
|
| 846 |
|
|
fi
|
| 847 |
|
|
@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
|
| 848 |
|
|
|| { echo "ERROR: files left in build directory after distclean:" ; \
|
| 849 |
|
|
$(distcleancheck_listfiles) ; \
|
| 850 |
|
|
exit 1; } >&2
|
| 851 |
|
|
check-am: all-am
|
| 852 |
|
|
check: check-recursive
|
| 853 |
|
|
all-am: Makefile $(LTLIBRARIES) all-multi
|
| 854 |
|
|
installdirs: installdirs-recursive
|
| 855 |
|
|
installdirs-am:
|
| 856 |
|
|
install: install-recursive
|
| 857 |
|
|
install-exec: install-exec-recursive
|
| 858 |
|
|
install-data: install-data-recursive
|
| 859 |
|
|
uninstall: uninstall-recursive
|
| 860 |
|
|
|
| 861 |
|
|
install-am: all-am
|
| 862 |
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
| 863 |
|
|
|
| 864 |
|
|
installcheck: installcheck-recursive
|
| 865 |
|
|
install-strip:
|
| 866 |
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
| 867 |
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
| 868 |
|
|
`test -z '$(STRIP)' || \
|
| 869 |
|
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
| 870 |
|
|
mostlyclean-generic:
|
| 871 |
|
|
|
| 872 |
|
|
clean-generic:
|
| 873 |
|
|
|
| 874 |
|
|
distclean-generic:
|
| 875 |
|
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
| 876 |
|
|
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
| 877 |
|
|
|
| 878 |
|
|
maintainer-clean-generic:
|
| 879 |
|
|
@echo "This command is intended for maintainers to use"
|
| 880 |
|
|
@echo "it deletes files that may require special tools to rebuild."
|
| 881 |
|
|
clean: clean-multi clean-recursive
|
| 882 |
|
|
|
| 883 |
|
|
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
|
| 884 |
|
|
mostlyclean-am
|
| 885 |
|
|
|
| 886 |
|
|
distclean: distclean-multi distclean-recursive
|
| 887 |
|
|
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
| 888 |
|
|
-rm -rf ./$(DEPDIR)
|
| 889 |
|
|
-rm -f Makefile
|
| 890 |
|
|
distclean-am: clean-am distclean-compile distclean-generic \
|
| 891 |
|
|
distclean-libtool distclean-tags
|
| 892 |
|
|
|
| 893 |
|
|
dvi: dvi-recursive
|
| 894 |
|
|
|
| 895 |
|
|
dvi-am:
|
| 896 |
|
|
|
| 897 |
|
|
html: html-recursive
|
| 898 |
|
|
|
| 899 |
|
|
html-am:
|
| 900 |
|
|
|
| 901 |
|
|
info: info-recursive
|
| 902 |
|
|
|
| 903 |
|
|
info-am:
|
| 904 |
|
|
|
| 905 |
|
|
install-data-am:
|
| 906 |
|
|
|
| 907 |
|
|
install-dvi: install-dvi-recursive
|
| 908 |
|
|
|
| 909 |
|
|
install-dvi-am:
|
| 910 |
|
|
|
| 911 |
|
|
install-exec-am: install-multi
|
| 912 |
|
|
|
| 913 |
|
|
install-html: install-html-recursive
|
| 914 |
|
|
|
| 915 |
|
|
install-html-am:
|
| 916 |
|
|
|
| 917 |
|
|
install-info: install-info-recursive
|
| 918 |
|
|
|
| 919 |
|
|
install-info-am:
|
| 920 |
|
|
|
| 921 |
|
|
install-man:
|
| 922 |
|
|
|
| 923 |
|
|
install-pdf: install-pdf-recursive
|
| 924 |
|
|
|
| 925 |
|
|
install-pdf-am:
|
| 926 |
|
|
|
| 927 |
|
|
install-ps: install-ps-recursive
|
| 928 |
|
|
|
| 929 |
|
|
install-ps-am:
|
| 930 |
|
|
|
| 931 |
|
|
installcheck-am:
|
| 932 |
|
|
|
| 933 |
|
|
maintainer-clean: maintainer-clean-multi maintainer-clean-recursive
|
| 934 |
|
|
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
| 935 |
|
|
-rm -rf $(top_srcdir)/autom4te.cache
|
| 936 |
|
|
-rm -rf ./$(DEPDIR)
|
| 937 |
|
|
-rm -f Makefile
|
| 938 |
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
| 939 |
|
|
|
| 940 |
|
|
mostlyclean: mostlyclean-multi mostlyclean-recursive
|
| 941 |
|
|
|
| 942 |
|
|
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
| 943 |
|
|
mostlyclean-libtool
|
| 944 |
|
|
|
| 945 |
|
|
pdf: pdf-recursive
|
| 946 |
|
|
|
| 947 |
|
|
pdf-am:
|
| 948 |
|
|
|
| 949 |
|
|
ps: ps-recursive
|
| 950 |
|
|
|
| 951 |
|
|
ps-am:
|
| 952 |
|
|
|
| 953 |
|
|
uninstall-am:
|
| 954 |
|
|
|
| 955 |
|
|
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all-multi \
|
| 956 |
|
|
clean-multi ctags-recursive distclean-multi install-am \
|
| 957 |
|
|
install-multi install-strip maintainer-clean-multi \
|
| 958 |
|
|
mostlyclean-multi tags-recursive
|
| 959 |
|
|
|
| 960 |
|
|
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
|
| 961 |
|
|
all all-am all-multi am--refresh check check-am clean \
|
| 962 |
|
|
clean-generic clean-libtool clean-multi \
|
| 963 |
|
|
clean-noinstLTLIBRARIES ctags ctags-recursive dist dist-all \
|
| 964 |
|
|
dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz \
|
| 965 |
|
|
dist-zip distcheck distclean distclean-compile \
|
| 966 |
|
|
distclean-generic distclean-libtool distclean-multi \
|
| 967 |
|
|
distclean-tags distcleancheck distdir distuninstallcheck dvi \
|
| 968 |
|
|
dvi-am html html-am info info-am install install-am \
|
| 969 |
|
|
install-data install-data-am install-dvi install-dvi-am \
|
| 970 |
|
|
install-exec install-exec-am install-html install-html-am \
|
| 971 |
|
|
install-info install-info-am install-man install-multi \
|
| 972 |
|
|
install-pdf install-pdf-am install-ps install-ps-am \
|
| 973 |
|
|
install-strip installcheck installcheck-am installdirs \
|
| 974 |
|
|
installdirs-am maintainer-clean maintainer-clean-generic \
|
| 975 |
|
|
maintainer-clean-multi mostlyclean mostlyclean-compile \
|
| 976 |
|
|
mostlyclean-generic mostlyclean-libtool mostlyclean-multi pdf \
|
| 977 |
|
|
pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
|
| 978 |
|
|
|
| 979 |
|
|
override CFLAGS := $(filter-out $(O0_CFLAGS), $(CFLAGS)) $(O0_CFLAGS)
|
| 980 |
|
|
|
| 981 |
|
|
.s.lo:
|
| 982 |
|
|
$(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $<
|
| 983 |
|
|
.S.lo:
|
| 984 |
|
|
$(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $<
|
| 985 |
|
|
|
| 986 |
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
| 987 |
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
| 988 |
|
|
.NOEXPORT:
|