]> sourceware.org Git - newlib-cygwin.git/blob - newlib/libc/iconv/Makefile.in
2004-01-23 Artem B. Bityuckiy <abitytsky@softminecorp.com>
[newlib-cygwin.git] / newlib / libc / iconv / 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 NEWLIB_ICONV_CFLAGS = @NEWLIB_ICONV_CFLAGS@
96 OBJDUMP = @OBJDUMP@
97 OBJEXT = @OBJEXT@
98 PACKAGE = @PACKAGE@
99 RANLIB = @RANLIB@
100 STRIP = @STRIP@
101 VERSION = @VERSION@
102 aext = @aext@
103 extra_dir = @extra_dir@
104 libm_machine_dir = @libm_machine_dir@
105 machine_dir = @machine_dir@
106 newlib_basedir = @newlib_basedir@
107 oext = @oext@
108 sys_dir = @sys_dir@
109
110 AUTOMAKE_OPTIONS = cygnus
111
112 SUBDIRS = ces ccs lib .
113
114 cctdir = $(datadir)/iconv_data
115 cct_DATA = charset.aliases
116
117 INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
118
119 SUBDEFS = lib/stmp-def
120
121 CHEWOUT_FILES = iconv.def
122
123 TARGETDOC = ../tmp.texi
124
125 CLEANFILES = $(CHEWOUT_FILES) *.ref
126 mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
127 CONFIG_CLEAN_FILES =
128 DATA = $(cct_DATA)
129
130 DIST_COMMON = AUTHORS COPYING Makefile.am Makefile.in
131
132
133 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
134
135 TAR = gtar
136 GZIP_ENV = --best
137 all: all-redirect
138 .SUFFIXES:
139 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(srcdir)/../../Makefile.shared
140 cd $(top_srcdir) && $(AUTOMAKE) --cygnus iconv/Makefile
141
142 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
143 cd $(top_builddir) \
144 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
145
146
147 install-cctDATA: $(cct_DATA)
148 @$(NORMAL_INSTALL)
149 $(mkinstalldirs) $(DESTDIR)$(cctdir)
150 @list='$(cct_DATA)'; for p in $$list; do \
151 if test -f $(srcdir)/$$p; then \
152 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(cctdir)/$$p"; \
153 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(cctdir)/$$p; \
154 else if test -f $$p; then \
155 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(cctdir)/$$p"; \
156 $(INSTALL_DATA) $$p $(DESTDIR)$(cctdir)/$$p; \
157 fi; fi; \
158 done
159
160 uninstall-cctDATA:
161 @$(NORMAL_UNINSTALL)
162 list='$(cct_DATA)'; for p in $$list; do \
163 rm -f $(DESTDIR)$(cctdir)/$$p; \
164 done
165
166 # This directory's subdirectories are mostly independent; you can cd
167 # into them and run `make' without going through this Makefile.
168 # To change the values of `make' variables: instead of editing Makefiles,
169 # (1) if the variable is set in `config.status', edit `config.status'
170 # (which will cause the Makefiles to be regenerated when you run `make');
171 # (2) otherwise, pass the desired values on the `make' command line.
172
173 @SET_MAKE@
174
175 all-recursive install-data-recursive install-exec-recursive \
176 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
177 check-recursive installcheck-recursive info-recursive dvi-recursive:
178 @set fnord $(MAKEFLAGS); amf=$$2; \
179 dot_seen=no; \
180 target=`echo $@ | sed s/-recursive//`; \
181 list='$(SUBDIRS)'; for subdir in $$list; do \
182 echo "Making $$target in $$subdir"; \
183 if test "$$subdir" = "."; then \
184 dot_seen=yes; \
185 local_target="$$target-am"; \
186 else \
187 local_target="$$target"; \
188 fi; \
189 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
190 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
191 done; \
192 if test "$$dot_seen" = "no"; then \
193 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
194 fi; test -z "$$fail"
195
196 mostlyclean-recursive clean-recursive distclean-recursive \
197 maintainer-clean-recursive:
198 @set fnord $(MAKEFLAGS); amf=$$2; \
199 dot_seen=no; \
200 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
201 rev="$$subdir $$rev"; \
202 test "$$subdir" != "." || dot_seen=yes; \
203 done; \
204 test "$$dot_seen" = "no" && rev=". $$rev"; \
205 target=`echo $@ | sed s/-recursive//`; \
206 for subdir in $$rev; do \
207 echo "Making $$target in $$subdir"; \
208 if test "$$subdir" = "."; then \
209 local_target="$$target-am"; \
210 else \
211 local_target="$$target"; \
212 fi; \
213 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
214 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
215 done && test -z "$$fail"
216 tags-recursive:
217 list='$(SUBDIRS)'; for subdir in $$list; do \
218 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
219 done
220
221 tags: TAGS
222
223 ID: $(HEADERS) $(SOURCES) $(LISP)
224 list='$(SOURCES) $(HEADERS)'; \
225 unique=`for i in $$list; do echo $$i; done | \
226 awk ' { files[$$0] = 1; } \
227 END { for (i in files) print i; }'`; \
228 here=`pwd` && cd $(srcdir) \
229 && mkid -f$$here/ID $$unique $(LISP)
230
231 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
232 tags=; \
233 here=`pwd`; \
234 list='$(SUBDIRS)'; for subdir in $$list; do \
235 if test "$$subdir" = .; then :; else \
236 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
237 fi; \
238 done; \
239 list='$(SOURCES) $(HEADERS)'; \
240 unique=`for i in $$list; do echo $$i; done | \
241 awk ' { files[$$0] = 1; } \
242 END { for (i in files) print i; }'`; \
243 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
244 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
245
246 mostlyclean-tags:
247
248 clean-tags:
249
250 distclean-tags:
251 -rm -f TAGS ID
252
253 maintainer-clean-tags:
254
255 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
256
257 subdir = iconv
258
259 distdir: $(DISTFILES)
260 @for file in $(DISTFILES); do \
261 if test -f $$file; then d=.; else d=$(srcdir); fi; \
262 if test -d $$d/$$file; then \
263 cp -pr $$d/$$file $(distdir)/$$file; \
264 else \
265 test -f $(distdir)/$$file \
266 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
267 || cp -p $$d/$$file $(distdir)/$$file || :; \
268 fi; \
269 done
270 for subdir in $(SUBDIRS); do \
271 if test "$$subdir" = .; then :; else \
272 test -d $(distdir)/$$subdir \
273 || mkdir $(distdir)/$$subdir \
274 || exit 1; \
275 chmod 777 $(distdir)/$$subdir; \
276 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
277 || exit 1; \
278 fi; \
279 done
280 info-am:
281 info: info-recursive
282 dvi-am:
283 dvi: dvi-recursive
284 check-am:
285 check: check-recursive
286 installcheck-am:
287 installcheck: installcheck-recursive
288 install-info-am:
289 install-info: install-info-recursive
290 install-exec-am:
291 install-exec: install-exec-recursive
292
293 install-data-am: install-cctDATA
294 install-data: install-data-recursive
295
296 install-am: all-am
297 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
298 install: install-recursive
299 uninstall-am: uninstall-cctDATA
300 uninstall: uninstall-recursive
301 all-am: Makefile $(DATA)
302 all-redirect: all-recursive
303 install-strip:
304 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
305 installdirs: installdirs-recursive
306 installdirs-am:
307 $(mkinstalldirs) $(DESTDIR)$(cctdir)
308
309
310 mostlyclean-generic:
311
312 clean-generic:
313 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
314
315 distclean-generic:
316 -rm -f Makefile $(CONFIG_CLEAN_FILES)
317 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
318
319 maintainer-clean-generic:
320 mostlyclean-am: mostlyclean-tags mostlyclean-generic
321
322 mostlyclean: mostlyclean-recursive
323
324 clean-am: clean-tags clean-generic mostlyclean-am
325
326 clean: clean-recursive
327
328 distclean-am: distclean-tags distclean-generic clean-am
329 -rm -f libtool
330
331 distclean: distclean-recursive
332
333 maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
334 distclean-am
335 @echo "This command is intended for maintainers to use;"
336 @echo "it deletes files that may require special tools to rebuild."
337
338 maintainer-clean: maintainer-clean-recursive
339
340 .PHONY: uninstall-cctDATA install-cctDATA install-data-recursive \
341 uninstall-data-recursive install-exec-recursive \
342 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
343 all-recursive check-recursive installcheck-recursive info-recursive \
344 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
345 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
346 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
347 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
348 install-info install-exec-am install-exec install-data-am install-data \
349 install-am install uninstall-am uninstall all-redirect all-am all \
350 installdirs-am installdirs mostlyclean-generic distclean-generic \
351 clean-generic maintainer-clean-generic clean mostlyclean distclean \
352 maintainer-clean
353
354
355 objectlist.awk.in: $(noinst_LTLIBRARIES)
356 -rm -f objectlist.awk.in
357 for i in `ls *.lo` ; \
358 do \
359 echo $$i `pwd`/$$i >> objectlist.awk.in ; \
360 done
361
362 iconv.def: lib/iconv.def
363 cp lib/iconv.def iconv.def
364
365 stmp-def: force
366 (cd lib && make doc)
367 touch $@
368
369 .PHONY: force
370 force:
371
372 $(SUBDEFS): stmp-def
373
374 lib/iconv.def: $(SUBDEFS); @true
375
376 lib/stmp-def: ; @true
377
378 doc: $(CHEWOUT_FILES)
379 cat $(srcdir)/iconv.tex >> $(TARGETDOC)
380
381 # Tell versions [3.59,3.63) of GNU make to not export all variables.
382 # Otherwise a system limit (for SysV at least) may be exceeded.
383 .NOEXPORT:
This page took 0.050616 seconds and 5 git commands to generate.