]> gcc.gnu.org Git - gcc.git/blame - libstdc++-v3/libio/Makefile.in
cxxabi.h (__pbase_type_info): Define, based on __pointer_type_info.
[gcc.git] / libstdc++-v3 / libio / Makefile.in
CommitLineData
b2dad0e3
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@
68BUILD_LIBIO_INCLUDE = @BUILD_LIBIO_INCLUDE@
69CC = @CC@
70CPP = @CPP@
cde28f0d 71CPUFLAGS = @CPUFLAGS@
b2dad0e3
BK
72CSTDIO_CC = @CSTDIO_CC@
73CSTDIO_H = @CSTDIO_H@
74CXX = @CXX@
75CXXCPP = @CXXCPP@
76DEBUGFLAGS = @DEBUGFLAGS@
77DLLTOOL = @DLLTOOL@
78EXEEXT = @EXEEXT@
7b267e3e 79EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
d3a12960 80FMTFLAGS = @FMTFLAGS@
b2dad0e3
BK
81GCC_OBJDIR = @GCC_OBJDIR@
82GLIBCPP_CFLAGS = @GLIBCPP_CFLAGS@
83GLIBCPP_CXXFLAGS = @GLIBCPP_CXXFLAGS@
84LIBMATHOBJS = @LIBMATHOBJS@
85LIBSTRINGOBJS = @LIBSTRINGOBJS@
86LIBTOOL = @LIBTOOL@
87LN_S = @LN_S@
88MAINT = @MAINT@
89MAKEINFO = @MAKEINFO@
b2dad0e3 90OBJDUMP = @OBJDUMP@
b2dad0e3
BK
91PACKAGE = @PACKAGE@
92RANLIB = @RANLIB@
811e551b 93SHADOW_INCLUDES = @SHADOW_INCLUDES@
b2dad0e3
BK
94THREADDEPS = @THREADDEPS@
95THREADINCS = @THREADINCS@
96THREADLIBS = @THREADLIBS@
97THREADOBJS = @THREADOBJS@
98THREADSPEC = @THREADSPEC@
99USE_LONG_DOUBLE = @USE_LONG_DOUBLE@
100VERSION = @VERSION@
8bd636c5 101WERROR = @WERROR@
b2dad0e3
BK
102cpu_include_dir = @cpu_include_dir@
103ctype_include_dir = @ctype_include_dir@
104glibcpp_basedir = @glibcpp_basedir@
5d89258a 105libinst_wstring_la = @libinst_wstring_la@
b2dad0e3
BK
106
107AUTOMAKE_OPTIONS = 1.3 cygnus
108
109noinst_LTLIBRARIES = libio.la
f3b004d8
BK
110@GLIBCPP_NEED_LIBIO_CONFIG_H_TRUE@LIBIO_CONFIG_H = \
111@GLIBCPP_NEED_LIBIO_CONFIG_H_TRUE@_G_config.h
112@GLIBCPP_NEED_LIBIO_CONFIG_H_FALSE@LIBIO_CONFIG_H = \
b2dad0e3
BK
113
114includes =
115
116libio_headers = \
117 libio.h libioP.h iolibio.h
118
119@GLIBCPP_NEED_LIBIO_TRUE@LIBIO_SRCS = \
120@GLIBCPP_NEED_LIBIO_TRUE@\
121@GLIBCPP_NEED_LIBIO_TRUE@ filedoalloc.c genops.c fileops.c stdfiles.c cleanup.c
122@GLIBCPP_NEED_LIBIO_FALSE@LIBIO_SRCS = \
123
124EXTRA_DIST = iostreamP.h
125
126libio_la_LIBADD = $(LIBIO_SRCS)
127libio_la_DEPENDENCIES = $(libio_la_LIBADD)
128libio_la_SOURCES = $(LIBIO_SRCS)
129
130LINK = $(LIBTOOL) --mode=link "$(CCLD)" $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
131mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
132CONFIG_HEADER = ../config.h
133CONFIG_CLEAN_FILES =
134LTLIBRARIES = $(noinst_LTLIBRARIES)
135
136
137DEFS = @DEFS@ -I. -I$(srcdir) -I..
138CPPFLAGS = @CPPFLAGS@
139LDFLAGS = @LDFLAGS@
140LIBS = @LIBS@
141libio_la_LDFLAGS =
142@GLIBCPP_NEED_LIBIO_TRUE@libio_la_OBJECTS = filedoalloc.lo genops.lo \
143@GLIBCPP_NEED_LIBIO_TRUE@fileops.lo stdfiles.lo cleanup.lo
144@GLIBCPP_NEED_LIBIO_FALSE@libio_la_OBJECTS =
145CFLAGS = @CFLAGS@
146COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
147LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
148CCLD = $(CC)
149DIST_COMMON = ChangeLog Makefile.am Makefile.in
150
151
152DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
153
154TAR = gtar
155GZIP_ENV = --best
156SOURCES = $(libio_la_SOURCES)
157OBJECTS = $(libio_la_OBJECTS)
158
159all: all-redirect
160.SUFFIXES:
161.SUFFIXES: .S .c .lo .o .s
162$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
163 cd $(top_srcdir) && $(AUTOMAKE) --cygnus libio/Makefile
164
165Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
166 cd $(top_builddir) \
167 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
168
169
170mostlyclean-noinstLTLIBRARIES:
171
172clean-noinstLTLIBRARIES:
173 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
174
175distclean-noinstLTLIBRARIES:
176
177maintainer-clean-noinstLTLIBRARIES:
178
179.c.o:
180 $(COMPILE) -c $<
181
182.s.o:
183 $(COMPILE) -c $<
184
185.S.o:
186 $(COMPILE) -c $<
187
188mostlyclean-compile:
189 -rm -f *.o core *.core
190
191clean-compile:
192
193distclean-compile:
194 -rm -f *.tab.c
195
196maintainer-clean-compile:
197
198.c.lo:
199 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
200
201.s.lo:
202 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
203
204.S.lo:
205 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
206
207mostlyclean-libtool:
208 -rm -f *.lo
209
210clean-libtool:
211 -rm -rf .libs _libs
212
213distclean-libtool:
214
215maintainer-clean-libtool:
216
217libio.la: $(libio_la_OBJECTS) $(libio_la_DEPENDENCIES)
218 $(LINK) $(libio_la_LDFLAGS) $(libio_la_OBJECTS) $(libio_la_LIBADD) $(LIBS)
219
220tags: TAGS
221
222ID: $(HEADERS) $(SOURCES) $(LISP)
223 list='$(SOURCES) $(HEADERS)'; \
224 unique=`for i in $$list; do echo $$i; done | \
225 awk ' { files[$$0] = 1; } \
226 END { for (i in files) print i; }'`; \
227 here=`pwd` && cd $(srcdir) \
228 && mkid -f$$here/ID $$unique $(LISP)
229
230TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
231 tags=; \
232 here=`pwd`; \
233 list='$(SOURCES) $(HEADERS)'; \
234 unique=`for i in $$list; do echo $$i; done | \
235 awk ' { files[$$0] = 1; } \
236 END { for (i in files) print i; }'`; \
237 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
238 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
239
240mostlyclean-tags:
241
242clean-tags:
243
244distclean-tags:
245 -rm -f TAGS ID
246
247maintainer-clean-tags:
248
249distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
250
251subdir = libio
252
253distdir: $(DISTFILES)
254 @for file in $(DISTFILES); do \
255 if test -f $$file; then d=.; else d=$(srcdir); fi; \
256 if test -d $$d/$$file; then \
257 cp -pr $$d/$$file $(distdir)/$$file; \
258 else \
259 test -f $(distdir)/$$file \
260 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
261 || cp -p $$d/$$file $(distdir)/$$file || :; \
262 fi; \
263 done
264info-am:
265info: info-am
266dvi-am:
267dvi: dvi-am
268check-am:
269check: check-am
270installcheck-am:
271installcheck: installcheck-am
272install-info-am:
273install-info: install-info-am
274install-exec-am:
275install-exec: install-exec-am
276
277install-data-am:
278install-data: install-data-am
279
280install-am: all-am
281 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
282install: install-am
283uninstall-am:
284uninstall: uninstall-am
285all-am: Makefile $(LTLIBRARIES)
286all-redirect: all-am
287install-strip:
288 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
289installdirs:
290
291
292mostlyclean-generic:
293
294clean-generic:
295
296distclean-generic:
297 -rm -f Makefile $(CONFIG_CLEAN_FILES)
298 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
299
300maintainer-clean-generic:
301mostlyclean-am: mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
302 mostlyclean-libtool mostlyclean-tags \
303 mostlyclean-generic
304
305mostlyclean: mostlyclean-am
306
307clean-am: clean-noinstLTLIBRARIES clean-compile clean-libtool \
308 clean-tags clean-generic mostlyclean-am
309
310clean: clean-am
311
312distclean-am: distclean-noinstLTLIBRARIES distclean-compile \
313 distclean-libtool distclean-tags distclean-generic \
314 clean-am
315 -rm -f libtool
316
317distclean: distclean-am
318
319maintainer-clean-am: maintainer-clean-noinstLTLIBRARIES \
320 maintainer-clean-compile maintainer-clean-libtool \
321 maintainer-clean-tags maintainer-clean-generic \
322 distclean-am
323 @echo "This command is intended for maintainers to use;"
324 @echo "it deletes files that may require special tools to rebuild."
325
326maintainer-clean: maintainer-clean-am
327
328.PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
329clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
330mostlyclean-compile distclean-compile clean-compile \
331maintainer-clean-compile mostlyclean-libtool distclean-libtool \
332clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
333distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
334dvi-am dvi check check-am installcheck-am installcheck install-info-am \
335install-info install-exec-am install-exec install-data-am install-data \
336install-am install uninstall-am uninstall all-redirect all-am all \
337installdirs mostlyclean-generic distclean-generic clean-generic \
338maintainer-clean-generic clean mostlyclean distclean maintainer-clean
339
340
341# Specifying that *.o depend on this one header
f3b004d8 342$(libio_la_OBJECTS): $(LIBIO_CONFIG_H)
b2dad0e3
BK
343
344# Generate this file.
345_G_config.h: $(srcdir)/gen-params
346 rootme=`pwd`/ ; export rootme; \
347 CC="$(CC) $(CINCLUDES)"; export CC; \
348 CXX="$(CXX) $(CXXINCLUDES) $(NOSTDINC) $(CXXFLAGS)"; export CXX; \
349 CONFIG_NM="$(NM)"; export CONFIG_NM; \
350 $(SHELL) $(srcdir)/gen-params LIB_VERSION=$(VERSION) $(G_CONFIG_ARGS) >tmp-params.h
351 mv tmp-params.h _G_config.h
352
353# Tell versions [3.59,3.63) of GNU make to not export all variables.
354# Otherwise a system limit (for SysV at least) may be exceeded.
355.NOEXPORT:
This page took 0.074777 seconds and 5 git commands to generate.