OSDN Git Service

33ac4de3e7ab8da0ece65e8bf747af8f404dca3a
[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 CSTDIO_CC = @CSTDIO_CC@
73 CSTDIO_H = @CSTDIO_H@
74 CXX = @CXX@
75 CXXCPP = @CXXCPP@
76 DEBUGFLAGS = @DEBUGFLAGS@
77 DLLTOOL = @DLLTOOL@
78 EXEEXT = @EXEEXT@
79 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
80 GCC_OBJDIR = @GCC_OBJDIR@
81 GLIBCPP_CFLAGS = @GLIBCPP_CFLAGS@
82 GLIBCPP_CXXFLAGS = @GLIBCPP_CXXFLAGS@
83 LIBMATHOBJS = @LIBMATHOBJS@
84 LIBSTRINGOBJS = @LIBSTRINGOBJS@
85 LIBTOOL = @LIBTOOL@
86 LN_S = @LN_S@
87 MAINT = @MAINT@
88 MAKEINFO = @MAKEINFO@
89 OBJDUMP = @OBJDUMP@
90 OPTLEVEL = @OPTLEVEL@
91 PACKAGE = @PACKAGE@
92 RANLIB = @RANLIB@
93 SHADOW_INCLUDES = @SHADOW_INCLUDES@
94 THREADDEPS = @THREADDEPS@
95 THREADINCS = @THREADINCS@
96 THREADLIBS = @THREADLIBS@
97 THREADOBJS = @THREADOBJS@
98 THREADSPEC = @THREADSPEC@
99 USE_LONG_DOUBLE = @USE_LONG_DOUBLE@
100 VERSION = @VERSION@
101 WERRORSUPPRESS = @WERRORSUPPRESS@
102 cpu_include_dir = @cpu_include_dir@
103 ctype_include_dir = @ctype_include_dir@
104 glibcpp_basedir = @glibcpp_basedir@
105 libinst_wstring_la = @libinst_wstring_la@
106
107 AUTOMAKE_OPTIONS = 1.3 cygnus
108
109 noinst_LTLIBRARIES = libio.la
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 = \
113
114 includes = 
115
116 libio_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
124 EXTRA_DIST = iostreamP.h
125
126 libio_la_LIBADD = $(LIBIO_SRCS) 
127 libio_la_DEPENDENCIES = $(libio_la_LIBADD)
128 libio_la_SOURCES = $(LIBIO_SRCS)
129
130 LINK = $(LIBTOOL) --mode=link "$(CCLD)" $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
131 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
132 CONFIG_HEADER = ../config.h
133 CONFIG_CLEAN_FILES = 
134 LTLIBRARIES =  $(noinst_LTLIBRARIES)
135
136
137 DEFS = @DEFS@ -I. -I$(srcdir) -I..
138 CPPFLAGS = @CPPFLAGS@
139 LDFLAGS = @LDFLAGS@
140 LIBS = @LIBS@
141 libio_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 = 
145 CFLAGS = @CFLAGS@
146 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
147 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
148 CCLD = $(CC)
149 DIST_COMMON =  ChangeLog Makefile.am Makefile.in
150
151
152 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
153
154 TAR = gtar
155 GZIP_ENV = --best
156 SOURCES = $(libio_la_SOURCES)
157 OBJECTS = $(libio_la_OBJECTS)
158
159 all: 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
165 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
166         cd $(top_builddir) \
167           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
168
169
170 mostlyclean-noinstLTLIBRARIES:
171
172 clean-noinstLTLIBRARIES:
173         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
174
175 distclean-noinstLTLIBRARIES:
176
177 maintainer-clean-noinstLTLIBRARIES:
178
179 .c.o:
180         $(COMPILE) -c $<
181
182 .s.o:
183         $(COMPILE) -c $<
184
185 .S.o:
186         $(COMPILE) -c $<
187
188 mostlyclean-compile:
189         -rm -f *.o core *.core
190
191 clean-compile:
192
193 distclean-compile:
194         -rm -f *.tab.c
195
196 maintainer-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
207 mostlyclean-libtool:
208         -rm -f *.lo
209
210 clean-libtool:
211         -rm -rf .libs _libs
212
213 distclean-libtool:
214
215 maintainer-clean-libtool:
216
217 libio.la: $(libio_la_OBJECTS) $(libio_la_DEPENDENCIES)
218         $(LINK)  $(libio_la_LDFLAGS) $(libio_la_OBJECTS) $(libio_la_LIBADD) $(LIBS)
219
220 tags: TAGS
221
222 ID: $(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
230 TAGS:  $(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
240 mostlyclean-tags:
241
242 clean-tags:
243
244 distclean-tags:
245         -rm -f TAGS ID
246
247 maintainer-clean-tags:
248
249 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
250
251 subdir = libio
252
253 distdir: $(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
264 info-am:
265 info: info-am
266 dvi-am:
267 dvi: dvi-am
268 check-am:
269 check: check-am
270 installcheck-am:
271 installcheck: installcheck-am
272 install-info-am: 
273 install-info: install-info-am
274 install-exec-am:
275 install-exec: install-exec-am
276
277 install-data-am:
278 install-data: install-data-am
279
280 install-am: all-am
281         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
282 install: install-am
283 uninstall-am:
284 uninstall: uninstall-am
285 all-am: Makefile $(LTLIBRARIES)
286 all-redirect: all-am
287 install-strip:
288         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
289 installdirs:
290
291
292 mostlyclean-generic:
293
294 clean-generic:
295
296 distclean-generic:
297         -rm -f Makefile $(CONFIG_CLEAN_FILES)
298         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
299
300 maintainer-clean-generic:
301 mostlyclean-am:  mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
302                 mostlyclean-libtool mostlyclean-tags \
303                 mostlyclean-generic
304
305 mostlyclean: mostlyclean-am
306
307 clean-am:  clean-noinstLTLIBRARIES clean-compile clean-libtool \
308                 clean-tags clean-generic mostlyclean-am
309
310 clean: clean-am
311
312 distclean-am:  distclean-noinstLTLIBRARIES distclean-compile \
313                 distclean-libtool distclean-tags distclean-generic \
314                 clean-am
315         -rm -f libtool
316
317 distclean: distclean-am
318
319 maintainer-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
326 maintainer-clean: maintainer-clean-am
327
328 .PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
329 clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
330 mostlyclean-compile distclean-compile clean-compile \
331 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
332 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
333 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
334 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
335 install-info install-exec-am install-exec install-data-am install-data \
336 install-am install uninstall-am uninstall all-redirect all-am all \
337 installdirs mostlyclean-generic distclean-generic clean-generic \
338 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
339
340
341 # Specifying that *.o depend on this one header
342 $(libio_la_OBJECTS): $(LIBIO_CONFIG_H)
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: