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.4 by pcg, Sun May 30 17:52:32 2004 UTC vs.
Revision 1.5 by pcg, Wed Jan 18 13:17:55 2006 UTC

1# Makefile.in generated by automake 1.7.9 from Makefile.am. 1# Makefile.in generated by automake 1.9.6 from Makefile.am.
2# @configure_input@ 2# @configure_input@
3 3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# Free Software Foundation, Inc. 5# 2003, 2004, 2005 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
17srcdir = @srcdir@ 16srcdir = @srcdir@
18top_srcdir = @top_srcdir@ 17top_srcdir = @top_srcdir@
19VPATH = @srcdir@ 18VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@ 19pkgdatadir = $(datadir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@ 20pkglibdir = $(libdir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@ 21pkgincludedir = $(includedir)/@PACKAGE@
23top_builddir = .. 22top_builddir = ..
24
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26INSTALL = @INSTALL@ 24INSTALL = @INSTALL@
27install_sh_DATA = $(install_sh) -c -m 644 25install_sh_DATA = $(install_sh) -c -m 644
28install_sh_PROGRAM = $(install_sh) -c 26install_sh_PROGRAM = $(install_sh) -c
29install_sh_SCRIPT = $(install_sh) -c 27install_sh_SCRIPT = $(install_sh) -c
33PRE_INSTALL = : 31PRE_INSTALL = :
34POST_INSTALL = : 32POST_INSTALL = :
35NORMAL_UNINSTALL = : 33NORMAL_UNINSTALL = :
36PRE_UNINSTALL = : 34PRE_UNINSTALL = :
37POST_UNINSTALL = : 35POST_UNINSTALL = :
36build_triplet = @build@
38host_triplet = @host@ 37host_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)
39ACLOCAL = @ACLOCAL@ 57ACLOCAL = @ACLOCAL@
40ALLOCA = @ALLOCA@ 58ALLOCA = @ALLOCA@
41AMDEP_FALSE = @AMDEP_FALSE@ 59AMDEP_FALSE = @AMDEP_FALSE@
42AMDEP_TRUE = @AMDEP_TRUE@ 60AMDEP_TRUE = @AMDEP_TRUE@
43AMTAR = @AMTAR@ 61AMTAR = @AMTAR@
117am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ 135am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
118am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ 136am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
119am__include = @am__include@ 137am__include = @am__include@
120am__leading_dot = @am__leading_dot@ 138am__leading_dot = @am__leading_dot@
121am__quote = @am__quote@ 139am__quote = @am__quote@
140am__tar = @am__tar@
141am__untar = @am__untar@
122bindir = @bindir@ 142bindir = @bindir@
123build = @build@ 143build = @build@
124build_alias = @build_alias@ 144build_alias = @build_alias@
125build_cpu = @build_cpu@ 145build_cpu = @build_cpu@
126build_os = @build_os@ 146build_os = @build_os@
137install_sh = @install_sh@ 157install_sh = @install_sh@
138libdir = @libdir@ 158libdir = @libdir@
139libexecdir = @libexecdir@ 159libexecdir = @libexecdir@
140localstatedir = @localstatedir@ 160localstatedir = @localstatedir@
141mandir = @mandir@ 161mandir = @mandir@
162mkdir_p = @mkdir_p@
142oldincludedir = @oldincludedir@ 163oldincludedir = @oldincludedir@
143prefix = @prefix@ 164prefix = @prefix@
144program_transform_name = @program_transform_name@ 165program_transform_name = @program_transform_name@
145sbindir = @sbindir@ 166sbindir = @sbindir@
146sharedstatedir = @sharedstatedir@ 167sharedstatedir = @sharedstatedir@
148target = @target@ 169target = @target@
149target_alias = @target_alias@ 170target_alias = @target_alias@
150target_cpu = @target_cpu@ 171target_cpu = @target_cpu@
151target_os = @target_os@ 172target_os = @target_os@
152target_vendor = @target_vendor@ 173target_vendor = @target_vendor@
153
154EXTRA_DIST = README Makefile.am.in aclocal-include.m4 codeset.m4 \ 174EXTRA_DIST = README Makefile.am.in aclocal-include.m4 codeset.m4 \
155gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes-pri.m4 inttypes.m4 \ 175gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes-pri.m4 inttypes.m4 \
156inttypes_h.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 \ 176inttypes_h.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 \
157lib-prefix.m4 openssl.m4 progtest.m4 stdint_h.m4 tuntap.m4 uintmax_t.m4 \ 177lib-prefix.m4 openssl.m4 progtest.m4 stdint_h.m4 tuntap.m4 uintmax_t.m4 \
158ulonglong.m4 178ulonglong.m4
159 179
160subdir = m4
161ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
162mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
163CONFIG_HEADER = $(top_builddir)/config.h
164CONFIG_CLEAN_FILES =
165DIST_SOURCES =
166DIST_COMMON = README $(srcdir)/Makefile.in ChangeLog Makefile.am
167all: all-am 180all: all-am
168 181
169.SUFFIXES: 182.SUFFIXES:
170$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 183$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
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'; \
171 cd $(top_srcdir) && \ 193 cd $(top_srcdir) && \
172 $(AUTOMAKE) --gnu m4/Makefile 194 $(AUTOMAKE) --gnu m4/Makefile
195.PRECIOUS: Makefile
173Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status 196Makefile: $(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)'; \
174 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) 202 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
175uninstall-info-am: 212uninstall-info-am:
176tags: TAGS 213tags: TAGS
177TAGS: 214TAGS:
178 215
179ctags: CTAGS 216ctags: CTAGS
180CTAGS: 217CTAGS:
181 218
182DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
183
184top_distdir = ..
185distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
186 219
187distdir: $(DISTFILES) 220distdir: $(DISTFILES)
188 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 221 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
189 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 222 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
190 list='$(DISTFILES)'; for file in $$list; do \ 223 list='$(DISTFILES)'; for file in $$list; do \
194 esac; \ 227 esac; \
195 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 228 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
196 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 229 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
197 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 230 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
198 dir="/$$dir"; \ 231 dir="/$$dir"; \
199 $(mkinstalldirs) "$(distdir)$$dir"; \ 232 $(mkdir_p) "$(distdir)$$dir"; \
200 else \ 233 else \
201 dir=''; \ 234 dir=''; \
202 fi; \ 235 fi; \
203 if test -d $$d/$$file; then \ 236 if test -d $$d/$$file; then \
204 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 237 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
212 fi; \ 245 fi; \
213 done 246 done
214check-am: all-am 247check-am: all-am
215check: check-am 248check: check-am
216all-am: Makefile 249all-am: Makefile
217
218installdirs: 250installdirs:
219install: install-am 251install: install-am
220install-exec: install-exec-am 252install-exec: install-exec-am
221install-data: install-data-am 253install-data: install-data-am
222uninstall: uninstall-am 254uninstall: uninstall-am
233mostlyclean-generic: 265mostlyclean-generic:
234 266
235clean-generic: 267clean-generic:
236 268
237distclean-generic: 269distclean-generic:
238 -rm -f $(CONFIG_CLEAN_FILES) 270 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
239 271
240maintainer-clean-generic: 272maintainer-clean-generic:
241 @echo "This command is intended for maintainers to use" 273 @echo "This command is intended for maintainers to use"
242 @echo "it deletes files that may require special tools to rebuild." 274 @echo "it deletes files that may require special tools to rebuild."
243clean: clean-am 275clean: clean-am
250 282
251dvi: dvi-am 283dvi: dvi-am
252 284
253dvi-am: 285dvi-am:
254 286
287html: html-am
288
255info: info-am 289info: info-am
256 290
257info-am: 291info-am:
258 292
259install-data-am: 293install-data-am:
283ps-am: 317ps-am:
284 318
285uninstall-am: uninstall-info-am 319uninstall-am: uninstall-info-am
286 320
287.PHONY: all all-am check check-am clean clean-generic distclean \ 321.PHONY: all all-am check check-am clean clean-generic distclean \
288 distclean-generic distdir dvi dvi-am info info-am install \ 322 distclean-generic distdir dvi dvi-am html html-am info info-am \
289 install-am install-data install-data-am install-exec \ 323 install install-am install-data install-data-am install-exec \
290 install-exec-am install-info install-info-am install-man \ 324 install-exec-am install-info install-info-am install-man \
291 install-strip installcheck installcheck-am installdirs \ 325 install-strip installcheck installcheck-am installdirs \
292 maintainer-clean maintainer-clean-generic mostlyclean \ 326 maintainer-clean maintainer-clean-generic mostlyclean \
293 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \ 327 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
294 uninstall-info-am 328 uninstall-info-am

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines