OpenCores
URL https://opencores.org/ocsvn/scarts/scarts/trunk

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [libstdc++-v3/] [src/] [Makefile.in] - Blame information for rev 18

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 18 jlechner
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
# @configure_input@
3
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005  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
srcdir = @srcdir@
18
top_srcdir = @top_srcdir@
19
pkgdatadir = $(datadir)/@PACKAGE@
20
pkglibdir = $(libdir)/@PACKAGE@
21
pkgincludedir = $(includedir)/@PACKAGE@
22
top_builddir = ..
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
INSTALL = @INSTALL@
25
install_sh_DATA = $(install_sh) -c -m 644
26
install_sh_PROGRAM = $(install_sh) -c
27
install_sh_SCRIPT = $(install_sh) -c
28
INSTALL_HEADER = $(INSTALL_DATA)
29
transform = $(program_transform_name)
30
NORMAL_INSTALL = :
31
PRE_INSTALL = :
32
POST_INSTALL = :
33
NORMAL_UNINSTALL = :
34
PRE_UNINSTALL = :
35
POST_UNINSTALL = :
36
build_triplet = @build@
37
host_triplet = @host@
38
target_triplet = @target@
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
40
        $(top_srcdir)/fragment.am
41
subdir = src
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
am__aclocal_m4_deps = $(top_srcdir)/../config/enable.m4 \
44
        $(top_srcdir)/../config/lead-dot.m4 \
45
        $(top_srcdir)/../config/no-executables.m4 \
46
        $(top_srcdir)/../libtool.m4 $(top_srcdir)/crossconfig.m4 \
47
        $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \
48
        $(top_srcdir)/../config/tls.m4 $(top_srcdir)/configure.ac
49
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50
        $(ACLOCAL_M4)
51
CONFIG_HEADER = $(top_builddir)/config.h
52
CONFIG_CLEAN_FILES =
53
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
54
am__vpath_adj = case $$p in \
55
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
56
    *) f=$$p;; \
57
  esac;
58
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
59
am__installdirs = "$(DESTDIR)$(toolexeclibdir)"
60
toolexeclibLTLIBRARIES_INSTALL = $(INSTALL)
61
LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
62
am__objects_1 = atomicity.lo codecvt_members.lo collate_members.lo \
63
        ctype_members.lo messages_members.lo monetary_members.lo \
64
        numeric_members.lo time_members.lo
65
am__objects_2 = basic_file.lo c++locale.lo
66
am__objects_3 = bitmap_allocator.lo pool_allocator.lo mt_allocator.lo \
67
        codecvt.lo compatibility.lo complex_io.lo ctype.lo debug.lo \
68
        debug_list.lo functexcept.lo globals_locale.lo globals_io.lo \
69
        ios.lo ios_failure.lo ios_init.lo ios_locale.lo limits.lo \
70
        list.lo locale.lo locale_init.lo locale_facets.lo \
71
        localename.lo stdexcept.lo strstream.lo tree.lo \
72
        allocator-inst.lo concept-inst.lo fstream-inst.lo ext-inst.lo \
73
        ios-inst.lo iostream-inst.lo istream-inst.lo istream.lo \
74
        locale-inst.lo locale-misc-inst.lo misc-inst.lo \
75
        ostream-inst.lo sstream-inst.lo streambuf-inst.lo streambuf.lo \
76
        string-inst.lo valarray-inst.lo wlocale-inst.lo \
77
        wstring-inst.lo $(am__objects_1) $(am__objects_2)
78
am_libstdc___la_OBJECTS = $(am__objects_3)
79
libstdc___la_OBJECTS = $(am_libstdc___la_OBJECTS)
80
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
81
depcomp =
82
am__depfiles_maybe =
83
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
84
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
85
CXXLD = $(CXX)
86
SOURCES = $(libstdc___la_SOURCES)
87
DIST_SOURCES = $(libstdc___la_SOURCES)
88
ETAGS = etags
89
CTAGS = ctags
90
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
91
VPATH = $(top_srcdir)/src:$(top_srcdir)
92
ABI_TWEAKS_SRCDIR = @ABI_TWEAKS_SRCDIR@
93
ACLOCAL = @ACLOCAL@
94
ALLOCATOR_H = @ALLOCATOR_H@
95
ALLOCATOR_NAME = @ALLOCATOR_NAME@
96
AMTAR = @AMTAR@
97
AR = @AR@
98
AS = @AS@
99
ATOMICITY_SRCDIR = @ATOMICITY_SRCDIR@
100
ATOMIC_WORD_SRCDIR = @ATOMIC_WORD_SRCDIR@
101
AUTOCONF = @AUTOCONF@
102
AUTOHEADER = @AUTOHEADER@
103
AUTOMAKE = @AUTOMAKE@
104
AWK = @AWK@
105
BASIC_FILE_CC = @BASIC_FILE_CC@
106
BASIC_FILE_H = @BASIC_FILE_H@
107
CC = @CC@
108
CCODECVT_CC = @CCODECVT_CC@
109
CCOLLATE_CC = @CCOLLATE_CC@
110
CCTYPE_CC = @CCTYPE_CC@
111
CFLAGS = @CFLAGS@
112
CLOCALE_CC = @CLOCALE_CC@
113
CLOCALE_H = @CLOCALE_H@
114
CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@
115
CMESSAGES_CC = @CMESSAGES_CC@
116
CMESSAGES_H = @CMESSAGES_H@
117
CMONEY_CC = @CMONEY_CC@
118
CNUMERIC_CC = @CNUMERIC_CC@
119
CPP = @CPP@
120
CPPFLAGS = @CPPFLAGS@
121
CPU_DEFINES_SRCDIR = @CPU_DEFINES_SRCDIR@
122
CSTDIO_H = @CSTDIO_H@
123
CTIME_CC = @CTIME_CC@
124
CTIME_H = @CTIME_H@
125
CXX = @CXX@
126
CXXCPP = @CXXCPP@
127
CXXFLAGS = @CXXFLAGS@
128
CYGPATH_W = @CYGPATH_W@
129
C_INCLUDE_DIR = @C_INCLUDE_DIR@
130
DEBUG_FLAGS = @DEBUG_FLAGS@
131
DEFS = @DEFS@
132
ECHO_C = @ECHO_C@
133
ECHO_N = @ECHO_N@
134
ECHO_T = @ECHO_T@
135
EGREP = @EGREP@
136
ENABLE_SYMVERS_DARWIN_EXPORT_FALSE = @ENABLE_SYMVERS_DARWIN_EXPORT_FALSE@
137
ENABLE_SYMVERS_DARWIN_EXPORT_TRUE = @ENABLE_SYMVERS_DARWIN_EXPORT_TRUE@
138
ENABLE_SYMVERS_GNU_FALSE = @ENABLE_SYMVERS_GNU_FALSE@
139
ENABLE_SYMVERS_GNU_TRUE = @ENABLE_SYMVERS_GNU_TRUE@
140
EXEEXT = @EXEEXT@
141
EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
142
GLIBCXX_BUILD_DEBUG_FALSE = @GLIBCXX_BUILD_DEBUG_FALSE@
143
GLIBCXX_BUILD_DEBUG_TRUE = @GLIBCXX_BUILD_DEBUG_TRUE@
144
GLIBCXX_BUILD_PCH_FALSE = @GLIBCXX_BUILD_PCH_FALSE@
145
GLIBCXX_BUILD_PCH_TRUE = @GLIBCXX_BUILD_PCH_TRUE@
146
GLIBCXX_C_HEADERS_COMPATIBILITY_FALSE = @GLIBCXX_C_HEADERS_COMPATIBILITY_FALSE@
147
GLIBCXX_C_HEADERS_COMPATIBILITY_TRUE = @GLIBCXX_C_HEADERS_COMPATIBILITY_TRUE@
148
GLIBCXX_C_HEADERS_C_FALSE = @GLIBCXX_C_HEADERS_C_FALSE@
149
GLIBCXX_C_HEADERS_C_STD_FALSE = @GLIBCXX_C_HEADERS_C_STD_FALSE@
150
GLIBCXX_C_HEADERS_C_STD_TRUE = @GLIBCXX_C_HEADERS_C_STD_TRUE@
151
GLIBCXX_C_HEADERS_C_TRUE = @GLIBCXX_C_HEADERS_C_TRUE@
152
GLIBCXX_HOSTED_FALSE = @GLIBCXX_HOSTED_FALSE@
153
GLIBCXX_HOSTED_TRUE = @GLIBCXX_HOSTED_TRUE@
154
GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
155
INSTALL_DATA = @INSTALL_DATA@
156
INSTALL_PROGRAM = @INSTALL_PROGRAM@
157
INSTALL_SCRIPT = @INSTALL_SCRIPT@
158
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
159
LIBICONV = @LIBICONV@
160
LIBMATHOBJS = @LIBMATHOBJS@
161
LIBOBJS = @LIBOBJS@
162
LIBS = @LIBS@
163
LIBSUPCXX_PICFLAGS = @LIBSUPCXX_PICFLAGS@
164
LIBTOOL = @LIBTOOL@
165
LN_S = @LN_S@
166
LTLIBOBJS = @LTLIBOBJS@
167
MAINT = @MAINT@
168
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
169
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
170
MAKEINFO = @MAKEINFO@
171
OBJEXT = @OBJEXT@
172
OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
173
OPT_LDFLAGS = @OPT_LDFLAGS@
174
OS_INC_SRCDIR = @OS_INC_SRCDIR@
175
PACKAGE = @PACKAGE@
176
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
177
PACKAGE_NAME = @PACKAGE_NAME@
178
PACKAGE_STRING = @PACKAGE_STRING@
179
PACKAGE_TARNAME = @PACKAGE_TARNAME@
180
PACKAGE_VERSION = @PACKAGE_VERSION@
181
PATH_SEPARATOR = @PATH_SEPARATOR@
182
RANLIB = @RANLIB@
183
SECTION_FLAGS = @SECTION_FLAGS@
184
SECTION_LDFLAGS = @SECTION_LDFLAGS@
185
SET_MAKE = @SET_MAKE@
186
SHELL = @SHELL@
187
STRIP = @STRIP@
188
SYMVER_MAP = @SYMVER_MAP@
189
TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
190
USE_NLS = @USE_NLS@
191
VERSION = @VERSION@
192
WARN_FLAGS = @WARN_FLAGS@
193
WERROR = @WERROR@
194
ac_ct_AR = @ac_ct_AR@
195
ac_ct_AS = @ac_ct_AS@
196
ac_ct_CC = @ac_ct_CC@
197
ac_ct_CXX = @ac_ct_CXX@
198
ac_ct_RANLIB = @ac_ct_RANLIB@
199
ac_ct_STRIP = @ac_ct_STRIP@
200
am__leading_dot = @am__leading_dot@
201
am__tar = @am__tar@
202
am__untar = @am__untar@
203
baseline_dir = @baseline_dir@
204
bindir = @bindir@
205
build = @build@
206
build_alias = @build_alias@
207
build_cpu = @build_cpu@
208
build_os = @build_os@
209
build_vendor = @build_vendor@
210
check_msgfmt = @check_msgfmt@
211
datadir = @datadir@
212
enable_shared = @enable_shared@
213
enable_static = @enable_static@
214
exec_prefix = @exec_prefix@
215
glibcxx_MOFILES = @glibcxx_MOFILES@
216
glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@
217
glibcxx_POFILES = @glibcxx_POFILES@
218
glibcxx_builddir = @glibcxx_builddir@
219
glibcxx_localedir = @glibcxx_localedir@
220
glibcxx_prefixdir = @glibcxx_prefixdir@
221
glibcxx_srcdir = @glibcxx_srcdir@
222
glibcxx_thread_h = @glibcxx_thread_h@
223
glibcxx_toolexecdir = @glibcxx_toolexecdir@
224
glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@
225
gxx_include_dir = @gxx_include_dir@
226
host = @host@
227
host_alias = @host_alias@
228
host_cpu = @host_cpu@
229
host_os = @host_os@
230
host_vendor = @host_vendor@
231
includedir = @includedir@
232
infodir = @infodir@
233
install_sh = @install_sh@
234
libdir = @libdir@
235
libexecdir = @libexecdir@
236
libtool_VERSION = @libtool_VERSION@
237
localstatedir = @localstatedir@
238
mandir = @mandir@
239
mkdir_p = @mkdir_p@
240
multi_basedir = @multi_basedir@
241
oldincludedir = @oldincludedir@
242
port_specific_symbol_files = @port_specific_symbol_files@
243
prefix = @prefix@
244
program_transform_name = @program_transform_name@
245
sbindir = @sbindir@
246
sharedstatedir = @sharedstatedir@
247
sysconfdir = @sysconfdir@
248
target = @target@
249
target_alias = @target_alias@
250
target_cpu = @target_cpu@
251
target_os = @target_os@
252
target_vendor = @target_vendor@
253
toplevel_srcdir = @toplevel_srcdir@
254
 
255
# May be used by various substitution variables.
256
gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
257
MAINT_CHARSET = latin1
258
mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
259
PWD_COMMAND = $${PWDCMD-pwd}
260
STAMP = echo timestamp >
261
toolexecdir = $(glibcxx_toolexecdir)
262
toolexeclibdir = $(glibcxx_toolexeclibdir)
263
 
264
# These bits are all figured out from configure.  Look in acinclude.m4
265
# or configure.ac to see how they are set.  See GLIBCXX_EXPORT_FLAGS.
266
CONFIG_CXXFLAGS = \
267
        $(SECTION_FLAGS) $(EXTRA_CXX_FLAGS)
268
 
269
WARN_CXXFLAGS = \
270
        $(WARN_FLAGS) $(WERROR) -fdiagnostics-show-location=once
271
 
272
 
273
# -I/-D flags to pass when compiling.
274
AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
275
 
276
# Cross compiler support.
277
toolexeclib_LTLIBRARIES = libstdc++.la
278
@ENABLE_SYMVERS_DARWIN_EXPORT_FALSE@@ENABLE_SYMVERS_GNU_FALSE@version_arg =
279
@ENABLE_SYMVERS_DARWIN_EXPORT_TRUE@@ENABLE_SYMVERS_GNU_FALSE@version_arg = -Wl,-exported_symbols_list,libstdc++-symbol.explist
280
@ENABLE_SYMVERS_GNU_TRUE@version_arg = -Wl,--version-script=libstdc++-symbol.ver
281
@ENABLE_SYMVERS_DARWIN_EXPORT_FALSE@@ENABLE_SYMVERS_GNU_FALSE@version_dep =
282
@ENABLE_SYMVERS_DARWIN_EXPORT_TRUE@@ENABLE_SYMVERS_GNU_FALSE@version_dep = libstdc++-symbol.explist
283
@ENABLE_SYMVERS_GNU_TRUE@version_dep = libstdc++-symbol.ver
284
 
