~ubuntu-branches/ubuntu/hardy/uim/hardy

« back to all changes in this revision

Viewing changes to sigscheme/libgcroots/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Masahito Omote
  • Date: 2007-04-21 03:46:09 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070421034609-gpcurkutp8vaysqj
Tags: 1:1.4.1-3
* Switch to dh_gtkmodules for the gtk 2.10 transition (Closes:
  #419318)
  - debian/control: Add ${misc:Depends} and remove libgtk2.0-bin on
    uim-gtk2.0.
  - debian/uim-gtk2.0.post{inst,rm}: Removed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
# Copyright (c) 1999-2001 by Red Hat, Inc. All rights reserved.
 
18
 
19
# THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
 
20
# OR IMPLIED.  ANY USE IS AT YOUR OWN RISK.
 
21
 
22
# Permission is hereby granted to use or copy this program
 
23
# for any purpose,  provided the above notices are retained on all copies.
 
24
# Permission to modify the code and to distribute modified code is granted,
 
25
# provided the above notices are retained, and a notice that the code was
 
26
# modified is included with the above copyright notice.
 
27
#
 
28
# Original author: Tom Tromey
 
29
# Severely truncated by Hans-J. Boehm
 
30
# Modified by: Grzegorz Jakacki <jakacki at acm dot org>
 
31
# Modified by: Petter Urkedal <petter.urkedal@nordita.dk> (2005-04)
 
32
# Modified by: YAMAMOTO Kengo <yamaken AT bp.iij4u.or.jp> (2006-12, libgcroots)
 
33
 
 
34
 
 
35
 
 
36
 
 
37
VPATH = @srcdir@
 
38
pkgdatadir = $(datadir)/@PACKAGE@
 
39
pkglibdir = $(libdir)/@PACKAGE@
 
40
pkgincludedir = $(includedir)/@PACKAGE@
 
41
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
42
install_sh_DATA = $(install_sh) -c -m 644
 
43
install_sh_PROGRAM = $(install_sh) -c
 
44
install_sh_SCRIPT = $(install_sh) -c
 
45
INSTALL_HEADER = $(INSTALL_DATA)
 
46
transform = $(program_transform_name)
 
47
NORMAL_INSTALL = :
 
48
PRE_INSTALL = :
 
49
POST_INSTALL = :
 
50
NORMAL_UNINSTALL = :
 
51
PRE_UNINSTALL = :
 
52
POST_UNINSTALL = :
 
53
build_triplet = @build@
 
54
host_triplet = @host@
 
55
target_triplet = @target@
 
56
check_PROGRAMS =
 
57
TESTS =
 
58
subdir = .
 
59
DIST_COMMON = README $(am__configure_deps) $(dist_noinst_HEADERS) \
 
60
        $(dist_noinst_SCRIPTS) $(include_HEADERS) \
 
61
        $(pkginclude_HEADERS) $(srcdir)/Makefile.am \
 
62
        $(srcdir)/Makefile.in $(srcdir)/gcroots.pc.in \
 
63
        $(top_srcdir)/configure COPYING ChangeLog compile config.guess \
 
64
        config.sub depcomp install-sh ltmain.sh missing
 
65
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
66
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cflags_gcc_option.m4 \
 
67
        $(top_srcdir)/m4/ax_func_getcontext.m4 \
 
68
        $(top_srcdir)/configure.ac
 
69
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
70
        $(ACLOCAL_M4)
 
71
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
72
 configure.lineno config.status.lineno
 
73
mkinstalldirs = $(install_sh) -d
 
74
CONFIG_CLEAN_FILES = gcroots.pc
 
75
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
76
am__vpath_adj = case $$p in \
 
77
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
78
    *) f=$$p;; \
 
79
  esac;
 
80
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
81
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" \
 
82
        "$(DESTDIR)$(includedir)" "$(DESTDIR)$(pkgincludedir)"
 
83
libLTLIBRARIES_INSTALL = $(INSTALL)
 
84
LTLIBRARIES = $(lib_LTLIBRARIES)
 
85
am__DEPENDENCIES_1 =
 
86
am_libgcroots_la_OBJECTS = mark.lo gcroots.lo
 
87
libgcroots_la_OBJECTS = $(am_libgcroots_la_OBJECTS)
 
88
libgcroots_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
89
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
90
        $(libgcroots_la_LDFLAGS) $(LDFLAGS) -o $@
 
91
SCRIPTS = $(dist_noinst_SCRIPTS)
 
92
DEFAULT_INCLUDES = 
 
93
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
94
am__depfiles_maybe = depfiles
 
95
CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
96
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
 
97
LTCPPASCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
98
        --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
99
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
 
100
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
101
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
102
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
103
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
104
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
105
CCLD = $(CC)
 
106
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
107
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
108
        $(LDFLAGS) -o $@
 
109
CCASCOMPILE = $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)
 
110
LTCCASCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
111
        --mode=compile $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)
 
112
SOURCES = $(libgcroots_la_SOURCES) $(EXTRA_libgcroots_la_SOURCES)
 
113
DIST_SOURCES = $(libgcroots_la_SOURCES) $(EXTRA_libgcroots_la_SOURCES)
 
114
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
115
        html-recursive info-recursive install-data-recursive \
 
116
        install-dvi-recursive install-exec-recursive \
 
117
        install-html-recursive install-info-recursive \
 
118
        install-pdf-recursive install-ps-recursive install-recursive \
 
119
        installcheck-recursive installdirs-recursive pdf-recursive \
 
120
        ps-recursive uninstall-recursive
 
121
pkgconfigDATA_INSTALL = $(INSTALL_DATA)
 
122
DATA = $(pkgconfig_DATA)
 
123
includeHEADERS_INSTALL = $(INSTALL_HEADER)
 
124
pkgincludeHEADERS_INSTALL = $(INSTALL_HEADER)
 
125
HEADERS = $(dist_noinst_HEADERS) $(include_HEADERS) \
 
126
        $(pkginclude_HEADERS)
 
127
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
128
  distclean-recursive maintainer-clean-recursive
 
129
ETAGS = etags
 
130
CTAGS = ctags
 
131
DIST_SUBDIRS = $(SUBDIRS)
 
132
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
133
distdir = $(PACKAGE)-$(VERSION)
 
134
top_distdir = $(distdir)
 
135
am__remove_distdir = \
 
136
  { test ! -d $(distdir) \
 
137
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
138
         && rm -fr $(distdir); }; }
 
139
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
 
140
GZIP_ENV = --best
 
141
distuninstallcheck_listfiles = find . -type f -print
 
142
distcleancheck_listfiles = find . -type f -print
 
143
ACLOCAL = @ACLOCAL@
 
144
AMTAR = @AMTAR@
 
145
AR = @AR@
 
146
AUTOCONF = @AUTOCONF@
 
147
AUTOHEADER = @AUTOHEADER@
 
148
AUTOMAKE = @AUTOMAKE@
 
149
AWK = @AWK@
 
150
CC = @CC@
 
151
CCAS = @CCAS@
 
152
CCASDEPMODE = @CCASDEPMODE@
 
153
CCASFLAGS = @CCASFLAGS@ $(DEFS)
 
154
CCDEPMODE = @CCDEPMODE@
 
155
CFLAGS = @CFLAGS@
 
156
CPP = @CPP@
 
157
CPPFLAGS = @CPPFLAGS@
 
158
CXX = @CXX@
 
159
CXXCPP = @CXXCPP@
 
160
CXXDEPMODE = @CXXDEPMODE@
 
161
CXXFLAGS = @CXXFLAGS@
 
162
CXXINCLUDES = @CXXINCLUDES@
 
163
CYGPATH_W = @CYGPATH_W@
 
164
DEFS = @DEFS@
 
165
DEPDIR = @DEPDIR@
 
166
ECHO = @ECHO@
 
167
ECHO_C = @ECHO_C@
 
168
ECHO_N = @ECHO_N@
 
169
ECHO_T = @ECHO_T@
 
170
EGREP = @EGREP@
 
171
EXEEXT = @EXEEXT@
 
172
EXTRA_TEST_LIBS = @EXTRA_TEST_LIBS@
 
173
F77 = @F77@
 
174
FFLAGS = @FFLAGS@
 
175
GC_CFLAGS = @GC_CFLAGS@
 
176
GREP = @GREP@
 
177
INCLUDES = @INCLUDES@
 
178
INSTALL = @INSTALL@
 
179
INSTALL_DATA = @INSTALL_DATA@
 
180
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
181
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
182
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
183
LDFLAGS = @LDFLAGS@
 
184
LIBOBJS = @LIBOBJS@
 
185
LIBS = @LIBS@
 
186
LIBTOOL = @LIBTOOL@
 
187
LN_S = @LN_S@
 
188
LTLIBOBJS = @LTLIBOBJS@
 
189
MAINT = @MAINT@
 
190
MAKEINFO = @MAKEINFO@
 
191
MD5 = @MD5@
 
192
MKDIR_P = @MKDIR_P@
 
193
OBJEXT = @OBJEXT@
 
194
PACKAGE = @PACKAGE@
 
195
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
196
PACKAGE_NAME = @PACKAGE_NAME@
 
197
PACKAGE_STRING = @PACKAGE_STRING@
 
198
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
199
PACKAGE_VERSION = @PACKAGE_VERSION@
 
200
PATH_SEPARATOR = @PATH_SEPARATOR@
 
201
RANLIB = @RANLIB@
 
202
SED = @SED@
 
203
SET_MAKE = @SET_MAKE@
 
204
SHA1 = @SHA1@
 
205
SHELL = @SHELL@
 
206
STRIP = @STRIP@
 
207
THREADDLLIBS = @THREADDLLIBS@
 
208
UNWINDLIBS = @UNWINDLIBS@
 
209
VERSION = @VERSION@
 
210
abs_builddir = @abs_builddir@
 
211
abs_srcdir = @abs_srcdir@
 
212
abs_top_builddir = @abs_top_builddir@
 
213
abs_top_srcdir = @abs_top_srcdir@
 
214
ac_ct_CC = @ac_ct_CC@
 
215
ac_ct_CXX = @ac_ct_CXX@
 
216
ac_ct_F77 = @ac_ct_F77@
 
217
addlibs = @addlibs@
 
218
addobjs = @addobjs@
 
219
am__include = @am__include@
 
220
am__leading_dot = @am__leading_dot@
 
221
am__quote = @am__quote@
 
222
am__tar = @am__tar@
 
223
am__untar = @am__untar@
 
224
atomic_ops_libs = @atomic_ops_libs@
 
225
bindir = @bindir@
 
226
build = @build@
 
227
build_alias = @build_alias@
 
228
build_cpu = @build_cpu@
 
229
build_os = @build_os@
 
230
build_vendor = @build_vendor@
 
231
builddir = @builddir@
 
232
datadir = @datadir@
 
233
datarootdir = @datarootdir@
 
234
docdir = @docdir@
 
235
dvidir = @dvidir@
 
236
exec_prefix = @exec_prefix@
 
237
host = @host@
 
238
host_alias = @host_alias@
 
239
host_cpu = @host_cpu@
 
240
host_os = @host_os@
 
241
host_vendor = @host_vendor@
 
242
htmldir = @htmldir@
 
243
includedir = @includedir@
 
244
infodir = @infodir@
 
245
install_sh = @install_sh@
 
246
libdir = @libdir@
 
247
libexecdir = @libexecdir@
 
248
localedir = @localedir@
 
249
localstatedir = @localstatedir@
 
250
mandir = @mandir@
 
251
mkdir_p = @mkdir_p@
 
252
oldincludedir = @oldincludedir@
 
253
pdfdir = @pdfdir@
 
254
prefix = @prefix@
 
255
program_transform_name = @program_transform_name@
 
256
psdir = @psdir@
 
257
sbindir = @sbindir@
 
258
sharedstatedir = @sharedstatedir@
 
259
srcdir = @srcdir@
 
260
sysconfdir = @sysconfdir@
 
261
target = @target@
 
262
target_alias = @target_alias@
 
263
target_all = @target_all@
 
264
target_cpu = @target_cpu@
 
265
target_os = @target_os@
 
266
target_vendor = @target_vendor@
 
267
top_builddir = @top_builddir@
 
268
top_srcdir = @top_srcdir@
 
269
 
 
270
# $(distdir) does work as a part of $(RELEASE_URL) when configured as a
 
271
# subpackage.
 
272
DIST_NAME = $(PACKAGE)-$(VERSION)
 
273
UIM_REPOSITORY = http://anonsvn.freedesktop.org/svn/uim
 
274
LIBGCROOTS_REPOSITORY = $(UIM_REPOSITORY)/libgcroots-trunk
 
275
TAGS_REPOSITORY = $(UIM_REPOSITORY)/tags
 
276
#RELEASE_URL     = $(LIBGCROOTS_REPOSITORY)
 
277
RELEASE_URL = $(TAGS_REPOSITORY)/$(DIST_NAME)
 
278
DIST_SUM_LIST = $(DIST_NAME).sum
 
279
 
 
280
# We currently use the source files directly from libatomic_ops, if we
 
281
# use the internal version.  This is done since libatomic_ops doesn't
 
282
# use libtool, since it has no real use for it.  But that seems to make
 
283
# it hard to use either the resulting object files or libraries.
 
284
# Thus there seems too be no real reason to recusively build in the
 
285
# libatomic_ops directory.
 
286
# if USE_INTERNAL_LIBATOMICS_OPS
 
287
# SUBDIRS = @maybe_libatomic_ops@
 
288
# else
 
289
# SUBDIRS =
 
290
# endif
 
291
SUBDIRS = m4
 
292
 
 
293
# Initialize variables so that we can declare files locally.
 
294
#dist_pkgconfig_DATA = bdw-gc.pc
 
295
 
 
296
# headers which are not installed
 
297
# (see include/include.am for more)
 
298
#
 
299
#dist_noinst_HEADERS += version.h
 
300
 
 
301
# documentation which is not installed
 
302
#
 
303
#EXTRA_DIST += README.QUICK
 
304
 
 
305
# other makefiles
 
306
# :GOTCHA: deliberately we do not include 'Makefile'
 
307
#EXTRA_DIST += BCC_MAKEFILE NT_MAKEFILE NT_THREADS_MAKEFILE \
 
308
#    OS2_MAKEFILE PCR-Makefile digimars.mak EMX_MAKEFILE        \
 
309
#    Makefile.direct Makefile.dj        Makefile.DLLs SMakefile.amiga \
 
310
#    WCC_MAKEFILE
 
311
 
 
312
# files used by makefiles other than Makefile.am
 
313
#
 
314
#EXTRA_DIST += add_gc_prefix.c gcname.c if_mach.c if_not_there.c \
 
315
#    hpux_test_and_clear.s gc.mak MacOS.c \
 
316
#    MacProjects.sit.hqx mach_dep.c setjmp_t.c \
 
317
#    threadlibs.c AmigaOS.c \
 
318
#    Mac_files/datastart.c Mac_files/dataend.c \
 
319
#    Mac_files/MacOS_config.h Mac_files/MacOS_Test_config.h \
 
320
#    include/private/msvc_dbg.h msvc_dbg.c
 
321
# :CHECK: If pc_excludes still around, re-add to EXTRA_DIST.
 
322
EXTRA_DIST = gcroots.pc.in mach_dep.c
 
323
lib_LTLIBRARIES = libgcroots.la
 
324
 
 
325
#include include/include.am
 
326
#include cord/cord.am
 
327
#include tests/tests.am
 
328
#include doc/doc.am
 
329
 
 
330
# C Library
 
331
# ---------
 
332
 
 
333
#lib_LTLIBRARIES += libgc.la
 
334
#libgc_la_SOURCES = \
 
335
#       allchblk.c alloc.c blacklst.c checksums.c dbg_mlc.c \
 
336
#       dyn_load.c finalize.c gc_dlopen.c gcj_mlc.c headers.c \
 
337
#       malloc.c mallocx.c mark.c mark_rts.c misc.c new_hblk.c \
 
338
#       obj_map.c os_dep.c pcr_interface.c ptr_chck.c real_malloc.c reclaim.c \
 
339
#       specific.c stubborn.c typd_mlc.c \
 
340
#       backgraph.c thread_local_alloc.c
 
341
include_HEADERS = include/gcroots.h
 
342
pkginclude_HEADERS = 
 
343
dist_noinst_HEADERS = include/private/gcroots_priv.h include/gc.h \
 
344
        include/gc_mark.h include/gc_tiny_fl.h \
 
345
        include/gc_config_macros.h include/private/gc_hdrs.h \
 
346
        include/private/gc_locks.h include/private/gc_priv.h \
 
347
        include/private/gcconfig.h
 
348
pkgconfigdir = $(libdir)/pkgconfig
 
349
pkgconfig_DATA = gcroots.pc
 
350
libgcroots_la_SOURCES = mark.c gcroots.c
 
351
 
 
352
# C Library: Architecture Dependent
 
353
# ---------------------------------
 
354
 
 
355
#if PTHREADS
 
356
#libgc_la_SOURCES += pthread_support.c pthread_stop_world.c
 
357
#endif
 
358
#
 
359
#if DARWIN_THREADS
 
360
#libgc_la_SOURCES += darwin_stop_world.c
 
361
#endif
 
362
#
 
363
#if WIN32_THREADS
 
