OSDN Git Service

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