OSDN Git Service

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