source: trunk/third/gettext/lib/Makefile.in @ 16931

Revision 16931, 10.8 KB checked in by ghudson, 23 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r16930, which included commits to RCS files with non-trunk default branches.
Line 
1# Makefile.in generated automatically by automake 1.4-p5 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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = ..
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60host_alias = @host_alias@
61host_triplet = @host@
62ACLOCAL_VERSION = @ACLOCAL_VERSION@
63AS = @AS@
64BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
65CATALOGS = @CATALOGS@
66CATOBJEXT = @CATOBJEXT@
67CC = @CC@
68DATADIRNAME = @DATADIRNAME@
69DLLTOOL = @DLLTOOL@
70DVIPS = @DVIPS@
71ECHO = @ECHO@
72EMACS = @EMACS@
73EXEEXT = @EXEEXT@
74GENCAT = @GENCAT@
75GLIBC21 = @GLIBC21@
76GMOFILES = @GMOFILES@
77GMSGFMT = @GMSGFMT@
78INSTOBJEXT = @INSTOBJEXT@
79INTLBISON = @INTLBISON@
80INTLLIBS = @INTLLIBS@
81INTLOBJS = @INTLOBJS@
82INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
83LIBICONV = @LIBICONV@
84LIBOBJS = @LIBOBJS@
85LIBTOOL = @LIBTOOL@
86LN_S = @LN_S@
87MAKEINFO = @MAKEINFO@
88MKINSTALLDIRS = @MKINSTALLDIRS@
89MSGFMT = @MSGFMT@
90OBJDUMP = @OBJDUMP@
91OBJEXT = @OBJEXT@
92PACKAGE = @PACKAGE@
93POFILES = @POFILES@
94POSUB = @POSUB@
95RANLIB = @RANLIB@
96STRIP = @STRIP@
97TEXI2HTML = @TEXI2HTML@
98TEXI2PDF = @TEXI2PDF@
99USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
100USE_NLS = @USE_NLS@
101VERSION = @VERSION@
102YACC = @YACC@
103aclocaldir = @aclocaldir@
104lispdir = @lispdir@
105
106AUTOMAKE_OPTIONS = 1.2 gnits
107
108noinst_LIBRARIES = libnlsut.a
109
110EXTRA_DIST = alloca.c config.charset error.c getline.c memset.c memmove.c printf-prs.c ref-add.sin ref-del.sin stpcpy.c stpncpy.c strcasecmp.c strcspn.c strncasecmp.c strstr.c strtol.c strtoul.c vasprintf.c gen-lbrkprop.c 3level.h
111
112
113libnlsut_a_SOURCES = basename.c c-ctype.c concatpath.c fstrcmp.c getopt.c getopt1.c hash.c linebreak.c localcharset.c mbswidth.c obstack.c xgetcwd.c xmalloc.c xstrdup.c
114
115
116libnlsut_a_LIBADD = @ALLOCA@ @LIBOBJS@
117
118noinst_HEADERS = c-ctype.h error.h fstrcmp.h getline.h getopt.h hash.h lbrkprop.h linebreak.h mbswidth.h obstack.h printf-parse.h printf.h system.h pathmax.h
119
120
121DEFS = -DLIBDIR=\"$(libdir)\" @DEFS@
122INCLUDES = -I. -I$(srcdir) -I.. -I../intl
123
124charset_alias = $(DESTDIR)$(libdir)/charset.alias
125charset_tmp = $(DESTDIR)$(libdir)/charset.tmp
126
127SUFFIXES = .sed .sin
128
129CLEANFILES = charset.alias ref-add.sed ref-del.sed
130mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
131CONFIG_HEADER = ../config.h
132CONFIG_CLEAN_FILES =
133LIBRARIES =  $(noinst_LIBRARIES)
134
135CPPFLAGS = @CPPFLAGS@
136LDFLAGS = @LDFLAGS@
137LIBS = @LIBS@
138libnlsut_a_DEPENDENCIES =  @ALLOCA@ @LIBOBJS@
139libnlsut_a_OBJECTS =  basename.$(OBJEXT) c-ctype.$(OBJEXT) \
140concatpath.$(OBJEXT) fstrcmp.$(OBJEXT) getopt.$(OBJEXT) \
141getopt1.$(OBJEXT) hash.$(OBJEXT) linebreak.$(OBJEXT) \
142localcharset.$(OBJEXT) mbswidth.$(OBJEXT) obstack.$(OBJEXT) \
143xgetcwd.$(OBJEXT) xmalloc.$(OBJEXT) xstrdup.$(OBJEXT)
144AR = ar
145CFLAGS = @CFLAGS@
146COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
147LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
148CCLD = $(CC)
149LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
150HEADERS =  $(noinst_HEADERS)
151
152DIST_COMMON =  ChangeLog Makefile.am Makefile.in alloca.c error.c \
153error.h memmove.c memset.c printf-prs.c stpcpy.c stpncpy.c strcasecmp.c \
154strcspn.c strncasecmp.c strstr.c strtoul.c vasprintf.c
155
156
157DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
158
159TAR = tar
160GZIP_ENV = --best
161SOURCES = $(libnlsut_a_SOURCES)
162OBJECTS = $(libnlsut_a_OBJECTS)
163
164all: all-redirect
165.SUFFIXES:
166.SUFFIXES: .S .c .lo .o .obj .s .sed .sin
167$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
168        cd $(top_srcdir) && $(AUTOMAKE) --gnits --include-deps lib/Makefile
169
170Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
171        cd $(top_builddir) \
172          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
173
174
175mostlyclean-noinstLIBRARIES:
176
177clean-noinstLIBRARIES:
178        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
179
180distclean-noinstLIBRARIES:
181
182maintainer-clean-noinstLIBRARIES:
183
184.c.o:
185        $(COMPILE) -c $<
186
187# FIXME: We should only use cygpath when building on Windows,
188# and only if it is available.
189.c.obj:
190        $(COMPILE) -c `cygpath -w $<`
191
192.s.o:
193        $(COMPILE) -c $<
194
195.S.o:
196        $(COMPILE) -c $<
197
198mostlyclean-compile:
199        -rm -f *.o core *.core
200        -rm -f *.$(OBJEXT)
201
202clean-compile:
203
204distclean-compile:
205        -rm -f *.tab.c
206
207maintainer-clean-compile:
208
209.c.lo:
210        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
211
212.s.lo:
213        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
214
215.S.lo:
216        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
217
218mostlyclean-libtool:
219        -rm -f *.lo
220
221clean-libtool:
222        -rm -rf .libs _libs
223
224distclean-libtool:
225
226maintainer-clean-libtool:
227
228libnlsut.a: $(libnlsut_a_OBJECTS) $(libnlsut_a_DEPENDENCIES)
229        -rm -f libnlsut.a
230        $(AR) cru libnlsut.a $(libnlsut_a_OBJECTS) $(libnlsut_a_LIBADD)
231        $(RANLIB) libnlsut.a
232
233tags: TAGS
234
235ID: $(HEADERS) $(SOURCES) $(LISP)
236        list='$(SOURCES) $(HEADERS)'; \
237        unique=`for i in $$list; do echo $$i; done | \
238          awk '    { files[$$0] = 1; } \
239               END { for (i in files) print i; }'`; \
240        here=`pwd` && cd $(srcdir) \
241          && mkid -f$$here/ID $$unique $(LISP)
242
243TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
244        tags=; \
245        here=`pwd`; \
246        list='$(SOURCES) $(HEADERS)'; \
247        unique=`for i in $$list; do echo $$i; done | \
248          awk '    { files[$$0] = 1; } \
249               END { for (i in files) print i; }'`; \
250        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
251          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
252
253mostlyclean-tags:
254
255clean-tags:
256
257distclean-tags:
258        -rm -f TAGS ID
259
260maintainer-clean-tags:
261
262distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
263
264subdir = lib
265
266distdir: $(DISTFILES)
267        @for file in $(DISTFILES); do \
268          d=$(srcdir); \
269          if test -d $$d/$$file; then \
270            cp -pr $$d/$$file $(distdir)/$$file; \
271          else \
272            test -f $(distdir)/$$file \
273            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
274            || cp -p $$d/$$file $(distdir)/$$file || :; \
275          fi; \
276        done
277info-am:
278info: info-am
279dvi-am:
280dvi: dvi-am
281check-am: all-am
282check: check-am
283installcheck-am:
284installcheck: installcheck-am
285install-exec-am: install-exec-local
286install-exec: install-exec-am
287
288install-data-am:
289install-data: install-data-am
290
291install-am: all-am
292        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
293install: install-am
294uninstall-am: uninstall-local
295uninstall: uninstall-am
296all-am: Makefile $(LIBRARIES) $(HEADERS) all-local
297all-redirect: all-am
298install-strip:
299        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
300installdirs:
301
302
303mostlyclean-generic:
304
305clean-generic:
306        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
307
308distclean-generic:
309        -rm -f Makefile $(CONFIG_CLEAN_FILES)
310        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
311
312maintainer-clean-generic:
313mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
314                mostlyclean-libtool mostlyclean-tags \
315                mostlyclean-generic
316
317mostlyclean: mostlyclean-am
318
319clean-am:  clean-noinstLIBRARIES clean-compile clean-libtool clean-tags \
320                clean-generic mostlyclean-am
321
322clean: clean-am
323
324distclean-am:  distclean-noinstLIBRARIES distclean-compile \
325                distclean-libtool distclean-tags distclean-generic \
326                clean-am
327        -rm -f libtool
328
329distclean: distclean-am
330
331maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
332                maintainer-clean-compile maintainer-clean-libtool \
333                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
338maintainer-clean: maintainer-clean-am
339
340.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
341clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
342mostlyclean-compile distclean-compile clean-compile \
343maintainer-clean-compile mostlyclean-libtool distclean-libtool \
344clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
345distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
346dvi-am dvi check check-am installcheck-am installcheck \
347install-exec-local install-exec-am install-exec install-data-am \
348install-data install-am install uninstall-local uninstall-am uninstall \
349all-local all-redirect all-am all installdirs mostlyclean-generic \
350distclean-generic clean-generic maintainer-clean-generic clean \
351mostlyclean distclean maintainer-clean
352
353
354# The following is needed in order to install a simple file in $(libdir)
355# which is shared with other installed packages. We use a list of referencing
356# packages so that "make uninstall" will remove the file if and only if it
357# is not used by another installed package.
358# On systems with glibc-2.1 or newer, the file is redundant, therefore we
359# avoid installing it.
360
361all-local: charset.alias ref-add.sed ref-del.sed
362install-exec-local: all-local
363        $(mkinstalldirs) $(DESTDIR)$(libdir)
364        if test -f $(charset_alias); then \
365          sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \
366          $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
367          rm -f $(charset_tmp) ; \
368        else \
369          if test @GLIBC21@ = no; then \
370            sed -f ref-add.sed charset.alias > $(charset_tmp) ; \
371            $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
372            rm -f $(charset_tmp) ; \
373          fi ; \
374        fi
375
376uninstall-local: all-local
377        if test -f $(charset_alias); then \
378          sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \
379          if grep '^# Packages using this file: $$' $(charset_tmp) \
380              > /dev/null; then \
381            rm -f $(charset_alias); \
382          else \
383            $(INSTALL_DATA) $(charset_tmp) $(charset_alias); \
384          fi; \
385          rm -f $(charset_tmp); \
386        fi
387
388charset.alias: config.charset
389        $(SHELL) $(srcdir)/config.charset '@host@' > t-$@
390        mv t-$@ $@
391.sin.sed:
392        sed -e '/^#/d' -e 's/@''PACKAGE''@/@PACKAGE@/g' $< > t-$@
393        mv t-$@ $@
394
395# Tell versions [3.59,3.63) of GNU make to not export all variables.
396# Otherwise a system limit (for SysV at least) may be exceeded.
397.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.