]> git.ipfire.org Git - thirdparty/gcc.git/blame - libstdc++-v3/libsupc++/Makefile.in
Daily bump.
[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@
e466dc8a 70CSHADOW_FLAGS = @CSHADOW_FLAGS@
06bd10fb
BK
71CXX = @CXX@
72CXXCPP = @CXXCPP@
73DEBUG_FLAGS = @DEBUG_FLAGS@
74DLLTOOL = @DLLTOOL@
75EXEEXT = @EXEEXT@
76EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
77GCC_OBJDIR = @GCC_OBJDIR@
78GCJ = @GCJ@
79GCJFLAGS = @GCJFLAGS@
80GLIBCPP_CFLAGS = @GLIBCPP_CFLAGS@
81GLIBCPP_CXXFLAGS = @GLIBCPP_CXXFLAGS@
82LIBMATHOBJS = @LIBMATHOBJS@
83LIBSTRINGOBJS = @LIBSTRINGOBJS@
84LN_S = @LN_S@
85MAINT = @MAINT@
86MAKEINFO = @MAKEINFO@
87OBJDUMP = @OBJDUMP@
88OBJEXT = @OBJEXT@
89OPT_LDFLAGS = @OPT_LDFLAGS@
90PACKAGE = @PACKAGE@
91RANLIB = @RANLIB@
92SECTION_FLAGS = @SECTION_FLAGS@
93SECTION_LDFLAGS = @SECTION_LDFLAGS@
94STRIP = @STRIP@
06bd10fb
BK
95USE_COMPLEX_LONG_DOUBLE = @USE_COMPLEX_LONG_DOUBLE@
96VERSION = @VERSION@
e466dc8a 97WARN_FLAGS = @WARN_FLAGS@
06bd10fb
BK
98WERROR = @WERROR@
99WFMT_FLAGS = @WFMT_FLAGS@
06bd10fb
BK
100glibcpp_basedir = @glibcpp_basedir@
101ifGNUmake = @ifGNUmake@
102libinst_wstring_la = @libinst_wstring_la@
103
104AUTOMAKE_OPTIONS = 1.3 cygnus
105MAINT_CHARSET = latin1
106@USE_LIBDIR_TRUE@toolexeclibdir = $(libdir)$(MULTISUBDIR)
107@USE_LIBDIR_FALSE@toolexeclibdir = $(toolexecdir)/lib$(MULTISUBDIR)
108@USE_LIBDIR_FALSE@toolexecdir = $(exec_prefix)/$(target_alias)
109
110# Need this library to both be part of libstdc++.a, and installed
111# separately too.
112# 1) separate libsupc++.la
113toolexeclib_LTLIBRARIES = libsupc++.la
114# 2) integrated libsupc++convenience.la that is to be a part of libstdc++.a
115noinst_LTLIBRARIES = libsupc++convenience.la
116
e466dc8a
BK
117# Compile flags that should be constant throughout the build, both for
118# SUBDIRS and for libstdc++-v3 in general.
119OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
120
121# These bits are all figured out from configure. Look in acinclude.m4
122# or configure.in to see how they are set. See GLIBCPP_EXPORT_FLAGS
123# NB: DEBUGFLAGS have to be at the end so that -O2 can be overridden.
124CONFIG_CXXFLAGS = @EXTRA_CXX_FLAGS@ @SECTION_FLAGS@ @CSHADOW_FLAGS@ @DEBUG_FLAGS@
125
126
127# Warning flags to use.
128WARN_CXXFLAGS = @WARN_FLAGS@ $(WERROR) @WFMT_FLAGS@
129
130
131# Use common includes from acinclude.m4/GLIBCPP_EXPORT_INCLUDES
132GLIBCPP_INCLUDE_DIR = @GLIBCPP_INCLUDE_DIR@
133C_INCLUDE_DIR = @C_INCLUDE_DIR@
134TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
135LIBMATH_INCLUDES = @LIBMATH_INCLUDES@
136LIBSUPCXX_INCLUDES = @LIBSUPCXX_INCLUDES@
137LIBIO_INCLUDES = @LIBIO_INCLUDES@
138CSHADOW_INCLUDES = @CSHADOW_INCLUDES@
139
a6863e25 140INCLUDES = -I$(top_srcdir)/../gcc -I$(top_srcdir)/../include $(CSHADOW_INCLUDES) $(LIBSUPCXX_INCLUDES) -I$(GLIBCPP_INCLUDE_DIR) $(CONFIG_INCLUDES) -I$(top_builddir)
1364053c 141
06bd10fb 142
a6863e25 143headers = cxxabi.h exception new new.h typeinfo
06bd10fb
BK
144
145
3734420f 146sources = 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 pure.cc tinfo.cc tinfo2.cc vec.cc
06bd10fb
BK
147
148
149libsupc___la_SOURCES = $(sources)
150libsupc__convenience_la_SOURCES = $(sources)
151
a6863e25
BK
152# This insanely simple bit of install magic courtesy of Mr. Tromey.
153glibcppinstalldir = $(prefix)/include/g++-v3
154glibcppinstall_HEADERS = $(headers)
155
06bd10fb
BK
156# Flags to force separate libtool library to be static only.
157LIBTOOL = @LIBTOOL@ --tag disable-shared
158LIBSUPCXX_CXXFLAGS = -prefer-pic
159
c7053b70
BK
160# AM_CXXFLAGS needs to be in each subdirectory so that it can be
161# modified in a per-library or per-sub-library way.
162# Need to manually set this option because CONFIG_CXXFLAGS has to be at
06bd10fb
BK
163# the end of the compile line so that -O2 can be overridden as the
164# occasion call for it. (ie, --enable-debug)
c7053b70 165AM_CXXFLAGS = -fno-implicit-templates $(LIBSUPCXX_CXXFLAGS) $(WARN_CXXFLAGS) $(OPTIMIZE_CXXFLAGS) $(CONFIG_CXXFLAGS)
06bd10fb
BK
166
167
168# Need to explicitly set this so that AM_CXXFLAGS is last. In
169# addition, we don't use $(DEFS), which tries to set $(top_srcdir) as
170# an include diretory, which screws up shadow headers. (That way,
171# things like -O2 passed down from the toplevel can be overridden by
172# --enable-debug.)
06bd10fb
BK
173LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(AM_CXXFLAGS)
174
175
176# We have a problem when building the shared libstdc++ object if the
177# rules automake generates would be used. We cannot allow CXX to be used
178# in libtool since this would add -lstdc++ to the link line which of
179# course is impossible.
180CXXLINK = $(LIBTOOL) --mode=link "$(CC)" @OPT_LDFLAGS@ @SECTION_LDFLAGS@ $(AM_CXXFLAGS) $(LDFLAGS) -o $@
181mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
182CONFIG_HEADER = ../config.h
183CONFIG_CLEAN_FILES =
184LTLIBRARIES = $(noinst_LTLIBRARIES) $(toolexeclib_LTLIBRARIES)
185
186
187DEFS = @DEFS@ -I. -I$(srcdir) -I..
188CPPFLAGS = @CPPFLAGS@
189LDFLAGS = @LDFLAGS@
190LIBS = @LIBS@
191libsupc__convenience_la_LDFLAGS =
192libsupc__convenience_la_LIBADD =
193libsupc__convenience_la_OBJECTS = del_op.lo del_opnt.lo del_opv.lo \
194del_opvnt.lo exception.lo new_handler.lo new_op.lo new_opnt.lo \
3734420f 195new_opv.lo new_opvnt.lo pure.lo tinfo.lo tinfo2.lo vec.lo
06bd10fb
BK
196libsupc___la_LDFLAGS =
197libsupc___la_LIBADD =
198libsupc___la_OBJECTS = del_op.lo del_opnt.lo del_opv.lo del_opvnt.lo \
199exception.lo new_handler.lo new_op.lo new_opnt.lo new_opv.lo \
3734420f 200new_opvnt.lo pure.lo tinfo.lo tinfo2.lo vec.lo
06bd10fb 201CXXFLAGS = @CXXFLAGS@
b1e53318 202CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
06bd10fb 203CXXLD = $(CXX)
a6863e25
BK
204HEADERS = $(glibcppinstall_HEADERS)
205
06bd10fb
BK
206DIST_COMMON = Makefile.am Makefile.in configure configure.in
207
208
209DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
210
211TAR = gtar
212GZIP_ENV = --best
213SOURCES = $(libsupc__convenience_la_SOURCES) $(libsupc___la_SOURCES)
214OBJECTS = $(libsupc__convenience_la_OBJECTS) $(libsupc___la_OBJECTS)
215
216all: all-redirect
217.SUFFIXES:
218.SUFFIXES: .S .c .cc .lo .o .obj .s
219$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
220 cd $(top_srcdir) && $(AUTOMAKE) --cygnus libsupc++/Makefile
221
222Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
223 cd $(top_builddir) \
224 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
225
226
227mostlyclean-noinstLTLIBRARIES:
228
229clean-noinstLTLIBRARIES:
230 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
231
232distclean-noinstLTLIBRARIES:
233
234maintainer-clean-noinstLTLIBRARIES:
235
236mostlyclean-toolexeclibLTLIBRARIES:
237
238clean-toolexeclibLTLIBRARIES:
239 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
240
241distclean-toolexeclibLTLIBRARIES:
242
243maintainer-clean-toolexeclibLTLIBRARIES:
244
245install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
246 @$(NORMAL_INSTALL)
247 $(mkinstalldirs) $(DESTDIR)$(toolexeclibdir)
248 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
249 if test -f $$p; then \
250 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p"; \
251 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p; \
252 else :; fi; \
253 done
254
255uninstall-toolexeclibLTLIBRARIES:
256 @$(NORMAL_UNINSTALL)
257 list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
258 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(toolexeclibdir)/$$p; \
259 done
260
261.c.o:
262 $(COMPILE) -c $<
263
264# FIXME: We should only use cygpath when building on Windows,
265# and only if it is available.
266.c.obj:
267 $(COMPILE) -c `cygpath -w $<`
268
269.s.o:
270 $(COMPILE) -c $<
271
272.S.o:
273 $(COMPILE) -c $<
274
275mostlyclean-compile:
276 -rm -f *.o core *.core
277 -rm -f *.$(OBJEXT)
278
279clean-compile:
280
281distclean-compile:
282 -rm -f *.tab.c
283
284maintainer-clean-compile:
285
286.c.lo:
287 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
288
289.s.lo:
290 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
291
292.S.lo:
293 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
294
295mostlyclean-libtool:
296 -rm -f *.lo
297
298clean-libtool:
299 -rm -rf .libs _libs
300
301distclean-libtool:
302
303maintainer-clean-libtool:
304
305libsupc++convenience.la: $(libsupc__convenience_la_OBJECTS) $(libsupc__convenience_la_DEPENDENCIES)
306 $(CXXLINK) $(libsupc__convenience_la_LDFLAGS) $(libsupc__convenience_la_OBJECTS) $(libsupc__convenience_la_LIBADD) $(LIBS)
307
308libsupc++.la: $(libsupc___la_OBJECTS) $(libsupc___la_DEPENDENCIES)
309 $(CXXLINK) -rpath $(toolexeclibdir) $(libsupc___la_LDFLAGS) $(libsupc___la_OBJECTS) $(libsupc___la_LIBADD) $(LIBS)
310.cc.o:
311 $(CXXCOMPILE) -c $<
312.cc.obj:
313 $(CXXCOMPILE) -c `cygpath -w $<`
314.cc.lo:
315 $(LTCXXCOMPILE) -c $<
316
a6863e25
BK
317install-glibcppinstallHEADERS: $(glibcppinstall_HEADERS)
318 @$(NORMAL_INSTALL)
319 $(mkinstalldirs) $(DESTDIR)$(glibcppinstalldir)
320 @list='$(glibcppinstall_HEADERS)'; for p in $$list; do \
321 if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
322 echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(glibcppinstalldir)/$$p"; \
323 $(INSTALL_DATA) $$d$$p $(DESTDIR)$(glibcppinstalldir)/$$p; \
324 done
325
326uninstall-glibcppinstallHEADERS:
327 @$(NORMAL_UNINSTALL)
328 list='$(glibcppinstall_HEADERS)'; for p in $$list; do \
329 rm -f $(DESTDIR)$(glibcppinstalldir)/$$p; \
330 done
331
06bd10fb
BK
332tags: TAGS
333
334ID: $(HEADERS) $(SOURCES) $(LISP)
335 list='$(SOURCES) $(HEADERS)'; \
336 unique=`for i in $$list; do echo $$i; done | \
337 awk ' { files[$$0] = 1; } \
338 END { for (i in files) print i; }'`; \
339 here=`pwd` && cd $(srcdir) \
340 && mkid -f$$here/ID $$unique $(LISP)
341
342TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
343 tags=; \
344 here=`pwd`; \
345 list='$(SOURCES) $(HEADERS)'; \
346 unique=`for i in $$list; do echo $$i; done | \
347 awk ' { files[$$0] = 1; } \
348 END { for (i in files) print i; }'`; \
349 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
350 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
351
352mostlyclean-tags:
353
354clean-tags:
355
356distclean-tags:
357 -rm -f TAGS ID
358
359maintainer-clean-tags:
360
361distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
362
363subdir = libsupc++
364
365distdir: $(DISTFILES)
366 @for file in $(DISTFILES); do \
367 if test -f $$file; then d=.; else d=$(srcdir); fi; \
368 if test -d $$d/$$file; then \
369 cp -pr $$d/$$file $(distdir)/$$file; \
370 else \
371 test -f $(distdir)/$$file \
372 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
373 || cp -p $$d/$$file $(distdir)/$$file || :; \
374 fi; \
375 done
376info-am:
377info: info-am
378dvi-am:
379dvi: dvi-am
380check-am:
381check: check-am
382installcheck-am:
383installcheck: installcheck-am
384install-info-am:
385install-info: install-info-am
386install-exec-am: install-toolexeclibLTLIBRARIES
387install-exec: install-exec-am
388
a6863e25 389install-data-am: install-glibcppinstallHEADERS
06bd10fb
BK
390install-data: install-data-am
391
392install-am: all-am
393 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
394install: install-am
a6863e25
BK
395uninstall-am: uninstall-toolexeclibLTLIBRARIES \
396 uninstall-glibcppinstallHEADERS
06bd10fb 397uninstall: uninstall-am
a6863e25 398all-am: Makefile $(LTLIBRARIES) $(HEADERS)
06bd10fb
BK
399all-redirect: all-am
400install-strip:
401 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
402installdirs:
a6863e25
BK
403 $(mkinstalldirs) $(DESTDIR)$(toolexeclibdir) \
404 $(DESTDIR)$(glibcppinstalldir)
06bd10fb
BK
405
406
407mostlyclean-generic:
408
409clean-generic:
410
411distclean-generic:
412 -rm -f Makefile $(CONFIG_CLEAN_FILES)
413 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
414
415maintainer-clean-generic:
416mostlyclean-am: mostlyclean-noinstLTLIBRARIES \
417 mostlyclean-toolexeclibLTLIBRARIES mostlyclean-compile \
418 mostlyclean-libtool mostlyclean-tags \
419 mostlyclean-generic
420
421mostlyclean: mostlyclean-am
422
423clean-am: clean-noinstLTLIBRARIES clean-toolexeclibLTLIBRARIES \
424 clean-compile clean-libtool clean-tags clean-generic \
425 mostlyclean-am
426
427clean: clean-am
428
429distclean-am: distclean-noinstLTLIBRARIES \
430 distclean-toolexeclibLTLIBRARIES distclean-compile \
431 distclean-libtool distclean-tags distclean-generic \
432 clean-am
433 -rm -f libtool
434
435distclean: distclean-am
436
437maintainer-clean-am: maintainer-clean-noinstLTLIBRARIES \
438 maintainer-clean-toolexeclibLTLIBRARIES \
439 maintainer-clean-compile maintainer-clean-libtool \
440 maintainer-clean-tags maintainer-clean-generic \
441 distclean-am
442 @echo "This command is intended for maintainers to use;"
443 @echo "it deletes files that may require special tools to rebuild."
444
445maintainer-clean: maintainer-clean-am
446
447.PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
448clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
449mostlyclean-toolexeclibLTLIBRARIES distclean-toolexeclibLTLIBRARIES \
450clean-toolexeclibLTLIBRARIES maintainer-clean-toolexeclibLTLIBRARIES \
451uninstall-toolexeclibLTLIBRARIES install-toolexeclibLTLIBRARIES \
452mostlyclean-compile distclean-compile clean-compile \
453maintainer-clean-compile mostlyclean-libtool distclean-libtool \
a6863e25
BK
454clean-libtool maintainer-clean-libtool uninstall-glibcppinstallHEADERS \
455install-glibcppinstallHEADERS tags mostlyclean-tags distclean-tags \
456clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
457check-am installcheck-am installcheck install-info-am install-info \
458install-exec-am install-exec install-data-am install-data install-am \
459install uninstall-am uninstall all-redirect all-am all installdirs \
460mostlyclean-generic distclean-generic clean-generic \
06bd10fb
BK
461maintainer-clean-generic clean mostlyclean distclean maintainer-clean
462
463
464# Tell versions [3.59,3.63) of GNU make to not export all variables.
465# Otherwise a system limit (for SysV at least) may be exceeded.
466.NOEXPORT: