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