]> cygwin.com Git - cygwin-apps/cygutils.git/blame - m4/Makefile.in
Modify HOW-TO-CONTRIBUTE to explain gettext changes
[cygwin-apps/cygutils.git] / m4 / Makefile.in
CommitLineData
5a07c6d2
CW
1# Makefile.in generated by automake 1.6.2 from Makefile.am.
2# @configure_input@
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5# Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36pkgdatadir = $(datadir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39top_builddir = ..
40
41ACLOCAL = @ACLOCAL@
42AUTOCONF = @AUTOCONF@
43AUTOMAKE = @AUTOMAKE@
44AUTOHEADER = @AUTOHEADER@
45
46am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47INSTALL = @INSTALL@
48INSTALL_PROGRAM = @INSTALL_PROGRAM@
49INSTALL_DATA = @INSTALL_DATA@
50install_sh_DATA = $(install_sh) -c -m 644
51install_sh_PROGRAM = $(install_sh) -c
52install_sh_SCRIPT = $(install_sh) -c
53INSTALL_SCRIPT = @INSTALL_SCRIPT@
54INSTALL_HEADER = $(INSTALL_DATA)
55transform = @program_transform_name@
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62host_alias = @host_alias@
63host_triplet = @host@
64
65EXEEXT = @EXEEXT@
66OBJEXT = @OBJEXT@
67PATH_SEPARATOR = @PATH_SEPARATOR@
68AMTAR = @AMTAR@
69AWK = @AWK@
70BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
71CATOBJEXT = @CATOBJEXT@
72CC = @CC@
73DATADIRNAME = @DATADIRNAME@
74DEPDIR = @DEPDIR@
75GENCAT = @GENCAT@
76GLIBC21 = @GLIBC21@
77GMSGFMT = @GMSGFMT@
78HAVE_LIB = @HAVE_LIB@
79INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
80INSTOBJEXT = @INSTOBJEXT@
81INTLBISON = @INTLBISON@
82INTLLIBS = @INTLLIBS@
83INTLOBJS = @INTLOBJS@
84INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
85LIB = @LIB@
86LIBICONV = @LIBICONV@
87LIBINTL = @LIBINTL@
88LTLIB = @LTLIB@
89LTLIBICONV = @LTLIBICONV@
90LTLIBINTL = @LTLIBINTL@
91MAINT = @MAINT@
92MKINSTALLDIRS = @MKINSTALLDIRS@
93PACKAGE = @PACKAGE@
94POSUB = @POSUB@
95RANLIB = @RANLIB@
96STRIP = @STRIP@
97USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
98USE_NLS = @USE_NLS@
99VERSION = @VERSION@
100am__include = @am__include@
101am__quote = @am__quote@
102install_sh = @install_sh@
103EXTRA_DIST = codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 progtest.m4
104subdir = m4
105mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
106CONFIG_HEADER = $(top_builddir)/config.h
107CONFIG_CLEAN_FILES =
108DIST_SOURCES =
109DIST_COMMON = ChangeLog Makefile.am Makefile.in
110all: all-am
111
112.SUFFIXES:
113$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
114 cd $(top_srcdir) && \
115 $(AUTOMAKE) --gnu m4/Makefile
116Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
117 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
118uninstall-info-am:
119tags: TAGS
120TAGS:
121
122DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
123
124top_distdir = ..
125distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
126
127distdir: $(DISTFILES)
128 @list='$(DISTFILES)'; for file in $$list; do \
129 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
130 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
131 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
132 dir="/$$dir"; \
133 $(mkinstalldirs) "$(distdir)$$dir"; \
134 else \
135 dir=''; \
136 fi; \
137 if test -d $$d/$$file; then \
138 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
139 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
140 fi; \
141 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
142 else \
143 test -f $(distdir)/$$file \
144 || cp -p $$d/$$file $(distdir)/$$file \
145 || exit 1; \
146 fi; \
147 done
148check-am: all-am
149check: check-am
150all-am: Makefile
151
152installdirs:
153
154install: install-am
155install-exec: install-exec-am
156install-data: install-data-am
157uninstall: uninstall-am
158
159install-am: all-am
160 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
161
162installcheck: installcheck-am
163install-strip:
164 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
165 INSTALL_STRIP_FLAG=-s \
166 `test -z '$(STRIP)' || \
167 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
168mostlyclean-generic:
169
170clean-generic:
171
172distclean-generic:
173 -rm -f Makefile $(CONFIG_CLEAN_FILES)
174
175maintainer-clean-generic:
176 @echo "This command is intended for maintainers to use"
177 @echo "it deletes files that may require special tools to rebuild."
178clean: clean-am
179
180clean-am: clean-generic mostlyclean-am
181
182distclean: distclean-am
183
184distclean-am: clean-am distclean-generic
185
186dvi: dvi-am
187
188dvi-am:
189
190info: info-am
191
192info-am:
193
194install-data-am:
195
196install-exec-am:
197
198install-info: install-info-am
199
200install-man:
201
202installcheck-am:
203
204maintainer-clean: maintainer-clean-am
205
206maintainer-clean-am: distclean-am maintainer-clean-generic
207
208mostlyclean: mostlyclean-am
209
210mostlyclean-am: mostlyclean-generic
211
212uninstall-am: uninstall-info-am
213
214.PHONY: all all-am check check-am clean clean-generic distclean \
215 distclean-generic distdir dvi dvi-am info info-am install \
216 install-am install-data install-data-am install-exec \
217 install-exec-am install-info install-info-am install-man \
218 install-strip installcheck installcheck-am installdirs \
219 maintainer-clean maintainer-clean-generic mostlyclean \
220 mostlyclean-generic uninstall uninstall-am uninstall-info-am
221
222# Tell versions [3.59,3.63) of GNU make to not export all variables.
223# Otherwise a system limit (for SysV at least) may be exceeded.
224.NOEXPORT:
This page took 0.038773 seconds and 5 git commands to generate.