fixed more binutils issues (newer gcc/libc)
[zpugcc/jano.git] / toolchain / gcc / newlib / iconvdata / Makefile.in
blobe4e5310b471b1b1aef8774595a03b269e58e4241
1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
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.
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.
14 SHELL = @SHELL@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
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
35 DESTDIR =
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
41 top_builddir = .
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
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@
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 CC = @CC@
69 CPP = @CPP@
70 CXX = @CXX@
71 CXXCPP = @CXXCPP@
72 DLLTOOL = @DLLTOOL@
73 EXEEXT = @EXEEXT@
74 GCJ = @GCJ@
75 GCJFLAGS = @GCJFLAGS@
76 LDFLAGS = @LDFLAGS@
77 LIBTOOL = @LIBTOOL@
78 LN_S = @LN_S@
79 MAINT = @MAINT@
80 MAKEINFO = @MAKEINFO@
81 NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
82 OBJDUMP = @OBJDUMP@
83 OBJEXT = @OBJEXT@
84 PACKAGE = @PACKAGE@
85 RANLIB = @RANLIB@
86 STRIP = @STRIP@
87 VERSION = @VERSION@
88 aext = @aext@
89 libm_machine_dir = @libm_machine_dir@
90 machine_dir = @machine_dir@
91 newlib_basedir = @newlib_basedir@
92 oext = @oext@
93 sys_dir = @sys_dir@
95 AUTOMAKE_OPTIONS = cygnus
97 INCLUDES = -I$(srcdir) -I$(srcdir)/../libc/sys/linux $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
98 @ELIX_LEVEL_1_TRUE@LIB_OBJS =
99 @ELIX_LEVEL_1_FALSE@LIB_OBJS = euc-jp.$(oext) jis0201.$(oext) jis0208.$(oext) jis0212.$(oext)
101 AM_CFLAGS = -DNDEBUG
103 pkglib_LTLIBRARIES = EUC-JP.la
104 EUC_JP_la_SOURCES = dummy.c
105 EUC_JP_la_LIBADD = $(LIB_OBJS)
106 EUC_JP_la_DEPENDENCIES = $(LIB_OBJS)
107 EUC_JP_la_LDFLAGS = -module -no-undefined -Xcompiler -Wl,-rpath-link=.. -Xcompiler -nostdlib -L.. -lc
109 ACLOCAL_AMFLAGS = -I ..
110 CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
111 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
112 mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
113 CONFIG_CLEAN_FILES =
114 LTLIBRARIES = $(pkglib_LTLIBRARIES)
117 DEFS = @DEFS@ -I. -I$(srcdir)
118 CPPFLAGS = @CPPFLAGS@
119 LIBS = @LIBS@
120 EUC_JP_la_OBJECTS = dummy.lo
121 CFLAGS = @CFLAGS@
122 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
123 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
124 CCLD = $(CC)
125 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
126 DIST_COMMON = Makefile.am Makefile.in aclocal.m4 configure configure.in
129 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
131 TAR = gtar
132 GZIP_ENV = --best
133 SOURCES = $(EUC_JP_la_SOURCES)
134 OBJECTS = $(EUC_JP_la_OBJECTS)
136 all: all-redirect
137 .SUFFIXES:
138 .SUFFIXES: .S .c .lo .o .obj .s
139 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
140 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
142 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
143 cd $(top_builddir) \
144 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
146 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in ../acinclude.m4 \
147 ../aclocal.m4 ../libtool.m4
148 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
150 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
151 $(SHELL) ./config.status --recheck
152 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
153 cd $(srcdir) && $(AUTOCONF)
155 mostlyclean-pkglibLTLIBRARIES:
157 clean-pkglibLTLIBRARIES:
158 -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
160 distclean-pkglibLTLIBRARIES:
162 maintainer-clean-pkglibLTLIBRARIES:
164 install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
165 @$(NORMAL_INSTALL)
166 $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
167 @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
168 if test -f $$p; then \
169 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(pkglibdir)/$$p"; \
170 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(pkglibdir)/$$p; \
171 else :; fi; \
172 done
174 uninstall-pkglibLTLIBRARIES:
175 @$(NORMAL_UNINSTALL)
176 list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
177 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(pkglibdir)/$$p; \
178 done
180 .c.o:
181 $(COMPILE) -c $<
183 # FIXME: We should only use cygpath when building on Windows,
184 # and only if it is available.
185 .c.obj:
186 $(COMPILE) -c `cygpath -w $<`
188 .s.o:
189 $(COMPILE) -c $<
191 .S.o:
192 $(COMPILE) -c $<
194 mostlyclean-compile:
195 -rm -f *.o core *.core
196 -rm -f *.$(OBJEXT)
198 clean-compile:
200 distclean-compile:
201 -rm -f *.tab.c
203 maintainer-clean-compile:
205 .c.lo:
206 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
208 .s.lo:
209 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
211 .S.lo:
212 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
214 mostlyclean-libtool:
215 -rm -f *.lo
217 clean-libtool:
218 -rm -rf .libs _libs
220 distclean-libtool:
222 maintainer-clean-libtool:
224 EUC-JP.la: $(EUC_JP_la_OBJECTS) $(EUC_JP_la_DEPENDENCIES)
225 $(LINK) -rpath $(pkglibdir) $(EUC_JP_la_LDFLAGS) $(EUC_JP_la_OBJECTS) $(EUC_JP_la_LIBADD) $(LIBS)
227 tags: TAGS
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)
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)
247 mostlyclean-tags:
249 clean-tags:
251 distclean-tags:
252 -rm -f TAGS ID
254 maintainer-clean-tags:
256 distdir = $(PACKAGE)-$(VERSION)
257 top_distdir = $(distdir)
259 # This target untars the dist file and tries a VPATH configuration. Then
260 # it guarantees that the distribution is self-contained by making another
261 # tarfile.
262 distcheck: dist
263 -rm -rf $(distdir)
264 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
265 mkdir $(distdir)/=build
266 mkdir $(distdir)/=inst
267 dc_install_base=`cd $(distdir)/=inst && pwd`; \
268 cd $(distdir)/=build \
269 && ../configure --srcdir=.. --prefix=$$dc_install_base \
270 && $(MAKE) $(AM_MAKEFLAGS) \
271 && $(MAKE) $(AM_MAKEFLAGS) dvi \
272 && $(MAKE) $(AM_MAKEFLAGS) check \
273 && $(MAKE) $(AM_MAKEFLAGS) install \
274 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
275 && $(MAKE) $(AM_MAKEFLAGS) dist
276 -rm -rf $(distdir)
277 @banner="$(distdir).tar.gz is ready for distribution"; \
278 dashes=`echo "$$banner" | sed s/./=/g`; \
279 echo "$$dashes"; \
280 echo "$$banner"; \
281 echo "$$dashes"
282 dist: distdir
283 -chmod -R a+r $(distdir)
284 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
285 -rm -rf $(distdir)
286 dist-all: distdir
287 -chmod -R a+r $(distdir)
288 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
289 -rm -rf $(distdir)
290 distdir: $(DISTFILES)
291 -rm -rf $(distdir)
292 mkdir $(distdir)
293 -chmod 777 $(distdir)
294 @for file in $(DISTFILES); do \
295 if test -f $$file; then d=.; else d=$(srcdir); fi; \
296 if test -d $$d/$$file; then \
297 cp -pr $$d/$$file $(distdir)/$$file; \
298 else \
299 test -f $(distdir)/$$file \
300 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
301 || cp -p $$d/$$file $(distdir)/$$file || :; \
302 fi; \
303 done
304 info-am:
305 info: info-am
306 dvi-am:
307 dvi: dvi-am
308 check-am:
309 check: check-am
310 installcheck-am:
311 installcheck: installcheck-am
312 install-info-am:
313 install-info: install-info-am
314 install-exec-am: install-pkglibLTLIBRARIES
315 install-exec: install-exec-am
317 install-data-am: install-data-local
318 install-data: install-data-am
320 install-am: all-am
321 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
322 install: install-am
323 uninstall-am: uninstall-pkglibLTLIBRARIES
324 uninstall: uninstall-am
325 all-am: Makefile $(LTLIBRARIES)
326 all-redirect: all-am
327 install-strip:
328 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
329 installdirs:
330 $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
333 mostlyclean-generic:
335 clean-generic:
337 distclean-generic:
338 -rm -f Makefile $(CONFIG_CLEAN_FILES)
339 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
341 maintainer-clean-generic:
342 mostlyclean-am: mostlyclean-pkglibLTLIBRARIES mostlyclean-compile \
343 mostlyclean-libtool mostlyclean-tags \
344 mostlyclean-generic
346 mostlyclean: mostlyclean-am
348 clean-am: clean-pkglibLTLIBRARIES clean-compile clean-libtool \
349 clean-tags clean-generic mostlyclean-am
351 clean: clean-am
353 distclean-am: distclean-pkglibLTLIBRARIES distclean-compile \
354 distclean-libtool distclean-tags distclean-generic \
355 clean-am
356 -rm -f libtool
358 distclean: distclean-am
359 -rm -f config.status
361 maintainer-clean-am: maintainer-clean-pkglibLTLIBRARIES \
362 maintainer-clean-compile maintainer-clean-libtool \
363 maintainer-clean-tags maintainer-clean-generic \
364 distclean-am
365 @echo "This command is intended for maintainers to use;"
366 @echo "it deletes files that may require special tools to rebuild."
368 maintainer-clean: maintainer-clean-am
369 -rm -f config.status
371 .PHONY: mostlyclean-pkglibLTLIBRARIES distclean-pkglibLTLIBRARIES \
372 clean-pkglibLTLIBRARIES maintainer-clean-pkglibLTLIBRARIES \
373 uninstall-pkglibLTLIBRARIES install-pkglibLTLIBRARIES \
374 mostlyclean-compile distclean-compile clean-compile \
375 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
376 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
377 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
378 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
379 install-info install-exec-am install-exec install-data-local \
380 install-data-am install-data install-am install uninstall-am uninstall \
381 all-redirect all-am all installdirs mostlyclean-generic \
382 distclean-generic clean-generic maintainer-clean-generic clean \
383 mostlyclean distclean maintainer-clean
386 all: Makefile
388 install-data-local: install-pkglibLTLIBRARIES $(srcdir)/gconv-modules
389 $(INSTALL_DATA) $(srcdir)/gconv-modules $(DESTDIR)$(pkglibdir)/gconv-modules
391 # Tell versions [3.59,3.63) of GNU make to not export all variables.
392 # Otherwise a system limit (for SysV at least) may be exceeded.
393 .NOEXPORT: