~ubuntu-branches/ubuntu/hoary/binutils/hoary

« back to all changes in this revision

Viewing changes to demangler/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): James Troup
  • Date: 2004-05-19 10:35:44 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040519103544-17h3o6e8pwndydrg
Tags: 2.14.90.0.7-8
debian/rules: don't use gcc-2.95 on m68k.  Thanks to Adam Conrad for
pointing this out.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
 
2
 
 
3
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 
4
# This Makefile.in is free software; the Free Software Foundation
 
5
# gives unlimited permission to copy and/or distribute it,
 
6
# with or without modifications, as long as this notice is preserved.
 
7
 
 
8
# This program is distributed in the hope that it will be useful,
 
9
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
10
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
11
# PARTICULAR PURPOSE.
 
12
 
 
13
 
 
14
SHELL = @SHELL@
 
15
 
 
16
srcdir = @srcdir@
 
17
top_srcdir = @top_srcdir@
 
18
VPATH = @srcdir@
 
19
prefix = @prefix@
 
20
exec_prefix = @exec_prefix@
 
21
 
 
22
bindir = @bindir@
 
23
sbindir = @sbindir@
 
24
libexecdir = @libexecdir@
 
25
datadir = @datadir@
 
26
sysconfdir = @sysconfdir@
 
27
sharedstatedir = @sharedstatedir@
 
28
localstatedir = @localstatedir@
 
29
libdir = @libdir@
 
30
infodir = @infodir@
 
31
mandir = @mandir@
 
32
includedir = @includedir@
 
33
oldincludedir = /usr/include
 
34
 
 
35
DESTDIR =
 
36
 
 
37
pkgdatadir = $(datadir)/@PACKAGE@
 
38
pkglibdir = $(libdir)/@PACKAGE@
 
39
pkgincludedir = $(includedir)/@PACKAGE@
 
40
 
 
41
top_builddir = .
 
42
 
 
43
ACLOCAL = @ACLOCAL@
 
44
AUTOCONF = @AUTOCONF@
 
45
AUTOMAKE = @AUTOMAKE@
 
46
AUTOHEADER = @AUTOHEADER@
 
47
 
 
48
INSTALL = @INSTALL@
 
49
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
 
50
INSTALL_DATA = @INSTALL_DATA@
 
51
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
52
transform = @program_transform_name@
 
53
 
 
54
NORMAL_INSTALL = :
 
55
PRE_INSTALL = :
 
56
POST_INSTALL = :
 
57
NORMAL_UNINSTALL = :
 
58
PRE_UNINSTALL = :
 
59
POST_UNINSTALL = :
 
60
host_alias = @host_alias@
 
61
host_triplet = @host@
 
62
AS = @AS@
 
63
CC = @CC@
 
64
CXX = @CXX@
 
65
CXXCPP = @CXXCPP@
 
66
DLLTOOL = @DLLTOOL@
 
67
EXEEXT = @EXEEXT@
 
68
GCJ = @GCJ@
 
69
GCJFLAGS = @GCJFLAGS@
 
70
LIBTOOL = @LIBTOOL@
 
71
LN_S = @LN_S@
 
72
MAINT = @MAINT@
 
73
MAKEINFO = @MAKEINFO@
 
74
OBJDUMP = @OBJDUMP@
 
75
OBJEXT = @OBJEXT@
 
76
PACKAGE = @PACKAGE@
 
77
RANLIB = @RANLIB@
 
78
STRIP = @STRIP@
 
79
VERSION = @VERSION@
 
80
libdemangler_basedir = @libdemangler_basedir@
 
81
libiberty_target = @libiberty_target@
 
82
toolexecdir = @toolexecdir@
 
83
toolexeclibdir = @toolexeclibdir@
 
84
 
 
85
AUTOMAKE_OPTIONS = cygnus
 
86
 
 
87
SUBDIRS = @SUBDIRS@
 
88
 
 
89
# Multilib support.
 
90
MAKEOVERRIDES = 
 
91
 
 
92
# Multilib support variables.
 
93
MULTISRCTOP = 
 
94
MULTIBUILDTOP = 
 
95
MULTIDIRS = 
 
96
MULTISUBDIR = 
 
97
MULTIDO = true
 
98
MULTICLEAN = true
 
99
 
 
100
# Work around what appears to be a GNU make bug handling MAKEFLAGS
 
101
# values defined in terms of make variables, as is the case for CC and
 
102
# friends when we are called from the top level Makefile.
 
103
AM_MAKEFLAGS = \
 
104
        "AR_FLAGS=$(AR_FLAGS)" \
 
105
        "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
 
106
        "CFLAGS=$(CFLAGS)" \
 
107
        "CXXFLAGS=$(CXXFLAGS)" \
 
108
        "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
 
109
        "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
 
110
        "INSTALL=$(INSTALL)" \
 
111
        "INSTALL_DATA=$(INSTALL_DATA)" \
 
112
        "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
 
113
        "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
 
114
        "JC1FLAGS=$(JC1FLAGS)" \
 
115
        "LDFLAGS=$(LDFLAGS)" \
 
116
        "LIBCFLAGS=$(LIBCFLAGS)" \
 
117
        "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
 
118
        "MAKE=$(MAKE)" \
 
119
        "PICFLAG=$(PICFLAG)" \
 
120
        "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
 
121
        "SHELL=$(SHELL)" \
 
122
        "exec_prefix=$(exec_prefix)" \
 
123
        "infodir=$(infodir)" \
 
124
        "libdir=$(libdir)" \
 
125
        "prefix=$(prefix)" \
 
126
        "AR=$(AR)" \
 
127
        "AS=$(AS)" \
 
128
        "CC=$(CC)" \
 
129
        "CXX=$(CXX)" \
 
130
        "LD=$(LD)" \
 
131
        "LIBCFLAGS=$(LIBCFLAGS)" \
 
132
        "NM=$(NM)" \
 
133
        "PICFLAG=$(PICFLAG)" \
 
134
        "RANLIB=$(RANLIB)" \
 
135
        "DESTDIR=$(DESTDIR)"
 
136
 
 
137
 
 
138
# Subdir rules rely on $(FLAGS_TO_PASS)
 
139
FLAGS_TO_PASS = $(AM_MAKEFLAGS)
 
140
 
 
141
# Used for libiberty.
 
142
LIBIBERTY_TARGET = @libiberty_target@
 
143
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
144
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
 
145
CONFIG_CLEAN_FILES = 
 
146
DIST_COMMON =  Makefile.am Makefile.in acinclude.m4 aclocal.m4 configure \
 
147
configure.in
 
148
 
 
149
 
 
150
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
151
 
 
152
TAR = gtar
 
153
GZIP_ENV = --best
 
154
all: all-redirect
 
155
.SUFFIXES:
 
156
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
157
        cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
 
158
 
 
159
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
160
        cd $(top_builddir) \
 
161
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
162
 
 
163
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4
 
164
        cd $(srcdir) && $(ACLOCAL)
 
165
 
 
166
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
167
        $(SHELL) ./config.status --recheck
 
168
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
 
169
        cd $(srcdir) && $(AUTOCONF)
 
170
 
 
171
# This directory's subdirectories are mostly independent; you can cd
 
172
# into them and run `make' without going through this Makefile.
 
173
# To change the values of `make' variables: instead of editing Makefiles,
 
174
# (1) if the variable is set in `config.status', edit `config.status'
 
175
#     (which will cause the Makefiles to be regenerated when you run `make');
 
176
# (2) otherwise, pass the desired values on the `make' command line.
 
177
 
 
178
@SET_MAKE@
 
179
 
 
180
all-recursive install-data-recursive install-exec-recursive \
 
181
installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
 
182
check-recursive installcheck-recursive info-recursive dvi-recursive:
 
183
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
184
        dot_seen=no; \
 
185
        target=`echo $@ | sed s/-recursive//`; \
 
186
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
187
          echo "Making $$target in $$subdir"; \
 
188
          if test "$$subdir" = "."; then \
 
189
            dot_seen=yes; \
 
190
            local_target="$$target-am"; \
 
191
          else \
 
192
            local_target="$$target"; \
 
193
          fi; \
 
194
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
195
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
196
        done; \
 
197
        if test "$$dot_seen" = "no"; then \
 
198
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
199
        fi; test -z "$$fail"
 
200
 
 
201
mostlyclean-recursive clean-recursive distclean-recursive \
 
202
maintainer-clean-recursive:
 
203
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
204
        dot_seen=no; \
 
205
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
 
206
          rev="$$subdir $$rev"; \
 
207
          test "$$subdir" != "." || dot_seen=yes; \
 
208
        done; \
 
209
        test "$$dot_seen" = "no" && rev=". $$rev"; \
 
210
        target=`echo $@ | sed s/-recursive//`; \
 
211
        for subdir in $$rev; do \
 
212
          echo "Making $$target in $$subdir"; \
 
213
          if test "$$subdir" = "."; then \
 
214
            local_target="$$target-am"; \
 
215
          else \
 
216
            local_target="$$target"; \
 
217
          fi; \
 
218
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
219
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
220
        done && test -z "$$fail"
 
221
tags-recursive:
 
222
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
223
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
224
        done
 
225
 
 
226
tags: TAGS
 
227
 
 
228
ID: $(HEADERS) $(SOURCES) $(LISP)
 
229
        list='$(SOURCES) $(HEADERS)'; \
 
230
        unique=`for i in $$list; do echo $$i; done | \
 
231
          awk '    { files[$$0] = 1; } \
 
232
               END { for (i in files) print i; }'`; \
 
233
        here=`pwd` && cd $(srcdir) \
 
234
          && mkid -f$$here/ID $$unique $(LISP)
 
235
 
 
236
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
237
        tags=; \
 
238
        here=`pwd`; \
 
239
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
240
   if test "$$subdir" = .; then :; else \
 
241
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
242
   fi; \
 
243
        done; \
 
244
        list='$(SOURCES) $(HEADERS)'; \
 
245
        unique=`for i in $$list; do echo $$i; done | \
 
246
          awk '    { files[$$0] = 1; } \
 
247
               END { for (i in files) print i; }'`; \
 
248
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
249
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
 
250
 
 
251
mostlyclean-tags:
 
252
 
 
253
clean-tags:
 
254
 
 
255
distclean-tags:
 
256
        -rm -f TAGS ID
 
257
 
 
258
maintainer-clean-tags:
 
259
 
 
260
distdir = $(PACKAGE)-$(VERSION)
 
261
top_distdir = $(distdir)
 
262
 
 
263
# This target untars the dist file and tries a VPATH configuration.  Then
 
264
# it guarantees that the distribution is self-contained by making another
 
265
# tarfile.
 
266
distcheck: dist
 
267
        -rm -rf $(distdir)
 
268
        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
 
269
        mkdir $(distdir)/=build
 
270
        mkdir $(distdir)/=inst
 
271
        dc_install_base=`cd $(distdir)/=inst && pwd`; \
 
272
        cd $(distdir)/=build \
 
273
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
 
274
          && $(MAKE) $(AM_MAKEFLAGS) \
 
275
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
276
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
277
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
278
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
279
          && $(MAKE) $(AM_MAKEFLAGS) dist
 
280
        -rm -rf $(distdir)
 
281
        @banner="$(distdir).tar.gz is ready for distribution"; \
 
282
        dashes=`echo "$$banner" | sed s/./=/g`; \
 
283
        echo "$$dashes"; \
 
284
        echo "$$banner"; \
 
285
        echo "$$dashes"
 
286
dist: distdir
 
287
        -chmod -R a+r $(distdir)
 
288
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
 
289
        -rm -rf $(distdir)
 
290
dist-all: distdir
 
291
        -chmod -R a+r $(distdir)
 
292
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
 
293
        -rm -rf $(distdir)
 
294
distdir: $(DISTFILES)
 
295
        -rm -rf $(distdir)
 
296
        mkdir $(distdir)
 
297
        -chmod 777 $(distdir)
 
298
        @for file in $(DISTFILES); do \
 
299
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
 
300
          if test -d $$d/$$file; then \
 
301
            cp -pr $$d/$$file $(distdir)/$$file; \
 
302
          else \
 
303
            test -f $(distdir)/$$file \
 
304
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
305
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
306
          fi; \
 
307
        done
 
308
        for subdir in $(SUBDIRS); do \
 
309
          if test "$$subdir" = .; then :; else \
 
310
            test -d $(distdir)/$$subdir \
 
311
            || mkdir $(distdir)/$$subdir \
 
312
            || exit 1; \
 
313
            chmod 777 $(distdir)/$$subdir; \
 
314
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
 
315
              || exit 1; \
 
316
          fi; \
 
317
        done
 
318
info-am:
 
319
info: info-recursive
 
320
dvi-am:
 
321
dvi: dvi-recursive
 
322
check-am:
 
323
check: check-recursive
 
324
installcheck-am:
 
325
installcheck: installcheck-recursive
 
326
install-info-am: 
 
327
install-info: install-info-recursive
 
328
install-exec-am:
 
329
install-exec: install-exec-recursive
 
330
 
 
331
install-data-am:
 
332
install-data: install-data-recursive
 
333
 
 
334
install-am: all-am
 
335
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
336
install: install-recursive
 
337
uninstall-am:
 
338
uninstall: uninstall-recursive
 
339
all-am: Makefile
 
340
all-redirect: all-recursive
 
341
install-strip:
 
342
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
343
installdirs: installdirs-recursive
 
344
installdirs-am:
 
345
 
 
346
 
 
347
mostlyclean-generic:
 
348
 
 
349
clean-generic:
 
350
 
 
351
distclean-generic:
 
352
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
353
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
354
 
 
355
maintainer-clean-generic:
 
356
mostlyclean-am:  mostlyclean-tags mostlyclean-generic
 
357
 
 
358
mostlyclean: mostlyclean-recursive
 
359
 
 
360
clean-am:  clean-tags clean-generic mostlyclean-am
 
361
 
 
362
clean: clean-recursive
 
363
 
 
364
distclean-am:  distclean-tags distclean-generic clean-am
 
365
        -rm -f libtool
 
366
 
 
367
distclean: distclean-recursive
 
368
        -rm -f config.status
 
369
 
 
370
maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
 
371
                distclean-am
 
372
        @echo "This command is intended for maintainers to use;"
 
373
        @echo "it deletes files that may require special tools to rebuild."
 
374
 
 
375
maintainer-clean: maintainer-clean-recursive
 
376
        -rm -f config.status
 
377
 
 
378
.PHONY: install-data-recursive uninstall-data-recursive \
 
379
install-exec-recursive uninstall-exec-recursive installdirs-recursive \
 
380
uninstalldirs-recursive all-recursive check-recursive \
 
381
installcheck-recursive info-recursive dvi-recursive \
 
382
mostlyclean-recursive distclean-recursive clean-recursive \
 
383
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
 
384
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
 
385
dvi-am dvi check check-am installcheck-am installcheck install-info-am \
 
386
install-info install-exec-am install-exec install-data-am install-data \
 
387
install-am install uninstall-am uninstall all-redirect all-am all \
 
388
installdirs-am installdirs mostlyclean-generic distclean-generic \
 
389
clean-generic maintainer-clean-generic clean mostlyclean distclean \
 
390
maintainer-clean
 
391
 
 
392
 
 
393
# Multilib support.
 
394
.PHONY: all-multi mostlyclean-multi clean-multi distclean-multi \
 
395
        maintainer-clean-multi
 
396
 
 
397
all-recursive: all-multi
 
398
install-recursive: install-multi
 
399
mostlyclean-recursive: mostlyclean-multi
 
400
clean-recursive: clean-multi
 
401
distclean-recursive: distclean-multi
 
402
maintainer-clean-recursive: maintainer-clean-multi
 
403
 
 
404
all-multi:
 
405
        : $(MAKE) ; exec $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do
 
406
install-multi:
 
407
        $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do
 
408
mostlyclean-multi:
 
409
        $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean
 
410
clean-multi:
 
411
        $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean
 
412
distclean-multi:
 
413
        $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean
 
414
maintainer-clean-multi:
 
415
        $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean
 
416
all: $(LIBIBERTY_TARGET)
 
417
 
 
418
new_demangler old_demangler:
 
419
        cd ${libdemangler_basedir}../libiberty && $(MAKE) $@
 
420
 
 
421
dummy_demangler:
 
422
        @true
 
423
 
 
424
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
425
# Otherwise a system limit (for SysV at least) may be exceeded.
 
426
.NOEXPORT: