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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libstdc++-v3/] [src/] [c++11/] [Makefile.in] - Blame information for rev 823

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 742 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
DIST_COMMON = $(top_srcdir)/fragment.am $(srcdir)/Makefile.in \
39
        $(srcdir)/Makefile.am
40
subdir = src/c++11
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
43
        $(top_srcdir)/../config/enable.m4 \
44
        $(top_srcdir)/../config/futex.m4 \
45
        $(top_srcdir)/../config/iconv.m4 \
46
        $(top_srcdir)/../config/lead-dot.m4 \
47
        $(top_srcdir)/../config/lib-ld.m4 \
48
        $(top_srcdir)/../config/lib-link.m4 \
49
        $(top_srcdir)/../config/lib-prefix.m4 \
50
        $(top_srcdir)/../config/lthostflags.m4 \
51
        $(top_srcdir)/../config/multi.m4 \
52
        $(top_srcdir)/../config/no-executables.m4 \
53
        $(top_srcdir)/../config/override.m4 \
54
        $(top_srcdir)/../config/stdint.m4 \
55
        $(top_srcdir)/../config/unwind_ipinfo.m4 \
56
        $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
57
        $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
58
        $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/crossconfig.m4 \
59
        $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \
60
        $(top_srcdir)/../config/gc++filt.m4 \
61
        $(top_srcdir)/../config/tls.m4 $(top_srcdir)/configure.ac
62
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63
        $(ACLOCAL_M4)
64
CONFIG_HEADER = $(top_builddir)/config.h
65
CONFIG_CLEAN_FILES =
66
CONFIG_CLEAN_VPATH_FILES =
67
LTLIBRARIES = $(noinst_LTLIBRARIES)
68
libc__11convenience_la_LIBADD =
69
am__objects_1 = chrono.lo condition_variable.lo compatibility-c++0x.lo \
70
        compatibility-atomic-c++0x.lo debug.lo functexcept.lo \
71
        functional.lo future.lo hash_c++0x.lo hashtable_c++0x.lo \
72
        limits.lo mutex.lo placeholders.lo regex.lo shared_ptr.lo \
73
        system_error.lo thread.lo
74
@ENABLE_EXTERN_TEMPLATE_TRUE@am__objects_2 = fstream-inst.lo \
75
@ENABLE_EXTERN_TEMPLATE_TRUE@   string-inst.lo wstring-inst.lo
76
am_libc__11convenience_la_OBJECTS = $(am__objects_1) $(am__objects_2)
77
libc__11convenience_la_OBJECTS = $(am_libc__11convenience_la_OBJECTS)
78
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
79
depcomp =
80
am__depfiles_maybe =
81
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
82
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
83
CXXLD = $(CXX)
84
SOURCES = $(libc__11convenience_la_SOURCES)
85
ETAGS = etags
86
CTAGS = ctags
87
ABI_TWEAKS_SRCDIR = @ABI_TWEAKS_SRCDIR@
88
ACLOCAL = @ACLOCAL@
89
ALLOCATOR_H = @ALLOCATOR_H@
90
ALLOCATOR_NAME = @ALLOCATOR_NAME@
91
AMTAR = @AMTAR@
92
AR = @AR@
93
AS = @AS@
94
ATOMICITY_SRCDIR = @ATOMICITY_SRCDIR@
95
ATOMIC_FLAGS = @ATOMIC_FLAGS@
96
ATOMIC_WORD_SRCDIR = @ATOMIC_WORD_SRCDIR@
97
AUTOCONF = @AUTOCONF@
98
AUTOHEADER = @AUTOHEADER@
99
AUTOMAKE = @AUTOMAKE@
100
AWK = @AWK@
101
BASIC_FILE_CC = @BASIC_FILE_CC@
102
BASIC_FILE_H = @BASIC_FILE_H@
103
CC = @CC@
104
CCODECVT_CC = @CCODECVT_CC@
105
CCOLLATE_CC = @CCOLLATE_CC@
106
CCTYPE_CC = @CCTYPE_CC@
107
CFLAGS = @CFLAGS@
108
CLOCALE_CC = @CLOCALE_CC@
109
CLOCALE_H = @CLOCALE_H@
110
CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@
111
CMESSAGES_CC = @CMESSAGES_CC@
112
CMESSAGES_H = @CMESSAGES_H@
113
CMONEY_CC = @CMONEY_CC@
114
CNUMERIC_CC = @CNUMERIC_CC@
115
CPP = @CPP@
116
CPPFLAGS = @CPPFLAGS@
117
CPU_DEFINES_SRCDIR = @CPU_DEFINES_SRCDIR@
118
CSTDIO_H = @CSTDIO_H@
119
CTIME_CC = @CTIME_CC@
120
CTIME_H = @CTIME_H@
121
CXX = @CXX@
122
CXXCPP = @CXXCPP@
123
CXXFILT = @CXXFILT@
124
CXXFLAGS = @CXXFLAGS@
125
CYGPATH_W = @CYGPATH_W@
126
C_INCLUDE_DIR = @C_INCLUDE_DIR@
127
DBLATEX = @DBLATEX@
128
DEBUG_FLAGS = @DEBUG_FLAGS@
129
DEFS = @DEFS@
130
DOT = @DOT@
131
DOXYGEN = @DOXYGEN@
132
DSYMUTIL = @DSYMUTIL@
133
DUMPBIN = @DUMPBIN@
134
ECHO_C = @ECHO_C@
135
ECHO_N = @ECHO_N@
136
ECHO_T = @ECHO_T@
137
EGREP = @EGREP@
138
ERROR_CONSTANTS_SRCDIR = @ERROR_CONSTANTS_SRCDIR@
139
EXEEXT = @EXEEXT@
140
EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
141
FGREP = @FGREP@
142
GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
143
GLIBCXX_LIBS = @GLIBCXX_LIBS@
144
GREP = @GREP@
145
INSTALL = @INSTALL@
146
INSTALL_DATA = @INSTALL_DATA@
147
INSTALL_PROGRAM = @INSTALL_PROGRAM@
148
INSTALL_SCRIPT = @INSTALL_SCRIPT@
149
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
150
LD = @LD@
151
LDFLAGS = @LDFLAGS@
152
LIBICONV = @LIBICONV@
153
LIBOBJS = @LIBOBJS@
154
LIBS = @LIBS@
155
LIBTOOL = @LIBTOOL@
156
LIPO = @LIPO@
157
LN_S = @LN_S@
158
LTLIBICONV = @LTLIBICONV@
159
LTLIBOBJS = @LTLIBOBJS@
160
MAINT = @MAINT@
161
MAKEINFO = @MAKEINFO@
162
MKDIR_P = @MKDIR_P@
163
NM = @NM@
164
NMEDIT = @NMEDIT@
165
OBJDUMP = @OBJDUMP@
166
OBJEXT = @OBJEXT@
167
OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
168
OPT_LDFLAGS = @OPT_LDFLAGS@
169
OS_INC_SRCDIR = @OS_INC_SRCDIR@
170
OTOOL = @OTOOL@
171
OTOOL64 = @OTOOL64@
172
PACKAGE = @PACKAGE@
173
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
174
PACKAGE_NAME = @PACKAGE_NAME@
175
PACKAGE_STRING = @PACKAGE_STRING@
176
PACKAGE_TARNAME = @PACKAGE_TARNAME@
177
PACKAGE_URL = @PACKAGE_URL@
178
PACKAGE_VERSION = @PACKAGE_VERSION@
179
PATH_SEPARATOR = @PATH_SEPARATOR@
180
PDFLATEX = @PDFLATEX@
181
PIC_CXXFLAGS = @PIC_CXXFLAGS@
182
RANLIB = @RANLIB@
183
SECTION_FLAGS = @SECTION_FLAGS@
184
SECTION_LDFLAGS = @SECTION_LDFLAGS@
185
SED = @SED@
186
SET_MAKE = @SET_MAKE@
187
SHELL = @SHELL@
188
STRIP = @STRIP@
189
SYMVER_FILE = @SYMVER_FILE@
190
TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
191
USE_NLS = @USE_NLS@
192
VERSION = @VERSION@
193
WARN_FLAGS = @WARN_FLAGS@
194
WERROR = @WERROR@
195
XMLLINT = @XMLLINT@
196
XSLTPROC = @XSLTPROC@
197
XSL_STYLE_DIR = @XSL_STYLE_DIR@
198
abs_builddir = @abs_builddir@
199
abs_srcdir = @abs_srcdir@
200
abs_top_builddir = @abs_top_builddir@
201
abs_top_srcdir = @abs_top_srcdir@
202
ac_ct_CC = @ac_ct_CC@
203
ac_ct_CXX = @ac_ct_CXX@
204
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
205
am__leading_dot = @am__leading_dot@
206
am__tar = @am__tar@
207
am__untar = @am__untar@
208
baseline_dir = @baseline_dir@
209
baseline_subdir_switch = @baseline_subdir_switch@
210
bindir = @bindir@
211
build = @build@
212
build_alias = @build_alias@
213
build_cpu = @build_cpu@
214
build_os = @build_os@
215
build_vendor = @build_vendor@
216
builddir = @builddir@
217
check_msgfmt = @check_msgfmt@
218
datadir = @datadir@
219
datarootdir = @datarootdir@
220
docdir = @docdir@
221
dvidir = @dvidir@
222
enable_shared = @enable_shared@
223
enable_static = @enable_static@
224
exec_prefix = @exec_prefix@
225
glibcxx_MOFILES = @glibcxx_MOFILES@
226
glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@
227
glibcxx_POFILES = @glibcxx_POFILES@
228
glibcxx_builddir = @glibcxx_builddir@
229
glibcxx_localedir = @glibcxx_localedir@
230
glibcxx_prefixdir = @glibcxx_prefixdir@
231
glibcxx_srcdir = @glibcxx_srcdir@
232
glibcxx_toolexecdir = @glibcxx_toolexecdir@
233
glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@
234
gxx_include_dir = @gxx_include_dir@
235
host = @host@
236
host_alias = @host_alias@
237
host_cpu = @host_cpu@
238
host_os = @host_os@
239
host_vendor = @host_vendor@
240
htmldir = @htmldir@
241
includedir = @includedir@
242
infodir = @infodir@
243
install_sh = @install_sh@
244
libdir = @libdir@
245
libexecdir = @libexecdir@
246
libtool_VERSION = @libtool_VERSION@
247
localedir = @localedir@
248
localstatedir = @localstatedir@
249
lt_host_flags = @lt_host_flags@
250
mandir = @mandir@
251
mkdir_p = @mkdir_p@
252
multi_basedir = @multi_basedir@
253
oldincludedir = @oldincludedir@
254
pdfdir = @pdfdir@
255
port_specific_symbol_files = @port_specific_symbol_files@
256
prefix = @prefix@
257
program_transform_name = @program_transform_name@
258
psdir = @psdir@
259
python_mod_dir = @python_mod_dir@
260
sbindir = @sbindir@
261
sharedstatedir = @sharedstatedir@
262
srcdir = @srcdir@
263
sysconfdir = @sysconfdir@
264
target = @target@
265
target_alias = @target_alias@
266
target_cpu = @target_cpu@
267
target_os = @target_os@
268
target_vendor = @target_vendor@
269
top_build_prefix = @top_build_prefix@
270
top_builddir = @top_builddir@
271
top_srcdir = @top_srcdir@
272
toplevel_builddir = @toplevel_builddir@
273
toplevel_srcdir = @toplevel_srcdir@
274
 
275
# May be used by various substitution variables.
276
gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
277
MAINT_CHARSET = latin1
278
mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
279
PWD_COMMAND = $${PWDCMD-pwd}
280
STAMP = echo timestamp >
281
toolexecdir = $(glibcxx_toolexecdir)
282
toolexeclibdir = $(glibcxx_toolexeclibdir)
283
@ENABLE_WERROR_FALSE@WERROR_FLAG =
284
@ENABLE_WERROR_TRUE@WERROR_FLAG = $(WERROR)
285
 
286
# These bits are all figured out from configure.  Look in acinclude.m4
287
# or configure.ac to see how they are set.  See GLIBCXX_EXPORT_FLAGS.
288
CONFIG_CXXFLAGS = \
289
        $(SECTION_FLAGS) $(EXTRA_CXX_FLAGS) -frandom-seed=$@
290
 
291
WARN_CXXFLAGS = \
292
        $(WARN_FLAGS) $(WERROR_FLAG) -fdiagnostics-show-location=once
293
 
294
 
295
# -I/-D flags to pass when compiling.
296
AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
297
 
298
# Convenience library for C++11 runtime.
299
noinst_LTLIBRARIES = libc++11convenience.la
300
headers =
301
sources = \
302
        chrono.cc \
303
        condition_variable.cc \
304
        compatibility-c++0x.cc \
305
        compatibility-atomic-c++0x.cc \
306
        debug.cc \
307
        functexcept.cc \
308
        functional.cc \
309
        future.cc \
310
        hash_c++0x.cc \
311
        hashtable_c++0x.cc \
312
        limits.cc \
313
        mutex.cc \
314
        placeholders.cc \
315
        regex.cc  \
316
        shared_ptr.cc \
317
        system_error.cc \
318
        thread.cc
319
 
320
@ENABLE_EXTERN_TEMPLATE_FALSE@XTEMPLATE_FLAGS =
321
@ENABLE_EXTERN_TEMPLATE_TRUE@XTEMPLATE_FLAGS = -fno-implicit-templates
322
@ENABLE_EXTERN_TEMPLATE_FALSE@inst_sources =
323
@ENABLE_EXTERN_TEMPLATE_TRUE@inst_sources = \
324
@ENABLE_EXTERN_TEMPLATE_TRUE@   fstream-inst.cc \
325
@ENABLE_EXTERN_TEMPLATE_TRUE@   string-inst.cc \
326
@ENABLE_EXTERN_TEMPLATE_TRUE@   wstring-inst.cc
327
 
328
libc__11convenience_la_SOURCES = $(sources)  $(inst_sources)
329
 
330
# AM_CXXFLAGS needs to be in each subdirectory so that it can be
331
# modified in a per-library or per-sub-library way.  Need to manually
332
# set this option because CONFIG_CXXFLAGS has to be after
333
# OPTIMIZE_CXXFLAGS on the compile line so that -O2 can be overridden
334
# as the occasion calls for it.
335
AM_CXXFLAGS = \
336
        $(PIC_CXXFLAGS) \
337
        $(XTEMPLATE_FLAGS) \
338
        $(WARN_CXXFLAGS) \
339
        $(OPTIMIZE_CXXFLAGS) \
340
        $(CONFIG_CXXFLAGS) -std=gnu++11
341
 
342
AM_MAKEFLAGS = \
343
        "gxx_include_dir=$(gxx_include_dir)"
344
 
345
 
346
# Libtool notes
347
 
348
# 1) Need to explicitly set LTCXXCOMPILE so that AM_CXXFLAGS is
349
# last. (That way, things like -O2 passed down from the toplevel can
350
# be overridden by --enable-debug.)
351
 
352
# 2) In general, libtool expects an argument such as `--tag=CXX' when
353
# using the C++ compiler, because that will enable the settings
354
# detected when C++ support was being configured.  However, when no
355
# such flag is given in the command line, libtool attempts to figure
356
# it out by matching the compiler name in each configuration section
357
# against a prefix of the command line.  The problem is that, if the
358
# compiler name and its initial flags stored in the libtool
359
# configuration file don't match those in the command line, libtool
360
# can't decide which configuration to use, and it gives up.  The
361
# correct solution is to add `--tag CXX' to LTCXXCOMPILE and maybe
362
# CXXLINK, just after $(LIBTOOL), so that libtool doesn't have to
363
# attempt to infer which configuration to use.
364
# We have to put --tag disable-shared after --tag CXX lest things
365
# CXX undo the affect of disable-shared.
366
LTCXXCOMPILE = $(LIBTOOL) --tag CXX --tag disable-shared $(LIBTOOLFLAGS) \
367
               --mode=compile $(CXX) $(TOPLEVEL_INCLUDES) \
368
               $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
369
 
370
LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
371
 
372
# 3) We'd have a problem when building the shared libstdc++ object if
373
# the rules automake generates would be used.  We cannot allow g++ to
374
# be used since this would add -lstdc++ to the link line which of
375
# course is problematic at this point.  So, we get the top-level
376
# directory to configure libstdc++-v3 to use gcc as the C++
377
# compilation driver.
378
CXXLINK = $(LIBTOOL) --tag CXX --tag disable-shared $(LIBTOOLFLAGS) \
379
          --mode=link $(CXX) \
380
          $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_CXXFLAGS) $(LTLDFLAGS) -o $@
381
 
382
all: all-am
383
 
384
.SUFFIXES:
385
.SUFFIXES: .cc .lo .o .obj
386
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(am__configure_deps)
387
        @for dep in $?; do \
388
          case '$(am__configure_deps)' in \
389
            *$$dep*) \
390
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
391
                && { if test -f $@; then exit 0; else break; fi; }; \
392
              exit 1;; \
393
          esac; \
394
        done; \
395
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps src/c++11/Makefile'; \
396
        $(am__cd) $(top_srcdir) && \
397
          $(AUTOMAKE) --foreign --ignore-deps src/c++11/Makefile
398
.PRECIOUS: Makefile
399
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
400
        @case '$?' in \
401
          *config.status*) \
402
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
403
          *) \
404
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
405
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
406
        esac;
407
 
408
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
409
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
410
 
411
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
412
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
413
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
414
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
415
$(am__aclocal_m4_deps):
416
 
417
clean-noinstLTLIBRARIES:
418
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
419
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
420
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
421
          test "$$dir" != "$$p" || dir=.; \
422
          echo "rm -f \"$${dir}/so_locations\""; \
423
          rm -f "$${dir}/so_locations"; \
424
        done
425
libc++11convenience.la: $(libc__11convenience_la_OBJECTS) $(libc__11convenience_la_DEPENDENCIES)
426
        $(CXXLINK)  $(libc__11convenience_la_OBJECTS) $(libc__11convenience_la_LIBADD) $(LIBS)
427
 
428
mostlyclean-compile:
429
        -rm -f *.$(OBJEXT)
430
 
431
distclean-compile:
432
        -rm -f *.tab.c
433
 
434
.cc.o:
435
        $(CXXCOMPILE) -c -o $@ $<
436
 
437
.cc.obj:
438
        $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
439
 
440
.cc.lo:
441
        $(LTCXXCOMPILE) -c -o $@ $<
442
 
443
mostlyclean-libtool:
444
        -rm -f *.lo
445
 
446
clean-libtool:
447
        -rm -rf .libs _libs
448
 
449
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
450
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
451
        unique=`for i in $$list; do \
452
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
453
          done | \
454
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
455
              END { if (nonempty) { for (i in files) print i; }; }'`; \
456
        mkid -fID $$unique
457
tags: TAGS
458
 
459
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
460
                $(TAGS_FILES) $(LISP)
461
        set x; \
462
        here=`pwd`; \
463
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
464
        unique=`for i in $$list; do \
465
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
466
          done | \
467
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
468
              END { if (nonempty) { for (i in files) print i; }; }'`; \
469
        shift; \
470
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
471
          test -n "$$unique" || unique=$$empty_fix; \
472
          if test $$# -gt 0; then \
473
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
474
              "$$@" $$unique; \
475
          else \
476
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
477
              $$unique; \
478
          fi; \
479
        fi
480
ctags: CTAGS
481
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
482
                $(TAGS_FILES) $(LISP)
483
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
484
        unique=`for i in $$list; do \
485
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
486
          done | \
487
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
488
              END { if (nonempty) { for (i in files) print i; }; }'`; \
489
        test -z "$(CTAGS_ARGS)$$unique" \
490
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
491
             $$unique
492
 
493
GTAGS:
494
        here=`$(am__cd) $(top_builddir) && pwd` \
495
          && $(am__cd) $(top_srcdir) \
496
          && gtags -i $(GTAGS_ARGS) "$$here"
497
 
498
distclean-tags:
499
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
500
check-am: all-am
501
check: check-am
502
all-am: Makefile $(LTLIBRARIES)
503
installdirs:
504
install: install-am
505
install-exec: install-exec-am
506
install-data: install-data-am
507
uninstall: uninstall-am
508
 
509
install-am: all-am
510
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
511
 
512
installcheck: installcheck-am
513
install-strip:
514
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
515
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
516
          `test -z '$(STRIP)' || \
517
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
518
mostlyclean-generic:
519
 
520
clean-generic:
521
 
522
distclean-generic:
523
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
524
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
525
 
526
maintainer-clean-generic:
527
        @echo "This command is intended for maintainers to use"
528
        @echo "it deletes files that may require special tools to rebuild."
529
clean: clean-am
530
 
531
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
532
        mostlyclean-am
533
 
534
distclean: distclean-am
535
        -rm -f Makefile
536
distclean-am: clean-am distclean-compile distclean-generic \
537
        distclean-tags
538
 
539
dvi: dvi-am
540
 
541
dvi-am:
542
 
543
html: html-am
544
 
545
html-am:
546
 
547
info: info-am
548
 
549
info-am:
550
 
551
install-data-am:
552
 
553
install-dvi: install-dvi-am
554
 
555
install-dvi-am:
556
 
557
install-exec-am:
558
 
559
install-html: install-html-am
560
 
561
install-html-am:
562
 
563
install-info: install-info-am
564
 
565
install-info-am:
566
 
567
install-man:
568
 
569
install-pdf: install-pdf-am
570
 
571
install-pdf-am:
572
 
573
install-ps: install-ps-am
574
 
575
install-ps-am:
576
 
577
installcheck-am:
578
 
579
maintainer-clean: maintainer-clean-am
580
        -rm -f Makefile
581
maintainer-clean-am: distclean-am maintainer-clean-generic
582
 
583
mostlyclean: mostlyclean-am
584
 
585
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
586
        mostlyclean-libtool
587
 
588
pdf: pdf-am
589
 
590
pdf-am:
591
 
592
ps: ps-am
593
 
594
ps-am:
595
 
596
uninstall-am:
597
 
598
.MAKE: install-am install-strip
599
 
600
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
601
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
602
        distclean-compile distclean-generic distclean-libtool \
603
        distclean-tags dvi dvi-am html html-am info info-am install \
604
        install-am install-data install-data-am install-dvi \
605
        install-dvi-am install-exec install-exec-am install-html \
606
        install-html-am install-info install-info-am install-man \
607
        install-pdf install-pdf-am install-ps install-ps-am \
608
        install-strip installcheck installcheck-am installdirs \
609
        maintainer-clean maintainer-clean-generic mostlyclean \
610
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
611
        pdf pdf-am ps ps-am tags uninstall uninstall-am
612
 
613
 
614
vpath % $(top_srcdir)/src/c++11
615
vpath % $(top_srcdir)
616
 
617
# Tell versions [3.59,3.63) of GNU make to not export all variables.
618
# Otherwise a system limit (for SysV at least) may be exceeded.
619
.NOEXPORT:

powered by: WebSVN 2.1.0

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