]> sourceware.org Git - newlib-cygwin.git/blob - newlib/libc/sys/linux/intl/Makefile.in
2004-01-23 Artem B. Bityuckiy <abitytsky@softminecorp.com>
[newlib-cygwin.git] / newlib / libc / sys / linux / intl / 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 AWK = @AWK@
70 CC = @CC@
71 CPP = @CPP@
72 CXX = @CXX@
73 CXXCPP = @CXXCPP@
74 DLLTOOL = @DLLTOOL@
75 EXEEXT = @EXEEXT@
76 EXTRA_SUBDIRS = @EXTRA_SUBDIRS@
77 EXTRA_SUBLIBS = @EXTRA_SUBLIBS@
78 GCJ = @GCJ@
79 GCJFLAGS = @GCJFLAGS@
80 LDFLAGS = @LDFLAGS@
81 LIBTOOL = @LIBTOOL@
82 LINUX_MACH_LIB = @LINUX_MACH_LIB@
83 LN_S = @LN_S@
84 MAINT = @MAINT@
85 MAKEINFO = @MAKEINFO@
86 NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
87 OBJDUMP = @OBJDUMP@
88 OBJEXT = @OBJEXT@
89 PACKAGE = @PACKAGE@
90 RANLIB = @RANLIB@
91 STRIP = @STRIP@
92 VERSION = @VERSION@
93 aext = @aext@
94 libm_machine_dir = @libm_machine_dir@
95 machine_dir = @machine_dir@
96 newlib_basedir = @newlib_basedir@
97 oext = @oext@
98 sys_dir = @sys_dir@
99
100 AUTOMAKE_OPTIONS = cygnus
101
102 INCLUDES = -I$(srcdir)/.. $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
103
104 LIB_SOURCES = bindtextdom.c catgets.c dcgettext.c dgettext.c gettext.c dcigettext.c dcngettext.c dngettext.c ngettext.c open_catalog.c finddomain.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c plural.c stpcpy.c
105
106
107 libintl_la_LDFLAGS = -Xcompiler -nostdlib
108
109 msgcatdir = /usr/share/locale
110
111 @USE_LIBTOOL_TRUE@noinst_LTLIBRARIES = libintl.la
112 @USE_LIBTOOL_TRUE@libintl_la_SOURCES = $(LIB_SOURCES)
113 @USE_LIBTOOL_TRUE@noinst_DATA = objectlist.awk.in
114 @USE_LIBTOOL_FALSE@noinst_DATA =
115 @USE_LIBTOOL_FALSE@noinst_LIBRARIES = lib.a
116 @USE_LIBTOOL_FALSE@lib_a_SOURCES = $(LIB_SOURCES)
117
118 AM_CFLAGS = -DNOT_IN_libc -DHAVE_CONFIG_H -D_GNU_SOURCE -D__libc_enable_secure=1 -D'LOCALEDIR="$(msgcatdir)"' -D'LOCALE_ALIAS_PATH="$(msgcatdir)"' -DNLSPATH='"$(msgcatdir)/%L/%N:$(msgcatdir)/%L/LC_MESSAGES/%N:$(msgcatdir)/%l/%N:$(msgcatdir)/%l/LC_MESSAGES/%N:"'
119
120 # shouldn't have to do the following, but if needed
121 BISONFLAGS = --yacc --name-prefix=__gettext --output
122 mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
123 CONFIG_CLEAN_FILES =
124 LIBRARIES = $(noinst_LIBRARIES)
125
126
127 DEFS = @DEFS@ -I. -I$(srcdir)
128 CPPFLAGS = @CPPFLAGS@
129 LIBS = @LIBS@
130 lib_a_LIBADD =
131 @USE_LIBTOOL_FALSE@lib_a_OBJECTS = bindtextdom.$(OBJEXT) \
132 @USE_LIBTOOL_FALSE@catgets.$(OBJEXT) dcgettext.$(OBJEXT) \
133 @USE_LIBTOOL_FALSE@dgettext.$(OBJEXT) gettext.$(OBJEXT) \
134 @USE_LIBTOOL_FALSE@dcigettext.$(OBJEXT) dcngettext.$(OBJEXT) \
135 @USE_LIBTOOL_FALSE@dngettext.$(OBJEXT) ngettext.$(OBJEXT) \
136 @USE_LIBTOOL_FALSE@open_catalog.$(OBJEXT) finddomain.$(OBJEXT) \
137 @USE_LIBTOOL_FALSE@loadmsgcat.$(OBJEXT) localealias.$(OBJEXT) \
138 @USE_LIBTOOL_FALSE@textdomain.$(OBJEXT) l10nflist.$(OBJEXT) \
139 @USE_LIBTOOL_FALSE@explodename.$(OBJEXT) plural.$(OBJEXT) \
140 @USE_LIBTOOL_FALSE@stpcpy.$(OBJEXT)
141 LTLIBRARIES = $(noinst_LTLIBRARIES)
142
143 libintl_la_LIBADD =
144 @USE_LIBTOOL_TRUE@libintl_la_OBJECTS = bindtextdom.lo catgets.lo \
145 @USE_LIBTOOL_TRUE@dcgettext.lo dgettext.lo gettext.lo dcigettext.lo \
146 @USE_LIBTOOL_TRUE@dcngettext.lo dngettext.lo ngettext.lo \
147 @USE_LIBTOOL_TRUE@open_catalog.lo finddomain.lo loadmsgcat.lo \
148 @USE_LIBTOOL_TRUE@localealias.lo textdomain.lo l10nflist.lo \
149 @USE_LIBTOOL_TRUE@explodename.lo plural.lo stpcpy.lo
150 CFLAGS = @CFLAGS@
151 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
152 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
153 CCLD = $(CC)
154 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
155 DATA = $(noinst_DATA)
156
157 DIST_COMMON = Makefile.am Makefile.in
158
159
160 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
161
162 TAR = gtar
163 GZIP_ENV = --best
164 SOURCES = $(lib_a_SOURCES) $(libintl_la_SOURCES)
165 OBJECTS = $(lib_a_OBJECTS) $(libintl_la_OBJECTS)
166
167 all: all-redirect
168 .SUFFIXES:
169 .SUFFIXES: .S .c .lo .o .obj .s
170 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(srcdir)/../../../../Makefile.shared
171 cd $(top_srcdir) && $(AUTOMAKE) --cygnus intl/Makefile
172
173 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
174 cd $(top_builddir) \
175 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
176
177
178 mostlyclean-noinstLIBRARIES:
179
180 clean-noinstLIBRARIES:
181 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
182
183 distclean-noinstLIBRARIES:
184
185 maintainer-clean-noinstLIBRARIES:
186
187 .c.o:
188 $(COMPILE) -c $<
189
190 # FIXME: We should only use cygpath when building on Windows,
191 # and only if it is available.
192 .c.obj:
193 $(COMPILE) -c `cygpath -w $<`
194
195 .s.o:
196 $(COMPILE) -c $<
197
198 .S.o:
199 $(COMPILE) -c $<
200
201 mostlyclean-compile:
202 -rm -f *.o core *.core
203 -rm -f *.$(OBJEXT)
204
205 clean-compile:
206
207 distclean-compile:
208 -rm -f *.tab.c
209
210 maintainer-clean-compile:
211
212 .c.lo:
213 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
214
215 .s.lo:
216 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
217
218 .S.lo:
219 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
220
221 mostlyclean-libtool:
222 -rm -f *.lo
223
224 clean-libtool:
225 -rm -rf .libs _libs
226
227 distclean-libtool:
228
229 maintainer-clean-libtool:
230
231 lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
232 -rm -f lib.a
233 $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
234 $(RANLIB) lib.a
235
236 mostlyclean-noinstLTLIBRARIES:
237
238 clean-noinstLTLIBRARIES:
239 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
240
241 distclean-noinstLTLIBRARIES:
242
243 maintainer-clean-noinstLTLIBRARIES:
244
245 libintl.la: $(libintl_la_OBJECTS) $(libintl_la_DEPENDENCIES)
246 $(LINK) $(libintl_la_LDFLAGS) $(libintl_la_OBJECTS) $(libintl_la_LIBADD) $(LIBS)
247
248 tags: TAGS
249
250 ID: $(HEADERS) $(SOURCES) $(LISP)
251 list='$(SOURCES) $(HEADERS)'; \
252 unique=`for i in $$list; do echo $$i; done | \
253 awk ' { files[$$0] = 1; } \
254 END { for (i in files) print i; }'`; \
255 here=`pwd` && cd $(srcdir) \
256 && mkid -f$$here/ID $$unique $(LISP)
257
258 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
259 tags=; \
260 here=`pwd`; \
261 list='$(SOURCES) $(HEADERS)'; \
262 unique=`for i in $$list; do echo $$i; done | \
263 awk ' { files[$$0] = 1; } \
264 END { for (i in files) print i; }'`; \
265 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
266 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
267
268 mostlyclean-tags:
269
270 clean-tags:
271
272 distclean-tags:
273 -rm -f TAGS ID
274
275 maintainer-clean-tags:
276
277 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
278
279 subdir = intl
280
281 distdir: $(DISTFILES)
282 @for file in $(DISTFILES); do \
283 if test -f $$file; then d=.; else d=$(srcdir); fi; \
284 if test -d $$d/$$file; then \
285 cp -pr $$d/$$file $(distdir)/$$file; \
286 else \
287 test -f $(distdir)/$$file \
288 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
289 || cp -p $$d/$$file $(distdir)/$$file || :; \
290 fi; \
291 done
292 info-am:
293 info: info-am
294 dvi-am:
295 dvi: dvi-am
296 check-am:
297 check: check-am
298 installcheck-am:
299 installcheck: installcheck-am
300 install-info-am:
301 install-info: install-info-am
302 install-exec-am:
303 install-exec: install-exec-am
304
305 install-data-am:
306 install-data: install-data-am
307
308 install-am: all-am
309 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
310 install: install-am
311 uninstall-am:
312 uninstall: uninstall-am
313 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(DATA)
314 all-redirect: all-am
315 install-strip:
316 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
317 installdirs:
318
319
320 mostlyclean-generic:
321
322 clean-generic:
323
324 distclean-generic:
325 -rm -f Makefile $(CONFIG_CLEAN_FILES)
326 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
327
328 maintainer-clean-generic:
329 mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
330 mostlyclean-libtool mostlyclean-noinstLTLIBRARIES \
331 mostlyclean-tags mostlyclean-generic
332
333 mostlyclean: mostlyclean-am
334
335 clean-am: clean-noinstLIBRARIES clean-compile clean-libtool \
336 clean-noinstLTLIBRARIES clean-tags clean-generic \
337 mostlyclean-am
338
339 clean: clean-am
340
341 distclean-am: distclean-noinstLIBRARIES distclean-compile \
342 distclean-libtool distclean-noinstLTLIBRARIES \
343 distclean-tags distclean-generic clean-am
344 -rm -f libtool
345
346 distclean: distclean-am
347
348 maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
349 maintainer-clean-compile maintainer-clean-libtool \
350 maintainer-clean-noinstLTLIBRARIES \
351 maintainer-clean-tags maintainer-clean-generic \
352 distclean-am
353 @echo "This command is intended for maintainers to use;"
354 @echo "it deletes files that may require special tools to rebuild."
355
356 maintainer-clean: maintainer-clean-am
357
358 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
359 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
360 mostlyclean-compile distclean-compile clean-compile \
361 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
362 clean-libtool maintainer-clean-libtool mostlyclean-noinstLTLIBRARIES \
363 distclean-noinstLTLIBRARIES clean-noinstLTLIBRARIES \
364 maintainer-clean-noinstLTLIBRARIES tags mostlyclean-tags distclean-tags \
365 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
366 check-am installcheck-am installcheck install-info-am install-info \
367 install-exec-am install-exec install-data-am install-data install-am \
368 install uninstall-am uninstall all-redirect all-am all installdirs \
369 mostlyclean-generic distclean-generic clean-generic \
370 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
371
372
373 objectlist.awk.in: $(noinst_LTLIBRARIES)
374 -rm -f objectlist.awk.in
375 for i in `ls *.lo` ; \
376 do \
377 echo $$i `pwd`/$$i >> objectlist.awk.in ; \
378 done
379 plural.c: plural.y
380 $(BISON) $(BISONFLAGS) $@ $^
381
382 # Tell versions [3.59,3.63) of GNU make to not export all variables.
383 # Otherwise a system limit (for SysV at least) may be exceeded.
384 .NOEXPORT:
This page took 0.048237 seconds and 5 git commands to generate.