364
#libgc_la_SOURCES += win32_threads.c
 
365
#endif
 
366
#
 
367
#if USE_INTERNAL_LIBATOMIC_OPS
 
368
#libgc_la_SOURCES += atomic_ops.c
 
369
#endif
 
370
#
 
371
#if NEED_ATOMIC_OPS_ASM
 
372
#libgc_la_SOURCES += atomic_ops_sysdeps.S
 
373
#endif
 
374
 
 
375
# Include THREADDLLIBS here to ensure that the correct versions of
 
376
# linuxthread semaphore functions get linked:
 
377
#libgc_la_LIBADD = @addobjs@ $(THREADDLLIBS) $(UNWINDLIBS)
 
378
#libgc_la_DEPENDENCIES = @addobjs@
 
379
#libgc_la_LDFLAGS = -version-info 1:2:0
 
380
 
 
381
#EXTRA_libgc_la_SOURCES = alpha_mach_dep.S \
 
382
#    mips_sgi_mach_dep.s mips_ultrix_mach_dep.s \
 
383
#    rs6000_mach_dep.s sparc_mach_dep.S sparc_netbsd_mach_dep.s \
 
384
#    sparc_sunos4_mach_dep.s ia64_save_regs_in_stack.s
 
385
libgcroots_la_LIBADD = @addobjs@ $(THREADDLLIBS) $(UNWINDLIBS)
 
386
libgcroots_la_DEPENDENCIES = @addobjs@
 
387
libgcroots_la_LDFLAGS = -version-info 0:0:0
 
388
EXTRA_libgcroots_la_SOURCES = alpha_mach_dep.S \
 
389
    mips_sgi_mach_dep.s mips_ultrix_mach_dep.s \
 
390
    rs6000_mach_dep.s sparc_mach_dep.S sparc_netbsd_mach_dep.s \
 
391
    sparc_sunos4_mach_dep.s ia64_save_regs_in_stack.s
 
392
 
 
393
 
 
394
# C++ Interface
 
395
# -------------
 
396
 
 
397
#if CPLUSPLUS
 
398
#lib_LTLIBRARIES += libgccpp.la
 
399
#pkginclude_HEADERS += include/gc_cpp.h include/gc_allocator.h
 
400
#libgccpp_la_SOURCES = gc_cpp.cc
 
401
#libgccpp_la_LIBADD = $(THREADDLLIBS) $(UNWINDLIBS)
 
402
#libgccpp_la_LDFLAGS = -version-info 1:2:0
 
403
#endif
 
404
 
 
405
# FIXME: If Visual C++ users use Makefile.am, this should go into
 
406
# pkginclude_HEADERS with proper AM_CONDITIONALization.  Otherwise
 
407
# delete this comment.
 
408
#EXTRA_DIST += gc_cpp.cpp
 
409
 
 
410
# Misc
 
411
# ----
 
412
AM_CXXFLAGS = @GC_CFLAGS@
 
413
AM_CFLAGS = @GC_CFLAGS@
 
414
@COMPILER_XLC_FALSE@ASM_CPP_OPTIONS = -Wp,-P -x assembler-with-cpp
 
415
 
 
416
#all_objs = @addobjs@ $(libgc_la_OBJECTS)
 
417
#$(all_objs) : include/private/gcconfig.h include/private/gc_priv.h \
 
418
#include/private/gc_hdrs.h include/gc.h include/gc_gcj.h \
 
419
#include/gc_pthread_redirects.h include/gc_config_macros.h \
 
420
#include/private/thread_local_alloc.h include/private_support.h \
 
421
#include/private/pthread_stop_world.h \
 
422
#include/gc_mark.h @addincludes@
 
423
@COMPILER_XLC_TRUE@ASM_CPP_OPTIONS = 
 
424
 
 
425
#dist_noinst_SCRIPTS = callprocs configure.host
 
426
dist_noinst_SCRIPTS = configure.host
 
427
 
 
428
# this is an auxiliary shell file used by Makefile and Makefile.direct
 
429
#
 
430
CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.host
 
431
 
 
432
# :FIXME: why do we distribute this one???
 
433
#
 
434
#EXTRA_DIST += libtool.m4
 
435
DISTCLEANFILES = gcroots.pc gnuify-changelog.pl
 
436
all: all-recursive
 
437
 
 
438
.SUFFIXES:
 
439
.SUFFIXES: .S .c .lo .o .obj .s
 
440
am--refresh:
 
441
        @:
 
442
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
443
        @for dep in $?; do \
 
444
          case '$(am__configure_deps)' in \
 
445
            *$$dep*) \
 
446
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
 
447
              cd $(srcdir) && $(AUTOMAKE) --foreign  \
 
448
                && exit 0; \
 
449
              exit 1;; \
 
450
          esac; \
 
451
        done; \
 
452
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
 
453
        cd $(top_srcdir) && \
 
454
          $(AUTOMAKE) --foreign  Makefile
 
455
.PRECIOUS: Makefile
 
456
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
457
        @case '$?' in \
 
458
          *config.status*) \
 
459
            echo ' $(SHELL) ./config.status'; \
 
460
            $(SHELL) ./config.status;; \
 
461
          *) \
 
462
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
463
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
464
        esac;
 
465
 
 
466
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
467
        $(SHELL) ./config.status --recheck
 
468
 
 
469
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
470
        cd $(srcdir) && $(AUTOCONF)
 
471
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
472
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
473
gcroots.pc: $(top_builddir)/config.status $(srcdir)/gcroots.pc.in
 
474
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
475
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
476
        @$(NORMAL_INSTALL)
 
477
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
 
478
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
479
          if test -f $$p; then \
 
480
            f=$(am__strip_dir) \
 
481
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
 
482
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
483
          else :; fi; \
 
484
        done
 
485
 
 
486
uninstall-libLTLIBRARIES:
 
487
        @$(NORMAL_UNINSTALL)
 
488
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
489
          p=$(am__strip_dir) \
 
490
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
 
491
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
492
        done
 
493
 
 
494
clean-libLTLIBRARIES:
 
495
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
496
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
497
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
498
          test "$$dir" != "$$p" || dir=.; \
 
499
          echo "rm -f \"$${dir}/so_locations\""; \
 
500
          rm -f "$${dir}/so_locations"; \
 
501
        done
 
502
libgcroots.la: $(libgcroots_la_OBJECTS) $(libgcroots_la_DEPENDENCIES) 
 
503
        $(libgcroots_la_LINK) -rpath $(libdir) $(libgcroots_la_OBJECTS) $(libgcroots_la_LIBADD) $(LIBS)
 
504
 
 
505
clean-checkPROGRAMS:
 
506
        @list='$(check_PROGRAMS)'; for p in $$list; do \
 
507
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
508
          echo " rm -f $$p $$f"; \
 
509
          rm -f $$p $$f ; \
 
510
        done
 
511
 
 
512
mostlyclean-compile:
 
513
        -rm -f *.$(OBJEXT)
 
514
 
 
515
distclean-compile:
 
516
        -rm -f *.tab.c
 
517
 
 
518
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alpha_mach_dep.Plo@am__quote@
 
519
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gcroots.Plo@am__quote@
 
520
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mark.Plo@am__quote@
 
521
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sparc_mach_dep.Plo@am__quote@
 
522
 
 
523
.S.o:
 
524
@am__fastdepCCAS_TRUE@  depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
 
525
@am__fastdepCCAS_TRUE@  $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
 
526
@am__fastdepCCAS_TRUE@  mv -f $$depbase.Tpo $$depbase.Po
 
527
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
528
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
529
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ $<
 
530
 
 
531
.S.obj:
 
532
@am__fastdepCCAS_TRUE@  depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
 
533
@am__fastdepCCAS_TRUE@  $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
 
534
@am__fastdepCCAS_TRUE@  mv -f $$depbase.Tpo $$depbase.Po
 
535
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
536
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
537
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
538
 
 
539
.c.o:
 
540
@am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
 
541
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
 
542
@am__fastdepCC_TRUE@    mv -f $$depbase.Tpo $$depbase.Po
 
543
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
544
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
545
@am__fastdepCC_FALSE@   $(COMPILE) -c -o $@ $<
 
546
 
 
547
.c.obj:
 
548
@am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
 
549
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
 
550
@am__fastdepCC_TRUE@    mv -f $$depbase.Tpo $$depbase.Po
 
551
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
552
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
553
@am__fastdepCC_FALSE@   $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
554
 
 
555
.c.lo:
 
556
@am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
 
557
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
 
558
@am__fastdepCC_TRUE@    mv -f $$depbase.Tpo $$depbase.Plo
 
559
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
560
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
561
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
562
 
 
563
.s.o:
 
564
        $(CCASCOMPILE) -c -o $@ $<
 
565
 
 
566
.s.obj:
 
567
        $(CCASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
568
 
 
569
mostlyclean-libtool:
 
570
        -rm -f *.lo
 
571
 
 
572
clean-libtool:
 
573
        -rm -rf .libs _libs
 
574
 
 
575
distclean-libtool:
 
576
        -rm -f libtool
 
577
install-pkgconfigDATA: $(pkgconfig_DATA)
 
578
        @$(NORMAL_INSTALL)
 
579
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
 
580
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
 
581
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
582
          f=$(am__strip_dir) \
 
583
          echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
 
584
          $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
 
585
        done
 
586
 
 
587
uninstall-pkgconfigDATA:
 
588
        @$(NORMAL_UNINSTALL)
 
589
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
 
590
          f=$(am__strip_dir) \
 
591
          echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
 
592
          rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
 
593
        done
 
594
install-includeHEADERS: $(include_HEADERS)
 
595
        @$(NORMAL_INSTALL)
 
596
        test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
 
597
        @list='$(include_HEADERS)'; for p in $$list; do \
 
598
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
599
          f=$(am__strip_dir) \
 
600
          echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
 
601
          $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
 
602
        done
 
603
 
 
604
uninstall-includeHEADERS:
 
605
        @$(NORMAL_UNINSTALL)
 
606
        @list='$(include_HEADERS)'; for p in $$list; do \
 
607
          f=$(am__strip_dir) \
 
608
          echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
 
609
          rm -f "$(DESTDIR)$(includedir)/$$f"; \
 
610
        done
 
611
install-pkgincludeHEADERS: $(pkginclude_HEADERS)
 
612
        @$(NORMAL_INSTALL)
 
613
        test -z "$(pkgincludedir)" || $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)"
 
614
        @list='$(pkginclude_HEADERS)'; for p in $$list; do \
 
615
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
616
          f=$(am__strip_dir) \
 
617
          echo " $(pkgincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgincludedir)/$$f'"; \
 
618
          $(pkgincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgincludedir)/$$f"; \
 
619
        done
 
620
 
 
621
uninstall-pkgincludeHEADERS:
 
622
        @$(NORMAL_UNINSTALL)
 
623
        @list='$(pkginclude_HEADERS)'; for p in $$list; do \
 
624
          f=$(am__strip_dir) \
 
625
          echo " rm -f '$(DESTDIR)$(pkgincludedir)/$$f'"; \
 
626
          rm -f "$(DESTDIR)$(pkgincludedir)/$$f"; \
 
627
        done
 
628
 
 
629
# This directory's subdirectories are mostly independent; you can cd
 
630
# into them and run `make' without going through this Makefile.
 
631
# To change the values of `make' variables: instead of editing Makefiles,
 
632
# (1) if the variable is set in `config.status', edit `config.status'
 
633
#     (which will cause the Makefiles to be regenerated when you run `make');
 
634
# (2) otherwise, pass the desired values on the `make' command line.
 
635
$(RECURSIVE_TARGETS):
 
636
        @failcom='exit 1'; \
 
637
        for f in x $$MAKEFLAGS; do \
 
638
          case $$f in \
 
639
            *=* | --[!k]*);; \
 
640
            *k*) failcom='fail=yes';; \
 
641
          esac; \
 
642
        done; \
 
643
        dot_seen=no; \
 
644
        target=`echo $@ | sed s/-recursive//`; \
 
645
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
646
          echo "Making $$target in $$subdir"; \
 
647
          if test "$$subdir" = "."; then \
 
648
            dot_seen=yes; \
 
649
            local_target="$$target-am"; \
 
650
          else \
 
651
            local_target="$$target"; \
 
652
          fi; \
 
653
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
654
          || eval $$failcom; \
 
655
        done; \
 
656
        if test "$$dot_seen" = "no"; then \
 
657
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
658
        fi; test -z "$$fail"
 
659
 
 
660
$(RECURSIVE_CLEAN_TARGETS):
 
661
        @failcom='exit 1'; \
 
662
        for f in x $$MAKEFLAGS; do \
 
663
          case $$f in \
 
664
            *=* | --[!k]*);; \
 
665
            *k*) failcom='fail=yes';; \
 
666
          esac; \
 
667
        done; \
 
668
        dot_seen=no; \
 
669
        case "$@" in \
 
670
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
671
          *) list='$(SUBDIRS)' ;; \
 
672
        esac; \
 
673
        rev=''; for subdir in $$list; do \
 
674
          if test "$$subdir" = "."; then :; else \
 
675
            rev="$$subdir $$rev"; \
 
676
          fi; \
 
677
        done; \
 
678
        rev="$$rev ."; \
 
679
        target=`echo $@ | sed s/-recursive//`; \
 
680
        for subdir in $$rev; do \
 
681
          echo "Making $$target in $$subdir"; \
 
682
          if test "$$subdir" = "."; then \
 
683
            local_target="$$target-am"; \
 
684
          else \
 
685
            local_target="$$target"; \
 
686
          fi; \
 
687
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
688
          || eval $$failcom; \
 
689
        done && test -z "$$fail"
 
690
tags-recursive:
 
691
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
692
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
693
        done
 
694
ctags-recursive:
 
695
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
696
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
697
        done
 
698
 
 
699
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
700
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
701
        unique=`for i in $$list; do \
 
702
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
703
          done | \
 
704
          $(AWK) '    { files[$$0] = 1; } \
 
705
               END { for (i in files) print i; }'`; \
 
706
        mkid -fID $$unique
 
707
tags: TAGS
 
708
 
 
709
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
710
                $(TAGS_FILES) $(LISP)
 
711
        tags=; \
 
712
        here=`pwd`; \
 
713
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
714
          include_option=--etags-include; \
 
715
          empty_fix=.; \
 
716
        else \
 
717
          include_option=--include; \
 
718
          empty_fix=; \
 
719
        fi; \
 
720
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
721
          if test "$$subdir" = .; then :; else \
 
722
            test ! -f $$subdir/TAGS || \
 
723
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
724
          fi; \
 
725
        done; \
 
726
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
727
        unique=`for i in $$list; do \
 
728
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
729
          done | \
 
730
          $(AWK) '    { files[$$0] = 1; } \
 
731
               END { for (i in files) print i; }'`; \
 
732
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
733
          test -n "$$unique" || unique=$$empty_fix; \
 
734
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
735
            $$tags $$unique; \
 
736
        fi
 
737
ctags: CTAGS
 
738
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
739
                $(TAGS_FILES) $(LISP)
 
740
        tags=; \
 
741
        here=`pwd`; \
 
742
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
743
        unique=`for i in $$list; do \
 
744
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
745
          done | \
 
746
          $(AWK) '    { files[$$0] = 1; } \
 
747
               END { for (i in files) print i; }'`; \
 
748
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
749
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
750
             $$tags $$unique
 
751
 
 
752
GTAGS:
 
753
        here=`$(am__cd) $(top_builddir) && pwd` \
 
754
          && cd $(top_srcdir) \
 
755
          && gtags -i $(GTAGS_ARGS) $$here
 
756
 
 
757
distclean-tags:
 
758
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
759
 
 
760
check-TESTS: $(TESTS)
 
761
        @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
 
762
        srcdir=$(srcdir); export srcdir; \
 
763
        list=' $(TESTS) '; \
 
764
        if test -n "$$list"; then \
 
765
          for tst in $$list; do \
 
766
            if test -f ./$$tst; then dir=./; \
 
767
            elif test -f $$tst; then dir=; \
 
768
            else dir="$(srcdir)/"; fi; \
 
769
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
 
770
              all=`expr $$all + 1`; \
 
771
              case " $(XFAIL_TESTS) " in \
 
772
              *$$ws$$tst$$ws*) \
 
773
                xpass=`expr $$xpass + 1`; \
 
774
                failed=`expr $$failed + 1`; \
 
775
                echo "XPASS: $$tst"; \
 
776
              ;; \
 
777
              *) \
 
778
                echo "PASS: $$tst"; \
 
779
              ;; \
 
780
              esac; \
 
781
            elif test $$? -ne 77; then \
 
782
              all=`expr $$all + 1`; \
 
783
              case " $(XFAIL_TESTS) " in \
 
784
              *$$ws$$tst$$ws*) \
 
785
                xfail=`expr $$xfail + 1`; \
 
786
                echo "XFAIL: $$tst"; \
 
787
              ;; \
 
788
              *) \
 
789
                failed=`expr $$failed + 1`; \
 
790
                echo "FAIL: $$tst"; \
 
791
              ;; \
 
792
              esac; \
 
793
            else \
 
794
              skip=`expr $$skip + 1`; \
 
795
              echo "SKIP: $$tst"; \
 
796
            fi; \
 
797
          done; \
 
798
          if test "$$failed" -eq 0; then \
 
799
            if test "$$xfail" -eq 0; then \
 
800
              banner="All $$all tests passed"; \
 
801
            else \
 
802
              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
 
803
            fi; \
 
804
          else \
 
805
            if test "$$xpass" -eq 0; then \
 
806
              banner="$$failed of $$all tests failed"; \
 
807
            else \
 
808
              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
 
809
            fi; \
 
810
          fi; \
 
811
          dashes="$$banner"; \
 
812
          skipped=""; \
 
813
          if test "$$skip" -ne 0; then \
 
814
            skipped="($$skip tests were not run)"; \
 
815
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
 
816
              dashes="$$skipped"; \
 
817
          fi; \
 
818
          report=""; \
 
819
          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
 
820
            report="Please report to $(PACKAGE_BUGREPORT)"; \
 
821
            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
 
822
              dashes="$$report"; \
 
823
          fi; \
 
824
          dashes=`echo "$$dashes" | sed s/./=/g`; \
 
825
          echo "$$dashes"; \
 
826
          echo "$$banner"; \
 
827
          test -z "$$skipped" || echo "$$skipped"; \
 
828
          test -z "$$report" || echo "$$report"; \
 
829
          echo "$$dashes"; \
 
830
          test "$$failed" -eq 0; \
 
831
        else :; fi
 
832
 
 
833
distdir: $(DISTFILES)
 
834
        $(am__remove_distdir)
 
835
        test -d $(distdir) || mkdir $(distdir)
 
836
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
837
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
838
        list='$(DISTFILES)'; \
 
839
          dist_files=`for file in $$list; do echo $$file; done | \
 
840
          sed -e "s|^$$srcdirstrip/||;t" \
 
841
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
842
        case $$dist_files in \
 
843
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
844
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
845
                           sort -u` ;; \
 
846
        esac; \
 
847
        for file in $$dist_files; do \
 
848
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
849
          if test -d $$d/$$file; then \
 
850
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
851
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
852
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
853
            fi; \
 
854
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
855
          else \
 
856
            test -f $(distdir)/$$file \
 
857
            || cp -p $$d/$$file $(distdir)/$$file \
 
858
            || exit 1; \
 
859
          fi; \
 
860
        done
 
861
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
862
          if test "$$subdir" = .; then :; else \
 
863
            test -d "$(distdir)/$$subdir" \
 
864
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
865
            || exit 1; \
 
866
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
867
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
868
            (cd $$subdir && \
 
869
              $(MAKE) $(AM_MAKEFLAGS) \
 
870
                top_distdir="$$top_distdir" \
 
871
                distdir="$$distdir/$$subdir" \
 
872
                am__remove_distdir=: \
 
873
                am__skip_length_check=: \
 
874
                distdir) \
 
875
              || exit 1; \
 
876
          fi; \
 
877
        done
 
878
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
879
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
880
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
881
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
882
        || chmod -R a+r $(distdir)
 
883
dist-gzip: distdir
 
884
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
885
        $(am__remove_distdir)
 
886
dist-bzip2: distdir
 
887
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
888
        $(am__remove_distdir)
 
889
 
 
890
dist-tarZ: distdir
 
891
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
892
        $(am__remove_distdir)
 
893
 
 
894
dist-shar: distdir
 
895
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
896
        $(am__remove_distdir)
 
897
 
 
898
dist-zip: distdir
 
899
        -rm -f $(distdir).zip
 
900
        zip -rq $(distdir).zip $(distdir)
 
901
        $(am__remove_distdir)
 
902
 
 
903
dist dist-all: distdir
 
904
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
905
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
906
        $(am__remove_distdir)
 
907
 
 
908
# This target untars the dist file and tries a VPATH configuration.  Then
 
909
# it guarantees that the distribution is self-contained by making another
 
910
# tarfile.
 
911
distcheck: dist
 
912
        case '$(DIST_ARCHIVES)' in \
 
913
        *.tar.gz*) \
 
914
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
915
        *.tar.bz2*) \
 
916
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
917
        *.tar.Z*) \
 
918
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
919
        *.shar.gz*) \
 
920
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
921
        *.zip*) \
 
922
          unzip $(distdir).zip ;;\
 
923
        esac
 
924
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
925
        mkdir $(distdir)/_build
 
926
        mkdir $(distdir)/_inst
 
927
        chmod a-w $(distdir)
 
928
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
929
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
930
          && cd $(distdir)/_build \
 
931
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
932
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
933
          && $(MAKE) $(AM_MAKEFLAGS) \
 
934
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
935
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
936
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
937
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
938
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
939
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
940
                distuninstallcheck \
 
941
          && chmod -R a-w "$$dc_install_base" \
 
942
          && ({ \
 
943
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
944
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
945
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
946
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
947
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
948
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
949
          && rm -rf "$$dc_destdir" \
 
950
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
951
          && rm -rf $(DIST_ARCHIVES) \
 
952
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
953
        $(am__remove_distdir)
 
954
        @(echo "$(distdir) archives ready for distribution: "; \
 
955
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
956
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 
957
distuninstallcheck:
 
958
        @cd $(distuninstallcheck_dir) \
 
959
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
960
           || { echo "ERROR: files left after uninstall:" ; \
 
961
                if test -n "$(DESTDIR)"; then \
 
962
                  echo "  (check DESTDIR support)"; \
 
963
                fi ; \
 
964
                $(distuninstallcheck_listfiles) ; \
 
965
                exit 1; } >&2
 
966
distcleancheck: distclean
 
967
        @if test '$(srcdir)' = . ; then \
 
968
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
969
          exit 1 ; \
 
970
        fi
 
971
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
972
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
973
               $(distcleancheck_listfiles) ; \
 
974
               exit 1; } >&2
 
975
check-am: all-am
 
976
        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
 
977
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
 
978
check: check-recursive
 
979
all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(DATA) $(HEADERS)
 
980
installdirs: installdirs-recursive
 
981
installdirs-am:
 
982
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)" "$(DESTDIR)$(pkgincludedir)"; do \
 
983
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
984
        done
 
985
install: install-recursive
 
986
install-exec: install-exec-recursive
 
987
install-data: install-data-recursive
 
988
uninstall: uninstall-recursive
 
989
 
 
990
install-am: all-am
 
991
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
992
 
 
993
installcheck: installcheck-recursive
 
994
install-strip:
 
995
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
996
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
997
          `test -z '$(STRIP)' || \
 
998
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
999
mostlyclean-generic:
 
1000
 
 
1001
clean-generic:
 
1002
 
 
1003
distclean-generic:
 
1004
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
1005
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
1006
 
 
1007
maintainer-clean-generic:
 
1008
        @echo "This command is intended for maintainers to use"
 
1009
        @echo "it deletes files that may require special tools to rebuild."
 
1010
clean: clean-recursive
 
1011
 
 
1012
clean-am: clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \
 
1013
        clean-libtool mostlyclean-am
 
1014
 
 
1015
distclean: distclean-recursive
 
1016
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
1017
        -rm -rf ./$(DEPDIR)
 
1018
        -rm -f Makefile
 
1019
distclean-am: clean-am distclean-compile distclean-generic \
 
1020
        distclean-libtool distclean-local distclean-tags
 
1021
 
 
1022
dvi: dvi-recursive
 
1023
 
 
1024
dvi-am:
 
1025
 
 
1026
html: html-recursive
 
1027
 
 
1028
info: info-recursive
 
1029
 
 
1030
info-am:
 
1031
 
 
1032
install-data-am: install-includeHEADERS install-pkgconfigDATA \
 
1033
        install-pkgincludeHEADERS
 
1034
 
 
1035
install-dvi: install-dvi-recursive
 
1036
 
 
1037
install-exec-am: install-libLTLIBRARIES
 
1038
 
 
1039
install-html: install-html-recursive
 
1040
 
 
1041
install-info: install-info-recursive
 
1042
 
 
1043
install-man:
 
1044
 
 
1045
install-pdf: install-pdf-recursive
 
1046
 
 
1047
install-ps: install-ps-recursive
 
1048
 
 
1049
installcheck-am:
 
1050
 
 
1051
maintainer-clean: maintainer-clean-recursive
 
1052
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
1053
        -rm -rf $(top_srcdir)/autom4te.cache
 
1054
        -rm -rf ./$(DEPDIR)
 
1055
        -rm -f Makefile
 
1056
maintainer-clean-am: distclean-am maintainer-clean-generic
 
1057
 
 
1058
mostlyclean: mostlyclean-recursive
 
1059
 
 
1060
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
1061
        mostlyclean-libtool
 
1062
 
 
1063
pdf: pdf-recursive
 
1064
 
 
1065
pdf-am:
 
1066
 
 
1067
ps: ps-recursive
 
1068
 
 
1069
ps-am:
 
1070
 
 
1071
uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES \
 
1072
        uninstall-pkgconfigDATA uninstall-pkgincludeHEADERS
 
1073
 
 
1074
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
1075
        install-strip
 
1076
 
 
1077
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
1078
        all all-am am--refresh check check-TESTS check-am clean \
 
1079
        clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \
 
1080
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
 
1081
        dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
 
1082
        distclean-compile distclean-generic distclean-libtool \
 
1083
        distclean-local distclean-tags distcleancheck distdir \
 
1084
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
1085
        install install-am install-data install-data-am install-dvi \
 
1086
        install-dvi-am install-exec install-exec-am install-html \
 
1087
        install-html-am install-includeHEADERS install-info \
 
1088
        install-info-am install-libLTLIBRARIES install-man install-pdf \
 
1089
        install-pdf-am install-pkgconfigDATA install-pkgincludeHEADERS \
 
1090
        install-ps install-ps-am install-strip installcheck \
 
1091
        installcheck-am installdirs installdirs-am maintainer-clean \
 
1092
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
1093
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
1094
        tags tags-recursive uninstall uninstall-am \
 
1095
        uninstall-includeHEADERS uninstall-libLTLIBRARIES \
 
1096
        uninstall-pkgconfigDATA uninstall-pkgincludeHEADERS
 
1097
 
 
1098
.s.lo:
 
1099
        $(LTCOMPILE) $(ASM_CPP_OPTIONS) -c $<
 
1100
 
 
1101
.S.lo:
 
1102
        $(LTCOMPILE) $(ASM_CPP_OPTIONS) -c $<
 
1103
 
 
1104
#
 
1105
# :GOTCHA: GNU make rule for making .s out of .S is flawed, 
 
1106
# it will not remove dest if building fails
 
1107
.S.s:
 
1108
        if $(CPP) $< >$@ ; then :; else rm -f $@; fi
 
1109
 
 
1110
.PHONY: FORCE sum
 
1111
FORCE:
 
1112
 
 
1113
ChangeLog: FORCE
 
1114
        svn export $(UIM_REPOSITORY)/trunk/tools/gnuify-changelog.pl
 
1115
        svn log $(RELEASE_URL) | ./gnuify-changelog.pl > $@
 
1116
        @test -s $@ && echo 'ChangeLog updated successfully.'
 
1117
 
 
1118
sum: FORCE
 
1119
        $(MD5) $(DIST_ARCHIVES) >$(DIST_SUM_LIST)
 
1120
        $(SHA1) $(DIST_ARCHIVES) >>$(DIST_SUM_LIST)
 
1121
 
 
1122
distclean-local:
 
1123
        if test '$(top_srcdir)' != '$(top_builddir)'; then      \
 
1124
            rm -f ChangeLog;                                    \
 
1125
        fi
 
1126
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
1127
# Otherwise a system limit (for SysV at least) may be exceeded.
 
1128
.NOEXPORT: