]> git.ipfire.org Git - thirdparty/gcc.git/blame - libstdc++-v3/libsupc++/Makefile.in
libsupc++: New directory.
[thirdparty/gcc.git] / libstdc++-v3 / libsupc++ / Makefile.in
CommitLineData
06bd10fb
BK
1# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = ..
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60build_alias = @build_alias@
61build_triplet = @build@
62host_alias = @host_alias@
63host_triplet = @host@
64target_alias = @target_alias@
65target_triplet = @target@
66AR = @AR@
67AS = @AS@
68CC = @CC@
69CPP = @CPP@
70CPU_FLAGS = @CPU_FLAGS@
71CSHADOWFLAGS = @CSHADOWFLAGS@
72CXX = @CXX@
73CXXCPP = @CXXCPP@
74DEBUG_FLAGS = @DEBUG_FLAGS@
75DLLTOOL = @DLLTOOL@
76EXEEXT = @EXEEXT@
77EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
78GCC_OBJDIR = @GCC_OBJDIR@
79GCJ = @GCJ@
80GCJFLAGS = @GCJFLAGS@
81GLIBCPP_CFLAGS = @GLIBCPP_CFLAGS@
82GLIBCPP_CXXFLAGS = @GLIBCPP_CXXFLAGS@
83LIBMATHOBJS = @LIBMATHOBJS@
84LIBSTRINGOBJS = @LIBSTRINGOBJS@
85LN_S = @LN_S@
86MAINT = @MAINT@
87MAKEINFO = @MAKEINFO@
88OBJDUMP = @OBJDUMP@
89OBJEXT = @OBJEXT@
90OPT_LDFLAGS = @OPT_LDFLAGS@
91PACKAGE = @PACKAGE@
92RANLIB = @RANLIB@
93SECTION_FLAGS = @SECTION_FLAGS@
94SECTION_LDFLAGS = @SECTION_LDFLAGS@
95STRIP = @STRIP@
96THREADDEPS = @THREADDEPS@
97THREADINCS = @THREADINCS@
98THREADLIBS = @THREADLIBS@
99THREADOBJS = @THREADOBJS@
100THREADSPEC = @THREADSPEC@
101USE_COMPLEX_LONG_DOUBLE = @USE_COMPLEX_LONG_DOUBLE@
102VERSION = @VERSION@
103WERROR = @WERROR@
104WFMT_FLAGS = @WFMT_FLAGS@
105cpu_include_dir = @cpu_include_dir@
106ctype_include_dir = @ctype_include_dir@
107glibcpp_basedir = @glibcpp_basedir@
108ifGNUmake = @ifGNUmake@
109libinst_wstring_la = @libinst_wstring_la@
110
111AUTOMAKE_OPTIONS = 1.3 cygnus
112MAINT_CHARSET = latin1
113@USE_LIBDIR_TRUE@toolexeclibdir = $(libdir)$(MULTISUBDIR)
114@USE_LIBDIR_FALSE@toolexeclibdir = $(toolexecdir)/lib$(MULTISUBDIR)
115@USE_LIBDIR_FALSE@toolexecdir = $(exec_prefix)/$(target_alias)
116
117# Need this library to both be part of libstdc++.a, and installed
118# separately too.
119# 1) separate libsupc++.la
120toolexeclib_LTLIBRARIES = libsupc++.la
121# 2) integrated libsupc++convenience.la that is to be a part of libstdc++.a
122noinst_LTLIBRARIES = libsupc++convenience.la
123
124INCLUDES = -I$(top_srcdir)/../gcc -I$(top_srcdir)/libsupc++/include $(CONFIG_INCLUDES)
125
126
127headers = include/cxxabi.h include/exception include/new include/new.h include/typeinfo
128
129
130sources = del_op.cc del_opnt.cc del_opv.cc del_opvnt.cc exception.cc new_handler.cc new_op.cc new_opnt.cc new_opv.cc new_opvnt.cc tinfo.cc tinfo2.cc vec.cc
131
132
133libsupc___la_SOURCES = $(sources)
134libsupc__convenience_la_SOURCES = $(sources)
135
136# Flags to force separate libtool library to be static only.
137LIBTOOL = @LIBTOOL@ --tag disable-shared
138LIBSUPCXX_CXXFLAGS = -prefer-pic
139
140# These bits are all figured out from configure. Look in acinclude.m4
141# or configure.in to see how they are set.
142# NB: DEBUGFLAGS have to be at the end so that -O2 can be overridden.
143AC_CXXFLAGS = $(WERROR) @WFMT_FLAGS@ @CPU_FLAGS@ @EXTRA_CXX_FLAGS@ @SECTION_FLAGS@ @CSHADOWFLAGS@ @DEBUG_FLAGS@
144
145
146# Need to manually set this option because AC_CXXFLAGS has to be at
147# the end of the compile line so that -O2 can be overridden as the
148# occasion call for it. (ie, --enable-debug)
149AM_CXXFLAGS = -fno-implicit-templates $(OPTIMIZE_CXXFLAGS) -Wall -Wno-format -W -Wwrite-strings -Winline $(LIBSUPCXX_CXXFLAGS) $(AC_CXXFLAGS)
150
151
152# Need to explicitly set this so that AM_CXXFLAGS is last. In
153# addition, we don't use $(DEFS), which tries to set $(top_srcdir) as
154# an include diretory, which screws up shadow headers. (That way,
155# things like -O2 passed down from the toplevel can be overridden by
156# --enable-debug.)
157CXXCOMPILE = $(CXX) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(AM_CXXFLAGS)
158
159
160LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(AM_CXXFLAGS)
161
162
163# We have a problem when building the shared libstdc++ object if the
164# rules automake generates would be used. We cannot allow CXX to be used
165# in libtool since this would add -lstdc++ to the link line which of
166# course is impossible.
167CXXLINK = $(LIBTOOL) --mode=link "$(CC)" @OPT_LDFLAGS@ @SECTION_LDFLAGS@ $(AM_CXXFLAGS) $(LDFLAGS) -o $@
168mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
169CONFIG_HEADER = ../config.h
170CONFIG_CLEAN_FILES =
171LTLIBRARIES = $(noinst_LTLIBRARIES) $(toolexeclib_LTLIBRARIES)
172
173
174DEFS = @DEFS@ -I. -I$(srcdir) -I..
175CPPFLAGS = @CPPFLAGS@
176LDFLAGS = @LDFLAGS@
177LIBS = @LIBS@
178libsupc__convenience_la_LDFLAGS =
179libsupc__convenience_la_LIBADD =
180libsupc__convenience_la_OBJECTS = del_op.lo del_opnt.lo del_opv.lo \
181del_opvnt.lo exception.lo new_handler.lo new_op.lo new_opnt.lo \
182new_opv.lo new_opvnt.lo tinfo.lo tinfo2.lo vec.lo
183libsupc___la_LDFLAGS =
184libsupc___la_LIBADD =
185libsupc___la_OBJECTS = del_op.lo del_opnt.lo del_opv.lo del_opvnt.lo \
186exception.lo new_handler.lo new_op.lo new_opnt.lo new_opv.lo \
187new_opvnt.lo tinfo.lo tinfo2.lo vec.lo
188CXXFLAGS = @CXXFLAGS@
189CXXLD = $(CXX)
190DIST_COMMON = Makefile.am Makefile.in configure configure.in
191
192
193DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
194
195TAR = gtar
196GZIP_ENV = --best
197SOURCES = $(libsupc__convenience_la_SOURCES) $(libsupc___la_SOURCES)
198OBJECTS = $(libsupc__convenience_la_OBJECTS) $(libsupc___la_OBJECTS)
199
200all: all-redirect
201.SUFFIXES:
202.SUFFIXES: .S .c .cc .lo .o .obj .s
203$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
204 cd $(top_srcdir) && $(AUTOMAKE) --cygnus libsupc++/Makefile
205
206Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
207 cd $(top_builddir) \
208 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
209
210
211mostlyclean-noinstLTLIBRARIES:
212
213clean-noinstLTLIBRARIES:
214 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
215
216distclean-noinstLTLIBRARIES:
217
218maintainer-clean-noinstLTLIBRARIES:
219
220mostlyclean-toolexeclibLTLIBRARIES:
221
222clean-toolexeclibLTLIBRARIES:
223 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
224
225distclean-toolexeclibLTLIBRARIES:
226
227maintainer-clean-toolexeclibLTLIBRARIES:
228
229install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
230 @$(NORMAL_INSTALL)
231 $(mkinstalldirs) $(DESTDIR)$(toolexeclibdir)
232 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
233 if test -f $$p; then \
234 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p"; \
235 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p; \
236 else :; fi; \
237 done
238
239uninstall-toolexeclibLTLIBRARIES:
240 @$(NORMAL_UNINSTALL)
241 list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
242 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(toolexeclibdir)/$$p; \
243 done
244
245.c.o:
246 $(COMPILE) -c $<
247
248# FIXME: We should only use cygpath when building on Windows,
249# and only if it is available.
250.c.obj:
251 $(COMPILE) -c `cygpath -w $<`
252
253.s.o:
254 $(COMPILE) -c $<
255
256.S.o:
257 $(COMPILE) -c $<
258
259mostlyclean-compile:
260 -rm -f *.o core *.core
261 -rm -f *.$(OBJEXT)
262
263clean-compile:
264
265distclean-compile:
266 -rm -f *.tab.c
267
268maintainer-clean-compile:
269
270.c.lo:
271 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
272
273.s.lo:
274 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
275
276.S.lo:
277 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
278
279mostlyclean-libtool:
280 -rm -f *.lo
281
282clean-libtool:
283 -rm -rf .libs _libs
284
285distclean-libtool:
286
287maintainer-clean-libtool:
288
289libsupc++convenience.la: $(libsupc__convenience_la_OBJECTS) $(libsupc__convenience_la_DEPENDENCIES)
290 $(CXXLINK) $(libsupc__convenience_la_LDFLAGS) $(libsupc__convenience_la_OBJECTS) $(libsupc__convenience_la_LIBADD) $(LIBS)
291
292libsupc++.la: $(libsupc___la_OBJECTS) $(libsupc___la_DEPENDENCIES)
293 $(CXXLINK) -rpath $(toolexeclibdir) $(libsupc___la_LDFLAGS) $(libsupc___la_OBJECTS) $(libsupc___la_LIBADD) $(LIBS)
294.cc.o:
295 $(CXXCOMPILE) -c $<
296.cc.obj:
297 $(CXXCOMPILE) -c `cygpath -w $<`
298.cc.lo:
299 $(LTCXXCOMPILE) -c $<
300
301tags: TAGS
302
303ID: $(HEADERS) $(SOURCES) $(LISP)
304 list='$(SOURCES) $(HEADERS)'; \
305 unique=`for i in $$list; do echo $$i; done | \
306 awk ' { files[$$0] = 1; } \
307 END { for (i in files) print i; }'`; \
308 here=`pwd` && cd $(srcdir) \
309 && mkid -f$$here/ID $$unique $(LISP)
310
311TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
312 tags=; \
313 here=`pwd`; \
314 list='$(SOURCES) $(HEADERS)'; \
315 unique=`for i in $$list; do echo $$i; done | \
316 awk ' { files[$$0] = 1; } \
317 END { for (i in files) print i; }'`; \
318 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
319 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
320
321mostlyclean-tags:
322
323clean-tags:
324
325distclean-tags:
326 -rm -f TAGS ID
327
328maintainer-clean-tags:
329
330distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
331
332subdir = libsupc++
333
334distdir: $(DISTFILES)
335 @for file in $(DISTFILES); do \
336 if test -f $$file; then d=.; else d=$(srcdir); fi; \
337 if test -d $$d/$$file; then \
338 cp -pr $$d/$$file $(distdir)/$$file; \
339 else \
340 test -f $(distdir)/$$file \
341 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
342 || cp -p $$d/$$file $(distdir)/$$file || :; \
343 fi; \
344 done
345info-am:
346info: info-am
347dvi-am:
348dvi: dvi-am
349check-am:
350check: check-am
351installcheck-am:
352installcheck: installcheck-am
353install-info-am:
354install-info: install-info-am
355install-exec-am: install-toolexeclibLTLIBRARIES
356install-exec: install-exec-am
357
358install-data-am:
359install-data: install-data-am
360
361install-am: all-am
362 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
363install: install-am
364uninstall-am: uninstall-toolexeclibLTLIBRARIES
365uninstall: uninstall-am
366all-am: Makefile $(LTLIBRARIES)
367all-redirect: all-am
368install-strip:
369 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
370installdirs:
371 $(mkinstalldirs) $(DESTDIR)$(toolexeclibdir)
372
373
374mostlyclean-generic:
375
376clean-generic:
377
378distclean-generic:
379 -rm -f Makefile $(CONFIG_CLEAN_FILES)
380 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
381
382maintainer-clean-generic:
383mostlyclean-am: mostlyclean-noinstLTLIBRARIES \
384 mostlyclean-toolexeclibLTLIBRARIES mostlyclean-compile \
385 mostlyclean-libtool mostlyclean-tags \
386 mostlyclean-generic
387
388mostlyclean: mostlyclean-am
389
390clean-am: clean-noinstLTLIBRARIES clean-toolexeclibLTLIBRARIES \
391 clean-compile clean-libtool clean-tags clean-generic \
392 mostlyclean-am
393
394clean: clean-am
395
396distclean-am: distclean-noinstLTLIBRARIES \
397 distclean-toolexeclibLTLIBRARIES distclean-compile \
398 distclean-libtool distclean-tags distclean-generic \
399 clean-am
400 -rm -f libtool
401
402distclean: distclean-am
403
404maintainer-clean-am: maintainer-clean-noinstLTLIBRARIES \
405 maintainer-clean-toolexeclibLTLIBRARIES \
406 maintainer-clean-compile maintainer-clean-libtool \
407 maintainer-clean-tags maintainer-clean-generic \
408 distclean-am
409 @echo "This command is intended for maintainers to use;"
410 @echo "it deletes files that may require special tools to rebuild."
411
412maintainer-clean: maintainer-clean-am
413
414.PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
415clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
416mostlyclean-toolexeclibLTLIBRARIES distclean-toolexeclibLTLIBRARIES \
417clean-toolexeclibLTLIBRARIES maintainer-clean-toolexeclibLTLIBRARIES \
418uninstall-toolexeclibLTLIBRARIES install-toolexeclibLTLIBRARIES \
419mostlyclean-compile distclean-compile clean-compile \
420maintainer-clean-compile mostlyclean-libtool distclean-libtool \
421clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
422distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
423dvi-am dvi check check-am installcheck-am installcheck install-info-am \
424install-info install-exec-am install-exec install-data-am install-data \
425install-am install uninstall-am uninstall all-redirect all-am all \
426installdirs mostlyclean-generic distclean-generic clean-generic \
427maintainer-clean-generic clean mostlyclean distclean maintainer-clean
428
429
430# Tell versions [3.59,3.63) of GNU make to not export all variables.
431# Otherwise a system limit (for SysV at least) may be exceeded.
432.NOEXPORT: