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

Subversion Repositories scarts

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 20 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
srcdir = @srcdir@
17
top_srcdir = @top_srcdir@
18
VPATH = @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 = README $(am__configure_deps) $(srcdir)/../config.guess \
40
        $(srcdir)/../config.sub $(srcdir)/../install-sh \
41
        $(srcdir)/../ltmain.sh $(srcdir)/../missing \
42
        $(srcdir)/../mkinstalldirs $(srcdir)/Makefile.am \
43
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
44
        $(top_srcdir)/configure $(top_srcdir)/fragment.am \
45
        $(top_srcdir)/scripts/testsuite_flags.in ChangeLog
46
subdir = .
47
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
48
am__aclocal_m4_deps = $(top_srcdir)/../config/enable.m4 \
49
        $(top_srcdir)/../config/lead-dot.m4 \
50
        $(top_srcdir)/../config/no-executables.m4 \
51
        $(top_srcdir)/../libtool.m4 $(top_srcdir)/crossconfig.m4 \
52
        $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \
53
        $(top_srcdir)/../config/tls.m4 $(top_srcdir)/configure.ac
54
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
55
        $(ACLOCAL_M4)
56
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
57
 configure.lineno configure.status.lineno
58
CONFIG_HEADER = config.h
59
CONFIG_CLEAN_FILES = scripts/testsuite_flags
60
depcomp =
61
am__depfiles_maybe =
62
SOURCES =
63
DIST_SOURCES =
64
MULTISRCTOP =
65
MULTIBUILDTOP =
66
MULTIDIRS =
67
MULTISUBDIR =
68
MULTIDO = true
69
MULTICLEAN = true
70
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
71
        html-recursive info-recursive install-data-recursive \
72
        install-exec-recursive install-info-recursive \
73
        install-recursive installcheck-recursive installdirs-recursive \
74
        pdf-recursive ps-recursive uninstall-info-recursive \
75
        uninstall-recursive
76
ETAGS = etags
77
CTAGS = ctags
78
DIST_SUBDIRS = include libsupc++ libmath src po testsuite
79
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
80
distdir = $(PACKAGE)-$(VERSION)
81
top_distdir = $(distdir)
82
am__remove_distdir = \
83
  { test ! -d $(distdir) \
84
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
85
         && rm -fr $(distdir); }; }
86
DIST_ARCHIVES = $(distdir).tar.gz
87
GZIP_ENV = --best
88
distuninstallcheck_listfiles = find . -type f -print
89
distcleancheck_listfiles = find . -type f -print
90
ABI_TWEAKS_SRCDIR = @ABI_TWEAKS_SRCDIR@
91
ACLOCAL = @ACLOCAL@
92
ALLOCATOR_H = @ALLOCATOR_H@
93
ALLOCATOR_NAME = @ALLOCATOR_NAME@
94
AMTAR = @AMTAR@
95
AR = @AR@
96
AS = @AS@
97
ATOMICITY_SRCDIR = @ATOMICITY_SRCDIR@
98
ATOMIC_WORD_SRCDIR = @ATOMIC_WORD_SRCDIR@
99
AUTOCONF = @AUTOCONF@
100
AUTOHEADER = @AUTOHEADER@
101
AUTOMAKE = @AUTOMAKE@
102
AWK = @AWK@
103
BASIC_FILE_CC = @BASIC_FILE_CC@
104
BASIC_FILE_H = @BASIC_FILE_H@
105
CC = @CC@
106
CCODECVT_CC = @CCODECVT_CC@
107
CCOLLATE_CC = @CCOLLATE_CC@
108
CCTYPE_CC = @CCTYPE_CC@
109
CFLAGS = @CFLAGS@
110
CLOCALE_CC = @CLOCALE_CC@
111
CLOCALE_H = @CLOCALE_H@
112
CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@
113
CMESSAGES_CC = @CMESSAGES_CC@
114
CMESSAGES_H = @CMESSAGES_H@
115
CMONEY_CC = @CMONEY_CC@
116
CNUMERIC_CC = @CNUMERIC_CC@
117
CPP = @CPP@
118
CPPFLAGS = @CPPFLAGS@
119
CPU_DEFINES_SRCDIR = @CPU_DEFINES_SRCDIR@
120
CSTDIO_H = @CSTDIO_H@
121
CTIME_CC = @CTIME_CC@
122
CTIME_H = @CTIME_H@
123
CXX = @CXX@
124
CXXCPP = @CXXCPP@
125
CXXFLAGS = @CXXFLAGS@
126
CYGPATH_W = @CYGPATH_W@
127
C_INCLUDE_DIR = @C_INCLUDE_DIR@
128
DEBUG_FLAGS = @DEBUG_FLAGS@
129
DEFS = @DEFS@
130
ECHO_C = @ECHO_C@
131
ECHO_N = @ECHO_N@
132
ECHO_T = @ECHO_T@
133
EGREP = @EGREP@
134
ENABLE_SYMVERS_DARWIN_EXPORT_FALSE = @ENABLE_SYMVERS_DARWIN_EXPORT_FALSE@
135
ENABLE_SYMVERS_DARWIN_EXPORT_TRUE = @ENABLE_SYMVERS_DARWIN_EXPORT_TRUE@
136
ENABLE_SYMVERS_GNU_FALSE = @ENABLE_SYMVERS_GNU_FALSE@
137
ENABLE_SYMVERS_GNU_TRUE = @ENABLE_SYMVERS_GNU_TRUE@
138
EXEEXT = @EXEEXT@
139
EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
140
GLIBCXX_BUILD_DEBUG_FALSE = @GLIBCXX_BUILD_DEBUG_FALSE@
141
GLIBCXX_BUILD_DEBUG_TRUE = @GLIBCXX_BUILD_DEBUG_TRUE@
142
GLIBCXX_BUILD_PCH_FALSE = @GLIBCXX_BUILD_PCH_FALSE@
143
GLIBCXX_BUILD_PCH_TRUE = @GLIBCXX_BUILD_PCH_TRUE@
144
GLIBCXX_C_HEADERS_COMPATIBILITY_FALSE = @GLIBCXX_C_HEADERS_COMPATIBILITY_FALSE@
145
GLIBCXX_C_HEADERS_COMPATIBILITY_TRUE = @GLIBCXX_C_HEADERS_COMPATIBILITY_TRUE@
146
GLIBCXX_C_HEADERS_C_FALSE = @GLIBCXX_C_HEADERS_C_FALSE@
147
GLIBCXX_C_HEADERS_C_STD_FALSE = @GLIBCXX_C_HEADERS_C_STD_FALSE@
148
GLIBCXX_C_HEADERS_C_STD_TRUE = @GLIBCXX_C_HEADERS_C_STD_TRUE@
149
GLIBCXX_C_HEADERS_C_TRUE = @GLIBCXX_C_HEADERS_C_TRUE@
150
GLIBCXX_HOSTED_FALSE = @GLIBCXX_HOSTED_FALSE@
151
GLIBCXX_HOSTED_TRUE = @GLIBCXX_HOSTED_TRUE@
152
GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
153
INSTALL_DATA = @INSTALL_DATA@
154
INSTALL_PROGRAM = @INSTALL_PROGRAM@
155
INSTALL_SCRIPT = @INSTALL_SCRIPT@
156
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
157
LIBICONV = @LIBICONV@
158
LIBMATHOBJS = @LIBMATHOBJS@
159
LIBOBJS = @LIBOBJS@
160
LIBS = @LIBS@
161
LIBSUPCXX_PICFLAGS = @LIBSUPCXX_PICFLAGS@
162
LIBTOOL = @LIBTOOL@
163
LN_S = @LN_S@
164
LTLIBOBJS = @LTLIBOBJS@
165
MAINT = @MAINT@
166
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
167
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
168
MAKEINFO = @MAKEINFO@
169
OBJEXT = @OBJEXT@
170
OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
171
OPT_LDFLAGS = @OPT_LDFLAGS@
172
OS_INC_SRCDIR = @OS_INC_SRCDIR@
173
PACKAGE = @PACKAGE@
174
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
175
PACKAGE_NAME = @PACKAGE_NAME@
176
PACKAGE_STRING = @PACKAGE_STRING@
177
PACKAGE_TARNAME = @PACKAGE_TARNAME@
178
PACKAGE_VERSION = @PACKAGE_VERSION@
179
PATH_SEPARATOR = @PATH_SEPARATOR@
180
RANLIB = @RANLIB@
181
SECTION_FLAGS = @SECTION_FLAGS@
182
SECTION_LDFLAGS = @SECTION_LDFLAGS@
183
SET_MAKE = @SET_MAKE@
184
SHELL = @SHELL@
185
STRIP = @STRIP@
186
SYMVER_MAP = @SYMVER_MAP@
187
TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
188
USE_NLS = @USE_NLS@
189
VERSION = @VERSION@
190
WARN_FLAGS = @WARN_FLAGS@
191
WERROR = @WERROR@
192
ac_ct_AR = @ac_ct_AR@
193
ac_ct_AS = @ac_ct_AS@
194
ac_ct_CC = @ac_ct_CC@
195
ac_ct_CXX = @ac_ct_CXX@
196
ac_ct_RANLIB = @ac_ct_RANLIB@
197
ac_ct_STRIP = @ac_ct_STRIP@
198
am__leading_dot = @am__leading_dot@
199
am__tar = @am__tar@
200
am__untar = @am__untar@
201
baseline_dir = @baseline_dir@
202
bindir = @bindir@
203
build = @build@
204
build_alias = @build_alias@
205
build_cpu = @build_cpu@
206
build_os = @build_os@
207
build_vendor = @build_vendor@
208
check_msgfmt = @check_msgfmt@
209
datadir = @datadir@
210
enable_shared = @enable_shared@
211
enable_static = @enable_static@
212
exec_prefix = @exec_prefix@
213
glibcxx_MOFILES = @glibcxx_MOFILES@
214
glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@
215
glibcxx_POFILES = @glibcxx_POFILES@
216
glibcxx_builddir = @glibcxx_builddir@
217
glibcxx_localedir = @glibcxx_localedir@
218
glibcxx_prefixdir = @glibcxx_prefixdir@
219
glibcxx_srcdir = @glibcxx_srcdir@
220
glibcxx_thread_h = @glibcxx_thread_h@
221
glibcxx_toolexecdir = @glibcxx_toolexecdir@
222
glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@
223
gxx_include_dir = @gxx_include_dir@
224
host = @host@
225
host_alias = @host_alias@
226
host_cpu = @host_cpu@
227
host_os = @host_os@
228
host_vendor = @host_vendor@
229
includedir = @includedir@
230
infodir = @infodir@
231
install_sh = @install_sh@
232
libdir = @libdir@
233
libexecdir = @libexecdir@
234
libtool_VERSION = @libtool_VERSION@
235
localstatedir = @localstatedir@
236
mandir = @mandir@
237
mkdir_p = @mkdir_p@
238
multi_basedir = @multi_basedir@
239
oldincludedir = @oldincludedir@
240
port_specific_symbol_files = @port_specific_symbol_files@
241
prefix = @prefix@
242
program_transform_name = @program_transform_name@
243
sbindir = @sbindir@
244
sharedstatedir = @sharedstatedir@
245
sysconfdir = @sysconfdir@
246
target = @target@
247
target_alias = @target_alias@
248
target_cpu = @target_cpu@
249
target_os = @target_os@
250
target_vendor = @target_vendor@
251
toplevel_srcdir = @toplevel_srcdir@
252
 
253
# May be used by various substitution variables.
254
gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
255
MAINT_CHARSET = latin1
256
mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
257
PWD_COMMAND = $${PWDCMD-pwd}
258
STAMP = echo timestamp >
259
toolexecdir = $(glibcxx_toolexecdir)
260
toolexeclibdir = $(glibcxx_toolexeclibdir)
261
 
262
# These bits are all figured out from configure.  Look in acinclude.m4
263
# or configure.ac to see how they are set.  See GLIBCXX_EXPORT_FLAGS.
264
CONFIG_CXXFLAGS = \
265
        $(SECTION_FLAGS) $(EXTRA_CXX_FLAGS)
266
 
267
WARN_CXXFLAGS = \
268
        $(WARN_FLAGS) $(WERROR) -fdiagnostics-show-location=once
269
 
270
 
271
# -I/-D flags to pass when compiling.
272
AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
273
@GLIBCXX_HOSTED_TRUE@hosted_source = libmath src po testsuite
274
SUBDIRS = include libsupc++ $(hosted_source)
275
ACLOCAL_AMFLAGS = -I . -I .. -I ../config
276
 
277
# Multilib support.
278
MAKEOVERRIDES =
279
 
280
# Work around what appears to be a GNU make bug handling MAKEFLAGS
281
# values defined in terms of make variables, as is the case for CC and
282
# friends when we are called from the top level Makefile.
283
AM_MAKEFLAGS = \
284
        "AR_FLAGS=$(AR_FLAGS)" \
285
        "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
286
        "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
287
        "CFLAGS=$(CFLAGS)" \
288
        "CXXFLAGS=$(CXXFLAGS)" \
289
        "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
290
        "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
291
        "INSTALL=$(INSTALL)" \
292
        "INSTALL_DATA=$(INSTALL_DATA)" \
293
        "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
294
        "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
295
        "LDFLAGS=$(LDFLAGS)" \
296
        "LIBCFLAGS=$(LIBCFLAGS)" \
297
        "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
298
        "MAKE=$(MAKE)" \
299
        "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
300
        "PICFLAG=$(PICFLAG)" \
301
        "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
302
        "SHELL=$(SHELL)" \
303
        "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
304
        "exec_prefix=$(exec_prefix)" \
305
        "infodir=$(infodir)" \
306
        "libdir=$(libdir)" \
307
        "includedir=$(includedir)" \
308
        "prefix=$(prefix)" \
309
        "tooldir=$(tooldir)" \
310
        "gxx_include_dir=$(gxx_include_dir)" \
311
        "AR=$(AR)" \
312
        "AS=$(AS)" \
313
        "LD=$(LD)" \
314
        "RANLIB=$(RANLIB)" \
315
        "NM=$(NM)" \
316
        "NM_FOR_BUILD=$(NM_FOR_BUILD)" \
317
        "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
318
        "DESTDIR=$(DESTDIR)" \
319
        "WERROR=$(WERROR)"
320
 
321
 
322
# Subdir rules rely on $(FLAGS_TO_PASS)
323
FLAGS_TO_PASS = $(AM_MAKEFLAGS)
324
all: config.h
325
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
326
 
327
.SUFFIXES:
328
am--refresh:
329
        @:
330
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(am__configure_deps)
331
        @for dep in $?; do \
332
          case '$(am__configure_deps)' in \
333
            *$$dep*) \
334
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign  --ignore-deps'; \
335
              cd $(srcdir) && $(AUTOMAKE) --foreign  --ignore-deps \
336
                && exit 0; \
337
              exit 1;; \
338
          esac; \
339
        done; \
340
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  --ignore-deps Makefile'; \
341
        cd $(top_srcdir) && \
342
          $(AUTOMAKE) --foreign  --ignore-deps Makefile
343
.PRECIOUS: Makefile
344
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
345
        @case '$?' in \
346
          *config.status*) \
347
            echo ' $(SHELL) ./config.status'; \
348
            $(SHELL) ./config.status;; \
349
          *) \
350
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
351
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
352
        esac;
353
 
354
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
355
        $(SHELL) ./config.status --recheck
356
 
357
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
358
        cd $(srcdir) && $(AUTOCONF)
359
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
360
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
361
 
362
config.h: stamp-h1
363
        @if test ! -f $@; then \
364
          rm -f stamp-h1; \
365
          $(MAKE) stamp-h1; \
366
        else :; fi
367
 
368
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
369
        @rm -f stamp-h1
370
        cd $(top_builddir) && $(SHELL) ./config.status config.h
371
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
372
        cd $(top_srcdir) && $(AUTOHEADER)
373
        rm -f stamp-h1
374
        touch $@
375
 
376
distclean-hdr:
377
        -rm -f config.h stamp-h1
378
scripts/testsuite_flags: $(top_builddir)/config.status $(top_srcdir)/scripts/testsuite_flags.in
379
        cd $(top_builddir) && $(SHELL) ./config.status $@
380
 
381
mostlyclean-libtool:
382
        -rm -f *.lo
383
 
384
clean-libtool:
385
        -rm -rf .libs _libs
386
 
387
distclean-libtool:
388
        -rm -f libtool
389
 
390
# GNU Make needs to see an explicit $(MAKE) variable in the command it
391
# runs to enable its job server during parallel builds.  Hence the
392
# comments below.
393
all-multi:
394
        $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
395
install-multi:
396
        $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
397
 
398
mostlyclean-multi:
399
        $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
400
clean-multi:
401
        $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
402
distclean-multi:
403
        $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
404
maintainer-clean-multi:
405
        $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
406
uninstall-info-am:
407
 
408
# This directory's subdirectories are mostly independent; you can cd
409
# into them and run `make' without going through this Makefile.
410
# To change the values of `make' variables: instead of editing Makefiles,
411
# (1) if the variable is set in `config.status', edit `config.status'
412
#     (which will cause the Makefiles to be regenerated when you run `make');
413
# (2) otherwise, pass the desired values on the `make' command line.
414
$(RECURSIVE_TARGETS):
415
        @failcom='exit 1'; \
416
        for f in x $$MAKEFLAGS; do \
417
          case $$f in \
418
            *=* | --[!k]*);; \
419
            *k*) failcom='fail=yes';; \
420
          esac; \
421
        done; \
422
        dot_seen=no; \
423
        target=`echo $@ | sed s/-recursive//`; \
424
        list='$(SUBDIRS)'; for subdir in $$list; do \
425
          echo "Making $$target in $$subdir"; \
426
          if test "$$subdir" = "."; then \
427
            dot_seen=yes; \
428
            local_target="$$target-am"; \
429
          else \
430
            local_target="$$target"; \
431
          fi; \
432
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
433
          || eval $$failcom; \
434
        done; \
435
        if test "$$dot_seen" = "no"; then \
436
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
437
        fi; test -z "$$fail"
438
 
439
mostlyclean-recursive clean-recursive distclean-recursive \
440
maintainer-clean-recursive:
441
        @failcom='exit 1'; \
442
        for f in x $$MAKEFLAGS; do \
443
          case $$f in \
444
            *=* | --[!k]*);; \
445
            *k*) failcom='fail=yes';; \
446
          esac; \
447
        done; \
448
        dot_seen=no; \
449
        case "$@" in \
450
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
451
          *) list='$(SUBDIRS)' ;; \
452
        esac; \
453
        rev=''; for subdir in $$list; do \
454
          if test "$$subdir" = "."; then :; else \
455
            rev="$$subdir $$rev"; \
456
          fi; \
457
        done; \
458
        rev="$$rev ."; \
459
        target=`echo $@ | sed s/-recursive//`; \
460
        for subdir in $$rev; do \
461
          echo "Making $$target in $$subdir"; \
462
          if test "$$subdir" = "."; then \
463
            local_target="$$target-am"; \
464
          else \
465
            local_target="$$target"; \
466
          fi; \
467
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
468
          || eval $$failcom; \
469
        done && test -z "$$fail"
470
tags-recursive:
471
        list='$(SUBDIRS)'; for subdir in $$list; do \
472
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
473
        done
474
ctags-recursive:
475
        list='$(SUBDIRS)'; for subdir in $$list; do \
476
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
477
        done
478
 
479
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
480
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
481
        unique=`for i in $$list; do \
482
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
483
          done | \
484
          $(AWK) '    { files[$$0] = 1; } \
485
               END { for (i in files) print i; }'`; \
486
        mkid -fID $$unique
487
tags: TAGS
488
ctags: CTAGS
489
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
490
                $(TAGS_FILES) $(LISP)
491
        tags=; \
492
        here=`pwd`; \
493
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
494
        unique=`for i in $$list; do \
495
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
496
          done | \
497
          $(AWK) '    { files[$$0] = 1; } \
498
               END { for (i in files) print i; }'`; \
499
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
500
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
501
             $$tags $$unique
502
 
503
GTAGS:
504
        here=`$(am__cd) $(top_builddir) && pwd` \
505
          && cd $(top_srcdir) \
506
          && gtags -i $(GTAGS_ARGS) $$here
507
 
508
distclean-tags:
509
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
510
 
511
distdir: $(DISTFILES)
512
        $(am__remove_distdir)
513
        mkdir $(distdir)
514
        $(mkdir_p) $(distdir)/.. $(distdir)/../config $(distdir)/scripts
515
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
516
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
517
        list='$(DISTFILES)'; for file in $$list; do \
518
          case $$file in \
519
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
520
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
521
          esac; \
522
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
523
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
524
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
525
            dir="/$$dir"; \
526
            $(mkdir_p) "$(distdir)$$dir"; \
527
          else \
528
            dir=''; \
529
          fi; \
530
          if test -d $$d/$$file; then \
531
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
532
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
533
            fi; \
534
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
535
          else \
536
            test -f $(distdir)/$$file \
537
            || cp -p $$d/$$file $(distdir)/$$file \
538
            || exit 1; \
539
          fi; \
540
        done
541
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
542
          if test "$$subdir" = .; then :; else \
543
            test -d "$(distdir)/$$subdir" \
544
            || $(mkdir_p) "$(distdir)/$$subdir" \
545
            || exit 1; \
546
            distdir=`$(am__cd) $(distdir) && pwd`; \
547
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
548
            (cd $$subdir && \
549
              $(MAKE) $(AM_MAKEFLAGS) \
550
                top_distdir="$$top_distdir" \
551
                distdir="$$distdir/$$subdir" \
552
                distdir) \
553
              || exit 1; \
554
          fi; \
555
        done
556
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
557
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
558
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
559
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
560
        || chmod -R a+r $(distdir)
561
dist-gzip: distdir
562
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
563
        $(am__remove_distdir)
564
 
565
dist-bzip2: distdir
566
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
567
        $(am__remove_distdir)
568
 
569
dist-tarZ: distdir
570
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
571
        $(am__remove_distdir)
572
 
573
dist-shar: distdir
574
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
575
        $(am__remove_distdir)
576
 
577
dist-zip: distdir
578
        -rm -f $(distdir).zip
579
        zip -rq $(distdir).zip $(distdir)
580
        $(am__remove_distdir)
581
 
582
dist dist-all: distdir
583
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
584
        $(am__remove_distdir)
585
 
586
# This target untars the dist file and tries a VPATH configuration.  Then
587
# it guarantees that the distribution is self-contained by making another
588
# tarfile.
589
distcheck: dist
590
        case '$(DIST_ARCHIVES)' in \
591
        *.tar.gz*) \
592
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
593
        *.tar.bz2*) \
594
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
595
        *.tar.Z*) \
596
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
597
        *.shar.gz*) \
598
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
599
        *.zip*) \
600
          unzip $(distdir).zip ;;\
601
        esac
602
        chmod -R a-w $(distdir); chmod a+w $(distdir)
603
        mkdir $(distdir)/_build
604
        mkdir $(distdir)/_inst
605
        chmod a-w $(distdir)
606
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
607
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
608
          && cd $(distdir)/_build \
609
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
610
            $(DISTCHECK_CONFIGURE_FLAGS) \
611
          && $(MAKE) $(AM_MAKEFLAGS) \
612
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
613
          && $(MAKE) $(AM_MAKEFLAGS) check \
614
          && $(MAKE) $(AM_MAKEFLAGS) install \
615
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
616
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
617
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
618
                distuninstallcheck \
619
          && chmod -R a-w "$$dc_install_base" \
620
          && ({ \
621
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
622
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
623
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
624
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
625
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
626
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
627
          && rm -rf "$$dc_destdir" \
628
          && $(MAKE) $(AM_MAKEFLAGS) dist \
629
          && rm -rf $(DIST_ARCHIVES) \
630
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
631
        $(am__remove_distdir)
632
        @(echo "$(distdir) archives ready for distribution: "; \
633
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
634
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
635
distuninstallcheck:
636
        @cd $(distuninstallcheck_dir) \
637
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
638
           || { echo "ERROR: files left after uninstall:" ; \
639
                if test -n "$(DESTDIR)"; then \
640
                  echo "  (check DESTDIR support)"; \
641
                fi ; \
642
                $(distuninstallcheck_listfiles) ; \
643
                exit 1; } >&2
644
distcleancheck: distclean
645
        @if test '$(srcdir)' = . ; then \
646
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
647
          exit 1 ; \
648
        fi
649
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
650
          || { echo "ERROR: files left in build directory after distclean:" ; \
651
               $(distcleancheck_listfiles) ; \
652
               exit 1; } >&2
653
check-am: all-am
654
check: check-recursive
655
all-am: Makefile all-multi config.h
656
installdirs: installdirs-recursive
657
installdirs-am:
658
install: install-recursive
659
install-exec: install-exec-recursive
660
install-data: install-data-recursive
661
uninstall: uninstall-recursive
662
 
663
install-am: all-am
664
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
665
 
666
installcheck: installcheck-recursive
667
install-strip:
668
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
669
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
670
          `test -z '$(STRIP)' || \
671
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
672
mostlyclean-generic:
673
 
674
clean-generic:
675
 
676
distclean-generic:
677
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
678
 
679
maintainer-clean-generic:
680
        @echo "This command is intended for maintainers to use"
681
        @echo "it deletes files that may require special tools to rebuild."
682
clean: clean-multi clean-recursive
683
 
684
clean-am: clean-generic clean-libtool mostlyclean-am
685
 
686
distclean: distclean-multi distclean-recursive
687
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
688
        -rm -f Makefile
689
distclean-am: clean-am distclean-generic distclean-hdr \
690
        distclean-libtool distclean-tags
691
 
692
dvi: dvi-recursive
693
 
694
dvi-am:
695
 
696
html: html-recursive
697
 
698
info: info-recursive
699
 
700
info-am:
701
 
702
install-data-am:
703
 
704
install-exec-am: install-multi
705
 
706
install-info: install-info-recursive
707
 
708
install-man:
709
 
710
installcheck-am:
711
 
712
maintainer-clean: maintainer-clean-multi maintainer-clean-recursive
713
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
714
        -rm -rf $(top_srcdir)/autom4te.cache
715
        -rm -f Makefile
716
maintainer-clean-am: distclean-am maintainer-clean-generic
717
 
718
mostlyclean: mostlyclean-multi mostlyclean-recursive
719
 
720
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
721
 
722
pdf: pdf-recursive
723
 
724
pdf-am:
725
 
726
ps: ps-recursive
727
 
728
ps-am:
729
 
730
uninstall-am: uninstall-info-am
731
 
732
uninstall-info: uninstall-info-recursive
733
 
734
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am all-multi \
735
        am--refresh check check-am clean clean-generic clean-libtool \
736
        clean-multi clean-recursive ctags ctags-recursive dist \
737
        dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \
738
        distcheck distclean distclean-generic distclean-hdr \
739
        distclean-libtool distclean-multi distclean-recursive \
740
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
741
        dvi-am html html-am info info-am install install-am \
742
        install-data install-data-am install-exec install-exec-am \
743
        install-info install-info-am install-man install-multi \
744
        install-strip installcheck installcheck-am installdirs \
745
        installdirs-am maintainer-clean maintainer-clean-generic \
746
        maintainer-clean-multi maintainer-clean-recursive mostlyclean \
747
        mostlyclean-generic mostlyclean-libtool mostlyclean-multi \
748
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
749
        uninstall uninstall-am uninstall-info-am
750
 
751
 
752
# These rules are messy, but are hella worth it.
753
doxygen:
754
        -(srcdir=`cd ${top_srcdir}; ${PWD_COMMAND}`; \
755
          builddir=`${PWD_COMMAND}`; \
756
          ${SHELL} ${srcdir}/docs/doxygen/run_doxygen \
757
                    --host_alias=${host_alias} \
758
                    --mode=user $${srcdir} $${builddir})
759
 
760
doxygen-maint:
761
        -(srcdir=`cd ${top_srcdir}; ${PWD_COMMAND}`; \
762
          builddir=`${PWD_COMMAND}`; \
763
          ${SHELL} ${srcdir}/docs/doxygen/run_doxygen \
764
                    --host_alias=${host_alias} \
765
                    --mode=maint $${srcdir} $${builddir})
766
 
767
doxygen-man:
768
        -(srcdir=`cd ${top_srcdir}; ${PWD_COMMAND}`; \
769
          builddir=`${PWD_COMMAND}`; \
770
          ${SHELL} ${srcdir}/docs/doxygen/run_doxygen \
771
                    --host_alias=${host_alias} \
772
                    --mode=man $${srcdir} $${builddir})
773
 
774
.PHONY: doxygen doxygen-maint doxygen-man
775
 
776
# Handy forwarding targets.
777
check-%:
778
        cd testsuite && $(MAKE) $@
779
 
780
# All the machinations with string instantiations messes up the
781
# automake-generated TAGS rule. Make a simple one here.
782
TAGS: tags-recursive $(LISP)
783
# Tell versions [3.59,3.63) of GNU make to not export all variables.
784
# Otherwise a system limit (for SysV at least) may be exceeded.
785
.NOEXPORT:

powered by: WebSVN 2.1.0

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