]> cygwin.com Git - cygwin-apps/cygutils.git/blob - m4/Makefile.in
Add rev implementaion; gettextize to work around automake bug
[cygwin-apps/cygutils.git] / m4 / Makefile.in
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@
16 SHELL = @SHELL@
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 top_builddir = ..
40
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
45
46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47 INSTALL = @INSTALL@
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 install_sh_DATA = $(install_sh) -c -m 644
51 install_sh_PROGRAM = $(install_sh) -c
52 install_sh_SCRIPT = $(install_sh) -c
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 INSTALL_HEADER = $(INSTALL_DATA)
55 transform = @program_transform_name@
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 host_alias = @host_alias@
63 host_triplet = @host@
64
65 EXEEXT = @EXEEXT@
66 OBJEXT = @OBJEXT@
67 PATH_SEPARATOR = @PATH_SEPARATOR@
68 AMTAR = @AMTAR@
69 AWK = @AWK@
70 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
71 CATOBJEXT = @CATOBJEXT@
72 CC = @CC@
73 DATADIRNAME = @DATADIRNAME@
74 DEPDIR = @DEPDIR@
75 GENCAT = @GENCAT@
76 GLIBC21 = @GLIBC21@
77 GMSGFMT = @GMSGFMT@
78 HAVE_LIB = @HAVE_LIB@
79 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
80 INSTOBJEXT = @INSTOBJEXT@
81 INTLBISON = @INTLBISON@
82 INTLLIBS = @INTLLIBS@
83 INTLOBJS = @INTLOBJS@
84 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
85 LIB = @LIB@
86 LIBICONV = @LIBICONV@
87 LIBINTL = @LIBINTL@
88 LTLIB = @LTLIB@
89 LTLIBICONV = @LTLIBICONV@
90 LTLIBINTL = @LTLIBINTL@
91 MAINT = @MAINT@
92 MKINSTALLDIRS = @MKINSTALLDIRS@
93 PACKAGE = @PACKAGE@
94 POSUB = @POSUB@
95 RANLIB = @RANLIB@
96 STRIP = @STRIP@
97 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
98 USE_NLS = @USE_NLS@
99 VERSION = @VERSION@
100 am__include = @am__include@
101 am__quote = @am__quote@
102 install_sh = @install_sh@
103 EXTRA_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
104 subdir = m4
105 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
106 CONFIG_HEADER = $(top_builddir)/config.h
107 CONFIG_CLEAN_FILES =
108 DIST_SOURCES =
109 DIST_COMMON = ChangeLog Makefile.am Makefile.in
110 all: 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
116 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
117 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
118 uninstall-info-am:
119 tags: TAGS
120 TAGS:
121
122 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
123
124 top_distdir = ..
125 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
126
127 distdir: $(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
148 check-am: all-am
149 check: check-am
150 all-am: Makefile
151
152 installdirs:
153
154 install: install-am
155 install-exec: install-exec-am
156 install-data: install-data-am
157 uninstall: uninstall-am
158
159 install-am: all-am
160 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
161
162 installcheck: installcheck-am
163 install-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
168 mostlyclean-generic:
169
170 clean-generic:
171
172 distclean-generic:
173 -rm -f Makefile $(CONFIG_CLEAN_FILES)
174
175 maintainer-clean-generic:
176 @echo "This command is intended for maintainers to use"
177 @echo "it deletes files that may require special tools to rebuild."
178 clean: clean-am
179
180 clean-am: clean-generic mostlyclean-am
181
182 distclean: distclean-am
183
184 distclean-am: clean-am distclean-generic
185
186 dvi: dvi-am
187
188 dvi-am:
189
190 info: info-am
191
192 info-am:
193
194 install-data-am:
195
196 install-exec-am:
197
198 install-info: install-info-am
199
200 install-man:
201
202 installcheck-am:
203
204 maintainer-clean: maintainer-clean-am
205
206 maintainer-clean-am: distclean-am maintainer-clean-generic
207
208 mostlyclean: mostlyclean-am
209
210 mostlyclean-am: mostlyclean-generic
211
212 uninstall-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.044219 seconds and 5 git commands to generate.