ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/m4/Makefile.in
(Generate patch)

Comparing gvpe/m4/Makefile.in (file contents):
Revision 1.5 by pcg, Wed Jan 18 13:17:55 2006 UTC vs.
Revision 1.6 by pcg, Thu Mar 29 17:35:20 2007 UTC

1# Makefile.in generated by automake 1.9.6 from Makefile.am. 1# Makefile.in generated by automake 1.7.9 from Makefile.am.
2# @configure_input@ 2# @configure_input@
3 3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5# 2003, 2004, 2005 Free Software Foundation, Inc. 5# Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation 6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it, 7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved. 8# with or without modifications, as long as this notice is preserved.
9 9
10# This program is distributed in the hope that it will be useful, 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 11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE. 13# PARTICULAR PURPOSE.
14 14
15@SET_MAKE@ 15@SET_MAKE@
16
16srcdir = @srcdir@ 17srcdir = @srcdir@
17top_srcdir = @top_srcdir@ 18top_srcdir = @top_srcdir@
18VPATH = @srcdir@ 19VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@ 20pkgdatadir = $(datadir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@ 21pkglibdir = $(libdir)/@PACKAGE@
21pkgincludedir = $(includedir)/@PACKAGE@ 22pkgincludedir = $(includedir)/@PACKAGE@
22top_builddir = .. 23top_builddir = ..
24
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24INSTALL = @INSTALL@ 26INSTALL = @INSTALL@
25install_sh_DATA = $(install_sh) -c -m 644 27install_sh_DATA = $(install_sh) -c -m 644
26install_sh_PROGRAM = $(install_sh) -c 28install_sh_PROGRAM = $(install_sh) -c
27install_sh_SCRIPT = $(install_sh) -c 29install_sh_SCRIPT = $(install_sh) -c
31PRE_INSTALL = : 33PRE_INSTALL = :
32POST_INSTALL = : 34POST_INSTALL = :
33NORMAL_UNINSTALL = : 35NORMAL_UNINSTALL = :
34PRE_UNINSTALL = : 36PRE_UNINSTALL = :
35POST_UNINSTALL = : 37POST_UNINSTALL = :
36build_triplet = @build@
37host_triplet = @host@ 38host_triplet = @host@
38target_triplet = @target@
39subdir = m4
40DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
41 ChangeLog
42ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43am__aclocal_m4_deps = $(top_srcdir)/m4/aclocal-include.m4 \
44 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
45 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
46 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/openssl.m4 \
47 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/tuntap.m4 \
48 $(top_srcdir)/configure.ac
49am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50 $(ACLOCAL_M4)
51mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
52CONFIG_HEADER = $(top_builddir)/config.h
53CONFIG_CLEAN_FILES =
54SOURCES =
55DIST_SOURCES =
56DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
57ACLOCAL = @ACLOCAL@ 39ACLOCAL = @ACLOCAL@
58ALLOCA = @ALLOCA@ 40ALLOCA = @ALLOCA@
59AMDEP_FALSE = @AMDEP_FALSE@ 41AMDEP_FALSE = @AMDEP_FALSE@
60AMDEP_TRUE = @AMDEP_TRUE@ 42AMDEP_TRUE = @AMDEP_TRUE@
61AMTAR = @AMTAR@ 43AMTAR = @AMTAR@
79ECHO_N = @ECHO_N@ 61ECHO_N = @ECHO_N@
80ECHO_T = @ECHO_T@ 62ECHO_T = @ECHO_T@
81EGREP = @EGREP@ 63EGREP = @EGREP@
82EXEEXT = @EXEEXT@ 64EXEEXT = @EXEEXT@
83GMSGFMT = @GMSGFMT@ 65GMSGFMT = @GMSGFMT@
66GREP = @GREP@
84HAVE_TUNTAP = @HAVE_TUNTAP@ 67HAVE_TUNTAP = @HAVE_TUNTAP@
85IFSUBTYPE = @IFSUBTYPE@ 68IFSUBTYPE = @IFSUBTYPE@
86IFTYPE = @IFTYPE@ 69IFTYPE = @IFTYPE@
87INCLUDES = @INCLUDES@ 70INCLUDES = @INCLUDES@
88INSTALL_DATA = @INSTALL_DATA@ 71INSTALL_DATA = @INSTALL_DATA@
126USE_NLS = @USE_NLS@ 109USE_NLS = @USE_NLS@
127VERSION = @VERSION@ 110VERSION = @VERSION@
128XGETTEXT = @XGETTEXT@ 111XGETTEXT = @XGETTEXT@
129ac_ct_CC = @ac_ct_CC@ 112ac_ct_CC = @ac_ct_CC@
130ac_ct_CXX = @ac_ct_CXX@ 113ac_ct_CXX = @ac_ct_CXX@
131ac_ct_RANLIB = @ac_ct_RANLIB@
132ac_ct_STRIP = @ac_ct_STRIP@
133am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 114am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
134am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 115am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
135am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ 116am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
136am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ 117am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
137am__include = @am__include@ 118am__include = @am__include@
138am__leading_dot = @am__leading_dot@ 119am__leading_dot = @am__leading_dot@
139am__quote = @am__quote@ 120am__quote = @am__quote@
140am__tar = @am__tar@
141am__untar = @am__untar@
142bindir = @bindir@ 121bindir = @bindir@
143build = @build@ 122build = @build@
144build_alias = @build_alias@ 123build_alias = @build_alias@
145build_cpu = @build_cpu@ 124build_cpu = @build_cpu@
146build_os = @build_os@ 125build_os = @build_os@
147build_vendor = @build_vendor@ 126build_vendor = @build_vendor@
148datadir = @datadir@ 127datadir = @datadir@
128datarootdir = @datarootdir@
129docdir = @docdir@
130dvidir = @dvidir@
149exec_prefix = @exec_prefix@ 131exec_prefix = @exec_prefix@
150host = @host@ 132host = @host@
151host_alias = @host_alias@ 133host_alias = @host_alias@
152host_cpu = @host_cpu@ 134host_cpu = @host_cpu@
153host_os = @host_os@ 135host_os = @host_os@
154host_vendor = @host_vendor@ 136host_vendor = @host_vendor@
137htmldir = @htmldir@
155includedir = @includedir@ 138includedir = @includedir@
156infodir = @infodir@ 139infodir = @infodir@
157install_sh = @install_sh@ 140install_sh = @install_sh@
158libdir = @libdir@ 141libdir = @libdir@
159libexecdir = @libexecdir@ 142libexecdir = @libexecdir@
143localedir = @localedir@
160localstatedir = @localstatedir@ 144localstatedir = @localstatedir@
161mandir = @mandir@ 145mandir = @mandir@
162mkdir_p = @mkdir_p@
163oldincludedir = @oldincludedir@ 146oldincludedir = @oldincludedir@
147pdfdir = @pdfdir@
164prefix = @prefix@ 148prefix = @prefix@
165program_transform_name = @program_transform_name@ 149program_transform_name = @program_transform_name@
150psdir = @psdir@
166sbindir = @sbindir@ 151sbindir = @sbindir@
167sharedstatedir = @sharedstatedir@ 152sharedstatedir = @sharedstatedir@
168sysconfdir = @sysconfdir@ 153sysconfdir = @sysconfdir@
169target = @target@ 154target = @target@
170target_alias = @target_alias@ 155target_alias = @target_alias@
171target_cpu = @target_cpu@ 156target_cpu = @target_cpu@
172target_os = @target_os@ 157target_os = @target_os@
173target_vendor = @target_vendor@ 158target_vendor = @target_vendor@
159
174EXTRA_DIST = README Makefile.am.in aclocal-include.m4 codeset.m4 \ 160EXTRA_DIST = README Makefile.am.in aclocal-include.m4 codeset.m4 \
175gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes-pri.m4 inttypes.m4 \ 161gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes-pri.m4 inttypes.m4 \
176inttypes_h.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 \ 162inttypes_h.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 \
177lib-prefix.m4 openssl.m4 progtest.m4 stdint_h.m4 tuntap.m4 uintmax_t.m4 \ 163lib-prefix.m4 openssl.m4 progtest.m4 stdint_h.m4 tuntap.m4 uintmax_t.m4 \
178ulonglong.m4 164ulonglong.m4
179 165
166subdir = m4
167ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
168mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
169CONFIG_HEADER = $(top_builddir)/config.h
170CONFIG_CLEAN_FILES =
171DIST_SOURCES =
172DIST_COMMON = README $(srcdir)/Makefile.in ChangeLog Makefile.am
180all: all-am 173all: all-am
181 174
182.SUFFIXES: 175.SUFFIXES:
183$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 176$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
184 @for dep in $?; do \
185 case '$(am__configure_deps)' in \
186 *$$dep*) \
187 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
188 && exit 0; \
189 exit 1;; \
190 esac; \
191 done; \
192 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu m4/Makefile'; \
193 cd $(top_srcdir) && \ 177 cd $(top_srcdir) && \
194 $(AUTOMAKE) --gnu m4/Makefile 178 $(AUTOMAKE) --gnu m4/Makefile
195.PRECIOUS: Makefile
196Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 179Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
197 @case '$?' in \
198 *config.status*) \
199 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
200 *) \
201 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
202 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 180 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
203 esac;
204
205$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
206 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
207
208$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
209 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
210$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
211 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
212uninstall-info-am: 181uninstall-info-am:
213tags: TAGS 182tags: TAGS
214TAGS: 183TAGS:
215 184
216ctags: CTAGS 185ctags: CTAGS
217CTAGS: 186CTAGS:
218 187
188DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
189
190top_distdir = ..
191distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
219 192
220distdir: $(DISTFILES) 193distdir: $(DISTFILES)
221 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 194 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
222 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 195 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
223 list='$(DISTFILES)'; for file in $$list; do \ 196 list='$(DISTFILES)'; for file in $$list; do \
227 esac; \ 200 esac; \
228 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 201 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
229 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 202 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
230 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 203 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
231 dir="/$$dir"; \ 204 dir="/$$dir"; \
232 $(mkdir_p) "$(distdir)$$dir"; \ 205 $(mkinstalldirs) "$(distdir)$$dir"; \
233 else \ 206 else \
234 dir=''; \ 207 dir=''; \
235 fi; \ 208 fi; \
236 if test -d $$d/$$file; then \ 209 if test -d $$d/$$file; then \
237 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 210 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
245 fi; \ 218 fi; \
246 done 219 done
247check-am: all-am 220check-am: all-am
248check: check-am 221check: check-am
249all-am: Makefile 222all-am: Makefile
223
250installdirs: 224installdirs:
251install: install-am 225install: install-am
252install-exec: install-exec-am 226install-exec: install-exec-am
253install-data: install-data-am 227install-data: install-data-am
254uninstall: uninstall-am 228uninstall: uninstall-am
265mostlyclean-generic: 239mostlyclean-generic:
266 240
267clean-generic: 241clean-generic:
268 242
269distclean-generic: 243distclean-generic:
270 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 244 -rm -f $(CONFIG_CLEAN_FILES)
271 245
272maintainer-clean-generic: 246maintainer-clean-generic:
273 @echo "This command is intended for maintainers to use" 247 @echo "This command is intended for maintainers to use"
274 @echo "it deletes files that may require special tools to rebuild." 248 @echo "it deletes files that may require special tools to rebuild."
275clean: clean-am 249clean: clean-am
282 256
283dvi: dvi-am 257dvi: dvi-am
284 258
285dvi-am: 259dvi-am:
286 260
287html: html-am
288
289info: info-am 261info: info-am
290 262
291info-am: 263info-am:
292 264
293install-data-am: 265install-data-am:
317ps-am: 289ps-am:
318 290
319uninstall-am: uninstall-info-am 291uninstall-am: uninstall-info-am
320 292
321.PHONY: all all-am check check-am clean clean-generic distclean \ 293.PHONY: all all-am check check-am clean clean-generic distclean \
322 distclean-generic distdir dvi dvi-am html html-am info info-am \ 294 distclean-generic distdir dvi dvi-am info info-am install \
323 install install-am install-data install-data-am install-exec \ 295 install-am install-data install-data-am install-exec \
324 install-exec-am install-info install-info-am install-man \ 296 install-exec-am install-info install-info-am install-man \
325 install-strip installcheck installcheck-am installdirs \ 297 install-strip installcheck installcheck-am installdirs \
326 maintainer-clean maintainer-clean-generic mostlyclean \ 298 maintainer-clean maintainer-clean-generic mostlyclean \
327 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \ 299 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
328 uninstall-info-am 300 uninstall-info-am

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines