OSDN Git Service

2004-06-25 Artem B. Bityuckiy <dedekind@oktetlabs.ru>
[pf3gnuchains/pf3gnuchains3x.git] / newlib / libc / iconv / lib / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999, 2001 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
15 SHELL = @SHELL@
16
17 srcdir = @srcdir@
18 top_srcdir = @top_srcdir@
19 VPATH = @srcdir@
20 prefix = @prefix@
21 exec_prefix = @exec_prefix@
22
23 bindir = @bindir@
24 sbindir = @sbindir@
25 libexecdir = @libexecdir@
26 datadir = @datadir@
27 sysconfdir = @sysconfdir@
28 sharedstatedir = @sharedstatedir@
29 localstatedir = @localstatedir@
30 libdir = @libdir@
31 infodir = @infodir@
32 mandir = @mandir@
33 includedir = @includedir@
34 oldincludedir = /usr/include
35
36 DESTDIR =
37
38 pkgdatadir = $(datadir)/@PACKAGE@
39 pkglibdir = $(libdir)/@PACKAGE@
40 pkgincludedir = $(includedir)/@PACKAGE@
41
42 top_builddir = ../..
43
44 ACLOCAL = @ACLOCAL@
45 AUTOCONF = @AUTOCONF@
46 AUTOMAKE = @AUTOMAKE@
47 AUTOHEADER = @AUTOHEADER@
48
49 INSTALL = @INSTALL@
50 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
51 INSTALL_DATA = @INSTALL_DATA@
52 INSTALL_SCRIPT = @INSTALL_SCRIPT@
53 transform = @program_transform_name@
54
55 NORMAL_INSTALL = :
56 PRE_INSTALL = :
57 POST_INSTALL = :
58 NORMAL_UNINSTALL = :
59 PRE_UNINSTALL = :
60 POST_UNINSTALL = :
61 build_alias = @build_alias@
62 build_triplet = @build@
63 host_alias = @host_alias@
64 host_triplet = @host@
65 target_alias = @target_alias@
66 target_triplet = @target@
67 AR = @AR@
68 AS = @AS@
69 CC = @CC@
70 CPP = @CPP@
71 CRT0 = @CRT0@
72 CXX = @CXX@
73 CXXCPP = @CXXCPP@
74 DLLTOOL = @DLLTOOL@
75 EXEEXT = @EXEEXT@
76 GCJ = @GCJ@
77 GCJFLAGS = @GCJFLAGS@
78 LDFLAGS = @LDFLAGS@
79 LIBC_EXTRA_DEF = @LIBC_EXTRA_DEF@
80 LIBC_EXTRA_LIB = @LIBC_EXTRA_LIB@
81 LIBC_MACHINE_LIB = @LIBC_MACHINE_LIB@
82 LIBC_POSIX_LIB = @LIBC_POSIX_LIB@
83 LIBC_SIGNAL_DEF = @LIBC_SIGNAL_DEF@
84 LIBC_SIGNAL_LIB = @LIBC_SIGNAL_LIB@
85 LIBC_STDIO64_DEF = @LIBC_STDIO64_DEF@
86 LIBC_STDIO64_LIB = @LIBC_STDIO64_LIB@
87 LIBC_SYSCALL_LIB = @LIBC_SYSCALL_LIB@
88 LIBC_SYS_LIB = @LIBC_SYS_LIB@
89 LIBC_UNIX_LIB = @LIBC_UNIX_LIB@
90 LIBTOOL = @LIBTOOL@
91 LN_S = @LN_S@
92 MAINT = @MAINT@
93 MAKEINFO = @MAKEINFO@
94 NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
95 OBJDUMP = @OBJDUMP@
96 OBJEXT = @OBJEXT@
97 PACKAGE = @PACKAGE@
98 RANLIB = @RANLIB@
99 STRIP = @STRIP@
100 VERSION = @VERSION@
101 aext = @aext@
102 extra_dir = @extra_dir@
103 libm_machine_dir = @libm_machine_dir@
104 machine_dir = @machine_dir@
105 newlib_basedir = @newlib_basedir@
106 oext = @oext@
107 sys_dir = @sys_dir@
108
109 AUTOMAKE_OPTIONS = cygnus
110
111 INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
112
113 GENERAL_SOURCES =  aliasesi.c ucsconv.c nullconv.c iconv.c aliasesbi.c iconvnls.c
114
115 @ELIX_LEVEL_1_TRUE@LIB_OBJS = 
116 @ELIX_LEVEL_1_FALSE@LIB_OBJS = aliasesi.$(oext) ucsconv.$(oext) nullconv.$(oext) iconv.$(oext) aliasesbi.$(oext) iconvnls.$(oext)
117
118 noinst_LIBRARIES = lib.a
119 lib_a_SOURCES = $(GENERAL_SOURCES)
120 lib_a_LIBADD = $(LIB_OBJS)
121 lib_a_DEPENDENCIES = $(LIB_OBJS)
122 noinst_DATA = 
123
124 CHEWOUT_FILES = iconv.def
125
126 SUFFIXES = .def
127
128 CHEW = ../../../doc/makedoc -f $(srcdir)/../../../doc/doc.str
129
130 CLEANFILES = $(CHEWOUT_FILES) *.ref
131 mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
132 CONFIG_CLEAN_FILES = 
133 LIBRARIES =  $(noinst_LIBRARIES)
134
135
136 DEFS = @DEFS@ -I. -I$(srcdir) 
137 CPPFLAGS = @CPPFLAGS@
138 LIBS = @LIBS@
139 lib_a_OBJECTS =  aliasesi.$(OBJEXT) ucsconv.$(OBJEXT) nullconv.$(OBJEXT) \
140 iconv.$(OBJEXT) aliasesbi.$(OBJEXT) iconvnls.$(OBJEXT)
141 CFLAGS = @CFLAGS@
142 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
143 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
144 CCLD = $(CC)
145 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
146 DATA =  $(noinst_DATA)
147
148 DIST_COMMON =  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 = $(lib_a_SOURCES)
156 OBJECTS = $(lib_a_OBJECTS)
157
158 all: all-redirect
159 .SUFFIXES:
160 .SUFFIXES: .S .c .def .lo .o .obj .s
161 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(srcdir)/../../../Makefile.shared
162         cd $(top_srcdir) && $(AUTOMAKE) --cygnus iconv/lib/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-noinstLIBRARIES:
170
171 clean-noinstLIBRARIES:
172         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
173
174 distclean-noinstLIBRARIES:
175
176 maintainer-clean-noinstLIBRARIES:
177
178 .c.o:
179         $(COMPILE) -c $<
180
181 # FIXME: We should only use cygpath when building on Windows,
182 # and only if it is available.
183 .c.obj:
184         $(COMPILE) -c `cygpath -w $<`
185
186 .s.o:
187         $(COMPILE) -c $<
188
189 .S.o:
190         $(COMPILE) -c $<
191
192 mostlyclean-compile:
193         -rm -f *.o core *.core
194         -rm -f *.$(OBJEXT)
195
196 clean-compile:
197
198 distclean-compile:
199         -rm -f *.tab.c
200
201 maintainer-clean-compile:
202
203 .c.lo:
204         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
205
206 .s.lo:
207         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
208
209 .S.lo:
210         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
211
212 mostlyclean-libtool:
213         -rm -f *.lo
214
215 clean-libtool:
216         -rm -rf .libs _libs
217
218 distclean-libtool:
219
220 maintainer-clean-libtool:
221
222 lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
223         -rm -f lib.a
224         $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
225         $(RANLIB) lib.a
226
227 tags: TAGS
228
229 ID: $(HEADERS) $(SOURCES) $(LISP)
230         list='$(SOURCES) $(HEADERS)'; \
231         unique=`for i in $$list; do echo $$i; done | \
232           awk '    { files[$$0] = 1; } \
233                END { for (i in files) print i; }'`; \
234         here=`pwd` && cd $(srcdir) \
235           && mkid -f$$here/ID $$unique $(LISP)
236
237 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
238         tags=; \
239         here=`pwd`; \
240         list='$(SOURCES) $(HEADERS)'; \
241         unique=`for i in $$list; do echo $$i; done | \
242           awk '    { files[$$0] = 1; } \
243                END { for (i in files) print i; }'`; \
244         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
245           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
246
247 mostlyclean-tags:
248
249 clean-tags:
250
251 distclean-tags:
252         -rm -f TAGS ID
253
254 maintainer-clean-tags:
255
256 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
257
258 subdir = iconv/lib
259
260 distdir: $(DISTFILES)
261         @for file in $(DISTFILES); do \
262           if test -f $$file; then d=.; else d=$(srcdir); fi; \
263           if test -d $$d/$$file; then \
264             cp -pr $$d/$$file $(distdir)/$$file; \
265           else \
266             test -f $(distdir)/$$file \
267             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
268             || cp -p $$d/$$file $(distdir)/$$file || :; \
269           fi; \
270         done
271 info-am:
272 info: info-am
273 dvi-am:
274 dvi: dvi-am
275 check-am:
276 check: check-am
277 installcheck-am:
278 installcheck: installcheck-am
279 install-info-am: 
280 install-info: install-info-am
281 install-exec-am:
282 install-exec: install-exec-am
283
284 install-data-am:
285 install-data: install-data-am
286
287 install-am: all-am
288         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
289 install: install-am
290 uninstall-am:
291 uninstall: uninstall-am
292 all-am: Makefile $(LIBRARIES) $(DATA)
293 all-redirect: all-am
294 install-strip:
295         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
296 installdirs:
297
298
299 mostlyclean-generic:
300
301 clean-generic:
302         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
303
304 distclean-generic:
305         -rm -f Makefile $(CONFIG_CLEAN_FILES)
306         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
307
308 maintainer-clean-generic:
309 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
310                 mostlyclean-libtool mostlyclean-tags \
311                 mostlyclean-generic
312
313 mostlyclean: mostlyclean-am
314
315 clean-am:  clean-noinstLIBRARIES clean-compile clean-libtool clean-tags \
316                 clean-generic mostlyclean-am
317
318 clean: clean-am
319
320 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
321                 distclean-libtool distclean-tags distclean-generic \
322                 clean-am
323         -rm -f libtool
324
325 distclean: distclean-am
326
327 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
328                 maintainer-clean-compile maintainer-clean-libtool \
329                 maintainer-clean-tags maintainer-clean-generic \
330                 distclean-am
331         @echo "This command is intended for maintainers to use;"
332         @echo "it deletes files that may require special tools to rebuild."
333
334 maintainer-clean: maintainer-clean-am
335
336 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
337 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
338 mostlyclean-compile distclean-compile clean-compile \
339 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
340 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
341 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
342 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
343 install-info install-exec-am install-exec install-data-am install-data \
344 install-am install uninstall-am uninstall all-redirect all-am all \
345 installdirs mostlyclean-generic distclean-generic clean-generic \
346 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
347
348
349 objectlist.awk.in: $(noinst_LTLIBRARIES)
350         -rm -f objectlist.awk.in
351         for i in `ls *.lo` ; \
352         do \
353           echo $$i `pwd`/$$i >> objectlist.awk.in ; \
354         done
355
356 .c.def:
357         $(CHEW) < $< > $*.def 2> $*.ref
358         touch stmp-def
359
360 doc: $(CHEWOUT_FILES)
361
362 # Tell versions [3.59,3.63) of GNU make to not export all variables.
363 # Otherwise a system limit (for SysV at least) may be exceeded.
364 .NOEXPORT: