OSDN Git Service

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