285
# Source files linked in via configuration/make substitution for a
286
# particular host.
287
host_sources = \
288
        atomicity.cc \
289
        codecvt_members.cc \
290
        collate_members.cc \
291
        ctype_members.cc \
292
        messages_members.cc \
293
        monetary_members.cc \
294
        numeric_members.cc \
295
        time_members.cc
296
 
297
atomicity_file = ${glibcxx_srcdir}/$(ATOMICITY_SRCDIR)/atomicity.h
298
 
299
# Source files linked in via configuration/make substitution for a
300
# particular host, but with ad hoc naming rules.
301
host_sources_extra = \
302
        basic_file.cc \
303
        c++locale.cc
304
 
305
 
306
# Sources present in the src directory.
307
sources = \
308
        bitmap_allocator.cc \
309
        pool_allocator.cc \
310
        mt_allocator.cc \
311
        codecvt.cc \
312
        compatibility.cc \
313
        complex_io.cc \
314
        ctype.cc \
315
        debug.cc \
316
        debug_list.cc \
317
        functexcept.cc \
318
        globals_locale.cc \
319
        globals_io.cc \
320
        ios.cc \
321
        ios_failure.cc \
322
        ios_init.cc \
323
        ios_locale.cc \
324
        limits.cc \
325
        list.cc \
326
        locale.cc \
327
        locale_init.cc \
328
        locale_facets.cc \
329
        localename.cc \
330
        stdexcept.cc \
331
        strstream.cc \
332
        tree.cc \
333
        allocator-inst.cc \
334
        concept-inst.cc \
335
        fstream-inst.cc \
336
        ext-inst.cc \
337
        ios-inst.cc \
338
        iostream-inst.cc \
339
        istream-inst.cc \
340
        istream.cc \
341
        locale-inst.cc \
342
        locale-misc-inst.cc \
343
        misc-inst.cc \
344
        ostream-inst.cc \
345
        sstream-inst.cc \
346
        streambuf-inst.cc \
347
        streambuf.cc \
348
        string-inst.cc \
349
        valarray-inst.cc \
350
        wlocale-inst.cc \
351
        wstring-inst.cc \
352
        ${host_sources} \
353
        ${host_sources_extra}
354
 
355
libstdc___la_SOURCES = $(sources)
356
libstdc___la_LIBADD = \
357
        $(top_builddir)/libmath/libmath.la \
358
        $(top_builddir)/libsupc++/libsupc++convenience.la
359
 
360
libstdc___la_DEPENDENCIES = ${version_dep} $(libstdc___la_LIBADD)
361
libstdc___la_LDFLAGS = \
362
        -version-info $(libtool_VERSION) ${version_arg} -lm
363
 
364
 
365
# Use special rules for the deprecated source files so that they find
366
# deprecated include files.
367
GLIBCXX_INCLUDE_DIR = $(glibcxx_builddir)/include
368
 
369
# AM_CXXFLAGS needs to be in each subdirectory so that it can be
370
# modified in a per-library or per-sub-library way.  Need to manually
371
# set this option because CONFIG_CXXFLAGS has to be after
372
# OPTIMIZE_CXXFLAGS on the compile line so that -O2 can be overridden
373
# as the occasion calls for it.
374
AM_CXXFLAGS = \
375
        -fno-implicit-templates \
376
        $(WARN_CXXFLAGS) \
377
        $(OPTIMIZE_CXXFLAGS) \
378
        $(CONFIG_CXXFLAGS)
379
 
380
 
381
# libstdc++ libtool notes
382
 
383
# 1) Need to explicitly set LTCXXCOMPILE so that AM_CXXFLAGS is
384
# last. (That way, things like -O2 passed down from the toplevel can
385
# be overridden by --enable-debug.)
386
 
387
# 2) In general, libtool expects an argument such as `--tag=CXX' when
388
# using the C++ compiler, because that will enable the settings
389
# detected when C++ support was being configured.  However, when no
390
# such flag is given in the command line, libtool attempts to figure
391
# it out by matching the compiler name in each configuration section
392
# against a prefix of the command line.  The problem is that, if the
393
# compiler name and its initial flags stored in the libtool
394
# configuration file don't match those in the command line, libtool
395
# can't decide which configuration to use, and it gives up.  The
396
# correct solution is to add `--tag CXX' to LTCXXCOMPILE and maybe
397
# CXXLINK, just after $(LIBTOOL), so that libtool doesn't have to
398
# attempt to infer which configuration to use
399
LTCXXCOMPILE = $(LIBTOOL) --tag CXX --mode=compile $(CXX) $(INCLUDES) \
400
               $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(AM_CXXFLAGS)
401
 
402
 
403
# 3) We'd have a problem when building the shared libstdc++ object if
404
# the rules automake generates would be used.  We cannot allow g++ to
405
# be used since this would add -lstdc++ to the link line which of
406
# course is problematic at this point.  So, we get the top-level
407
# directory to configure libstdc++-v3 to use gcc as the C++
408
# compilation driver.
409
CXXLINK = $(LIBTOOL) --tag CXX --mode=link $(CXX) \
410
          $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_CXXFLAGS) $(LDFLAGS) -o $@
411
 
412
debugdir = debug
413
all: all-am
414
 
415
.SUFFIXES:
416
.SUFFIXES: .cc .lo .o .obj
417
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(am__configure_deps)
418
        @for dep in $?; do \
419
          case '$(am__configure_deps)' in \
420
            *$$dep*) \
421
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
422
                && exit 0; \
423
              exit 1;; \
424
          esac; \
425
        done; \
426
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  --ignore-deps src/Makefile'; \
427
        cd $(top_srcdir) && \
428
          $(AUTOMAKE) --foreign  --ignore-deps src/Makefile
429
.PRECIOUS: Makefile
430
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
431
        @case '$?' in \
432
          *config.status*) \
433
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
434
          *) \
435
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
436
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
437
        esac;
438
 
439
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
440
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
441
 
442
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
443
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
444
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
445
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
446
install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
447
        @$(NORMAL_INSTALL)
448
        test -z "$(toolexeclibdir)" || $(mkdir_p) "$(DESTDIR)$(toolexeclibdir)"
449
        @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
450
          if test -f $$p; then \
451
            f=$(am__strip_dir) \
452
            echo " $(LIBTOOL) --mode=install $(toolexeclibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
453
            $(LIBTOOL) --mode=install $(toolexeclibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(toolexeclibdir)/$$f"; \
454
          else :; fi; \
455
        done
456
 
457
uninstall-toolexeclibLTLIBRARIES:
458
        @$(NORMAL_UNINSTALL)
459
        @set -x; list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
460
          p=$(am__strip_dir) \
461
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$p'"; \
462
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$p"; \
463
        done
464
 
465
clean-toolexeclibLTLIBRARIES:
466
        -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
467
        @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
468
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
469
          test "$$dir" != "$$p" || dir=.; \
470
          echo "rm -f \"$${dir}/so_locations\""; \
471
          rm -f "$${dir}/so_locations"; \
472
        done
473
libstdc++.la: $(libstdc___la_OBJECTS) $(libstdc___la_DEPENDENCIES)
474
        $(CXXLINK) -rpath $(toolexeclibdir) $(libstdc___la_LDFLAGS) $(libstdc___la_OBJECTS) $(libstdc___la_LIBADD) $(LIBS)
475
 
476
mostlyclean-compile:
477
        -rm -f *.$(OBJEXT)
478
 
479
distclean-compile:
480
        -rm -f *.tab.c
481
 
482
.cc.o:
483
        $(CXXCOMPILE) -c -o $@ $<
484
 
485
.cc.obj:
486
        $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
487
 
488
.cc.lo:
489
        $(LTCXXCOMPILE) -c -o $@ $<
490
 
491
mostlyclean-libtool:
492
        -rm -f *.lo
493
 
494
clean-libtool:
495
        -rm -rf .libs _libs
496
 
497
distclean-libtool:
498
        -rm -f libtool
499
uninstall-info-am:
500
 
501
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
502
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
503
        unique=`for i in $$list; do \
504
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
505
          done | \
506
          $(AWK) '    { files[$$0] = 1; } \
507
               END { for (i in files) print i; }'`; \
508
        mkid -fID $$unique
509
tags: TAGS
510
 
511
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
512
                $(TAGS_FILES) $(LISP)
513
        tags=; \
514
        here=`pwd`; \
515
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
516
        unique=`for i in $$list; do \
517
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
518
          done | \
519
          $(AWK) '    { files[$$0] = 1; } \
520
               END { for (i in files) print i; }'`; \
521
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
522
          test -n "$$unique" || unique=$$empty_fix; \
523
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
524
            $$tags $$unique; \
525
        fi
526
ctags: CTAGS
527
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
528
                $(TAGS_FILES) $(LISP)
529
        tags=; \
530
        here=`pwd`; \
531
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
532
        unique=`for i in $$list; do \
533
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
534
          done | \
535
          $(AWK) '    { files[$$0] = 1; } \
536
               END { for (i in files) print i; }'`; \
537
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
538
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
539
             $$tags $$unique
540
 
541
GTAGS:
542
        here=`$(am__cd) $(top_builddir) && pwd` \
543
          && cd $(top_srcdir) \
544
          && gtags -i $(GTAGS_ARGS) $$here
545
 
546
distclean-tags:
547
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
548
 
549
distdir: $(DISTFILES)
550
        $(mkdir_p) $(distdir)/..
551
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
552
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
553
        list='$(DISTFILES)'; for file in $$list; do \
554
          case $$file in \
555
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
556
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
557
          esac; \
558
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
559
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
560
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
561
            dir="/$$dir"; \
562
            $(mkdir_p) "$(distdir)$$dir"; \
563
          else \
564
            dir=''; \
565
          fi; \
566
          if test -d $$d/$$file; then \
567
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
568
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
569
            fi; \
570
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
571
          else \
572
            test -f $(distdir)/$$file \
573
            || cp -p $$d/$$file $(distdir)/$$file \
574
            || exit 1; \
575
          fi; \
576
        done
577
check-am: all-am
578
check: check-am
579
all-am: Makefile $(LTLIBRARIES) all-local
580
installdirs:
581
        for dir in "$(DESTDIR)$(toolexeclibdir)"; do \
582
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
583
        done
584
install: install-am
585
install-exec: install-exec-am
586
install-data: install-data-am
587
uninstall: uninstall-am
588
 
589
install-am: all-am
590
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
591
 
592
installcheck: installcheck-am
593
install-strip:
594
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
595
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
596
          `test -z '$(STRIP)' || \
597
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
598
mostlyclean-generic:
599
 
600
clean-generic:
601
 
602
distclean-generic:
603
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
604
 
605
maintainer-clean-generic:
606
        @echo "This command is intended for maintainers to use"
607
        @echo "it deletes files that may require special tools to rebuild."
608
clean: clean-am
609
 
610
clean-am: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \
611
        mostlyclean-am
612
 
613
distclean: distclean-am
614
        -rm -f Makefile
615
distclean-am: clean-am distclean-compile distclean-generic \
616
        distclean-libtool distclean-tags
617
 
618
dvi: dvi-am
619
 
620
dvi-am:
621
 
622
html: html-am
623
 
624
info: info-am
625
 
626
info-am:
627
 
628
install-data-am: install-data-local
629
 
630
install-exec-am: install-toolexeclibLTLIBRARIES
631
 
632
install-info: install-info-am
633
 
634
install-man:
635
 
636
installcheck-am:
637
 
638
maintainer-clean: maintainer-clean-am
639
        -rm -f Makefile
640
maintainer-clean-am: distclean-am maintainer-clean-generic
641
 
642
mostlyclean: mostlyclean-am
643
 
644
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
645
        mostlyclean-libtool
646
 
647
pdf: pdf-am
648
 
649
pdf-am:
650
 
651
ps: ps-am
652
 
653
ps-am:
654
 
655
uninstall-am: uninstall-info-am uninstall-toolexeclibLTLIBRARIES
656
 
657
.PHONY: CTAGS GTAGS all all-am all-local check check-am clean \
658
        clean-generic clean-libtool clean-toolexeclibLTLIBRARIES ctags \
659
        distclean distclean-compile distclean-generic \
660
        distclean-libtool distclean-tags distdir dvi dvi-am html \
661
        html-am info info-am install install-am install-data \
662
        install-data-am install-data-local install-exec \
663
        install-exec-am install-info install-info-am install-man \
664
        install-strip install-toolexeclibLTLIBRARIES installcheck \
665
        installcheck-am installdirs maintainer-clean \
666
        maintainer-clean-generic mostlyclean mostlyclean-compile \
667
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
668
        tags uninstall uninstall-am uninstall-info-am \
669
        uninstall-toolexeclibLTLIBRARIES
670
 
671
 
672
# Symbol versioning for shared libraries.
673
# This could be conditional on
674
# ENABLE_SYMVERS_GNU || ENABLE_SYMVERS_DARWIN_EXPORT
675
# but automake doesn't support OR operations in conditionals.
676
libstdc++-symbol.ver:  ${glibcxx_srcdir}/$(SYMVER_MAP) \
677
                $(port_specific_symbol_files)
678
        cp ${glibcxx_srcdir}/$(SYMVER_MAP) ./libstdc++-symbol.ver
679
        if test "x$(port_specific_symbol_files)" != x; then \
680
          sed -n '1,/DO NOT DELETE/p' $@ > tmp.top; \
681
          sed -n '/DO NOT DELETE/,$$p' $@ > tmp.bottom; \
682
          cat tmp.top $(port_specific_symbol_files) tmp.bottom > $@; \
683
          rm tmp.top tmp.bottom; \
684
        fi
685
@ENABLE_SYMVERS_DARWIN_EXPORT_TRUE@@ENABLE_SYMVERS_GNU_FALSE@libstdc++-symbol.explist : libstdc++-symbol.ver \
686
@ENABLE_SYMVERS_DARWIN_EXPORT_TRUE@@ENABLE_SYMVERS_GNU_FALSE@           ${glibcxx_srcdir}/scripts/make_exports.pl \
687
@ENABLE_SYMVERS_DARWIN_EXPORT_TRUE@@ENABLE_SYMVERS_GNU_FALSE@           $(libstdc___la_OBJECTS) $(libstdc___la_LIBADD)
688
@ENABLE_SYMVERS_DARWIN_EXPORT_TRUE@@ENABLE_SYMVERS_GNU_FALSE@   perl ${glibcxx_srcdir}/scripts/make_exports.pl \
689
@ENABLE_SYMVERS_DARWIN_EXPORT_TRUE@@ENABLE_SYMVERS_GNU_FALSE@     libstdc++-symbol.ver \
690
@ENABLE_SYMVERS_DARWIN_EXPORT_TRUE@@ENABLE_SYMVERS_GNU_FALSE@     $(libstdc___la_OBJECTS:%.lo=.libs/%.o) \
691
@ENABLE_SYMVERS_DARWIN_EXPORT_TRUE@@ENABLE_SYMVERS_GNU_FALSE@    `echo $(libstdc___la_LIBADD) | \
692
@ENABLE_SYMVERS_DARWIN_EXPORT_TRUE@@ENABLE_SYMVERS_GNU_FALSE@       sed 's,/\([^/.]*\)\.la,/.libs/\1.a,g'` \
693
@ENABLE_SYMVERS_DARWIN_EXPORT_TRUE@@ENABLE_SYMVERS_GNU_FALSE@    > $@ || (rm -f $@ ; exit 1)
694
 
695
codecvt_members.cc: ${glibcxx_srcdir}/$(CCODECVT_CC)
696
        $(LN_S) ${glibcxx_srcdir}/$(CCODECVT_CC) . || true
697
 
698
collate_members.cc: ${glibcxx_srcdir}/$(CCOLLATE_CC)
699
        $(LN_S) ${glibcxx_srcdir}/$(CCOLLATE_CC) . || true
700
 
701
ctype_members.cc: ${glibcxx_srcdir}/$(CCTYPE_CC)
702
        $(LN_S) ${glibcxx_srcdir}/$(CCTYPE_CC) . || true
703
 
704
messages_members.cc: ${glibcxx_srcdir}/$(CMESSAGES_CC)
705
        $(LN_S) ${glibcxx_srcdir}/$(CMESSAGES_CC) . || true
706
 
707
monetary_members.cc: ${glibcxx_srcdir}/$(CMONEY_CC)
708
        $(LN_S) ${glibcxx_srcdir}/$(CMONEY_CC) . || true
709
 
710
numeric_members.cc: ${glibcxx_srcdir}/$(CNUMERIC_CC)
711
        $(LN_S) ${glibcxx_srcdir}/$(CNUMERIC_CC) . || true
712
 
713
time_members.cc: ${glibcxx_srcdir}/$(CTIME_CC)
714
        $(LN_S) ${glibcxx_srcdir}/$(CTIME_CC) . || true
715
atomicity.cc: ${atomicity_file}
716
        $(LN_S) ${atomicity_file} ./atomicity.cc || true
717
 
718
c++locale.cc: ${glibcxx_srcdir}/$(CLOCALE_CC)
719
        $(LN_S) ${glibcxx_srcdir}/$(CLOCALE_CC) ./$@ || true
720
 
721
basic_file.cc: ${glibcxx_srcdir}/$(BASIC_FILE_CC)
722
        $(LN_S) ${glibcxx_srcdir}/$(BASIC_FILE_CC) ./$@ || true
723
strstream.lo: strstream.cc
724
        $(LTCXXCOMPILE) -I$(GLIBCXX_INCLUDE_DIR)/backward -Wno-deprecated -c $<
725
strstream.o: strstream.cc
726
        $(CXXCOMPILE) -I$(GLIBCXX_INCLUDE_DIR)/backward -Wno-deprecated -c $<
727
 
728
# Use special rules for the concept-checking instantiations so that all
729
# the generated template functions are also instantiated.  Force the checks
730
# to be on so that the instantiations are actually seen.
731
concept-inst.lo: concept-inst.cc
732
        $(LTCXXCOMPILE) -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c $<
733
concept-inst.o: concept-inst.cc
734
        $(CXXCOMPILE) -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c $<
735
 
736
# Added bits to build debug library.
737
@GLIBCXX_BUILD_DEBUG_TRUE@all-local: build_debug
738
@GLIBCXX_BUILD_DEBUG_TRUE@install-data-local: install_debug
739
@GLIBCXX_BUILD_DEBUG_FALSE@all-local:
740
@GLIBCXX_BUILD_DEBUG_FALSE@install-data-local:
741
 
742
# Build parallel set of debug objects here.
743
stamp-debug:
744
        if test ! -d ${debugdir}; then \
745
          mkdir -p ${debugdir}; \
746
          (cd ${debugdir}; \
747
          sed -e 's/top_builddir = \.\./top_builddir = ..\/../' \
748
              -e 's/srcdir = \.\./srcdir = ..\/../' \
749
              -e 's/glibcxx_basedir = \.\./glibcxx_basedir = ..\/../' \
750
              -e 's/all-local: build_debug/all-local:/' \
751
              -e 's/install-data-local: install_debug/install-data-local:/' \
752
          < ../Makefile > Makefile) ; \
753
        fi; \
754
        echo `date` > stamp-debug;
755
 
756
build_debug: stamp-debug
757
        (cd ${debugdir} && $(MAKE) CXXFLAGS='$(DEBUG_FLAGS)' all)
758
 
759
# Install debug library here.
760
install_debug:
761
        (cd ${debugdir} && $(MAKE) \
762
        toolexeclibdir=$(glibcxx_toolexeclibdir)/debug install)
763
# Tell versions [3.59,3.63) of GNU make to not export all variables.
764
# Otherwise a system limit (for SysV at least) may be exceeded.
765
.NOEXPORT:

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.