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.1 by pcg, Wed Oct 15 00:59:21 2003 UTC vs.
Revision 1.5 by pcg, Wed Jan 18 13:17:55 2006 UTC

1# Makefile.in generated by automake 1.7.7 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@
71INSTALL_PROGRAM = @INSTALL_PROGRAM@ 89INSTALL_PROGRAM = @INSTALL_PROGRAM@
72INSTALL_SCRIPT = @INSTALL_SCRIPT@ 90INSTALL_SCRIPT = @INSTALL_SCRIPT@
73INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 91INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
74INTLLIBS = @INTLLIBS@ 92INTLLIBS = @INTLLIBS@
75LDFLAGS = @LDFLAGS@ 93LDFLAGS = @LDFLAGS@
94LDFLAGS_DAEMON = @LDFLAGS_DAEMON@
76LIBICONV = @LIBICONV@ 95LIBICONV = @LIBICONV@
77LIBINTL = @LIBINTL@ 96LIBINTL = @LIBINTL@
78LIBOBJS = @LIBOBJS@ 97LIBOBJS = @LIBOBJS@
79LIBS = @LIBS@ 98LIBS = @LIBS@
80LINUX_IF_TUN_H = @LINUX_IF_TUN_H@ 99LINUX_IF_TUN_H = @LINUX_IF_TUN_H@
97PACKAGE_TARNAME = @PACKAGE_TARNAME@ 116PACKAGE_TARNAME = @PACKAGE_TARNAME@
98PACKAGE_VERSION = @PACKAGE_VERSION@ 117PACKAGE_VERSION = @PACKAGE_VERSION@
99PATH_SEPARATOR = @PATH_SEPARATOR@ 118PATH_SEPARATOR = @PATH_SEPARATOR@
100POSUB = @POSUB@ 119POSUB = @POSUB@
101RANLIB = @RANLIB@ 120RANLIB = @RANLIB@
121ROHC_FALSE = @ROHC_FALSE@
122ROHC_TRUE = @ROHC_TRUE@
102SET_MAKE = @SET_MAKE@ 123SET_MAKE = @SET_MAKE@
103SHELL = @SHELL@ 124SHELL = @SHELL@
104STRIP = @STRIP@ 125STRIP = @STRIP@
105USE_NLS = @USE_NLS@ 126USE_NLS = @USE_NLS@
106VERSION = @VERSION@ 127VERSION = @VERSION@
114am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ 135am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
115am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ 136am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
116am__include = @am__include@ 137am__include = @am__include@
117am__leading_dot = @am__leading_dot@ 138am__leading_dot = @am__leading_dot@
118am__quote = @am__quote@ 139am__quote = @am__quote@
140am__tar = @am__tar@
141am__untar = @am__untar@
119bindir = @bindir@ 142bindir = @bindir@
120build = @build@ 143build = @build@
121build_alias = @build_alias@ 144build_alias = @build_alias@
122build_cpu = @build_cpu@ 145build_cpu = @build_cpu@
123build_os = @build_os@ 146build_os = @build_os@
134install_sh = @install_sh@ 157install_sh = @install_sh@
135libdir = @libdir@ 158libdir = @libdir@
136libexecdir = @libexecdir@ 159libexecdir = @libexecdir@
137localstatedir = @localstatedir@ 160localstatedir = @localstatedir@
138mandir = @mandir@ 161mandir = @mandir@
162mkdir_p = @mkdir_p@
139oldincludedir = @oldincludedir@ 163oldincludedir = @oldincludedir@
140prefix = @prefix@ 164prefix = @prefix@
141program_transform_name = @program_transform_name@ 165program_transform_name = @program_transform_name@
142sbindir = @sbindir@ 166sbindir = @sbindir@
143sharedstatedir = @sharedstatedir@ 167sharedstatedir = @sharedstatedir@
145target = @target@ 169target = @target@
146target_alias = @target_alias@ 170target_alias = @target_alias@
147target_cpu = @target_cpu@ 171target_cpu = @target_cpu@
148target_os = @target_os@ 172target_os = @target_os@
149target_vendor = @target_vendor@ 173target_vendor = @target_vendor@
150
151EXTRA_DIST = README Makefile.am.in aclocal-include.m4 codeset.m4 \ 174EXTRA_DIST = README Makefile.am.in aclocal-include.m4 codeset.m4 \
152gettext.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 \
153inttypes_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 \
154lib-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 \
155ulonglong.m4 178ulonglong.m4
156 179
157subdir = m4
158ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
159mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
160CONFIG_HEADER = $(top_builddir)/config.h
161CONFIG_CLEAN_FILES =
162DIST_SOURCES =
163DIST_COMMON = README $(srcdir)/Makefile.in ChangeLog Makefile.am
164all: all-am 180all: all-am
165 181
166.SUFFIXES: 182.SUFFIXES:
167$(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'; \
168 cd $(top_srcdir) && \ 193 cd $(top_srcdir) && \
169 $(AUTOMAKE) --gnu m4/Makefile 194 $(AUTOMAKE) --gnu m4/Makefile
195.PRECIOUS: Makefile
170Makefile: @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)'; \
171 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
172uninstall-info-am: 212uninstall-info-am:
173tags: TAGS 213tags: TAGS
174TAGS: 214TAGS:
175 215
176ctags: CTAGS 216ctags: CTAGS
177CTAGS: 217CTAGS:
178 218
179DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
180
181top_distdir = ..
182distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
183 219
184distdir: $(DISTFILES) 220distdir: $(DISTFILES)
185 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 221 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
186 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 222 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
187 list='$(DISTFILES)'; for file in $$list; do \ 223 list='$(DISTFILES)'; for file in $$list; do \
191 esac; \ 227 esac; \
192 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; \
193 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 229 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
194 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 230 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
195 dir="/$$dir"; \ 231 dir="/$$dir"; \
196 $(mkinstalldirs) "$(distdir)$$dir"; \ 232 $(mkdir_p) "$(distdir)$$dir"; \
197 else \ 233 else \
198 dir=''; \ 234 dir=''; \
199 fi; \ 235 fi; \
200 if test -d $$d/$$file; then \ 236 if test -d $$d/$$file; then \
201 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 237 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
209 fi; \ 245 fi; \
210 done 246 done
211check-am: all-am 247check-am: all-am
212check: check-am 248check: check-am
213all-am: Makefile 249all-am: Makefile
214
215installdirs: 250installdirs:
216install: install-am 251install: install-am
217install-exec: install-exec-am 252install-exec: install-exec-am
218install-data: install-data-am 253install-data: install-data-am
219uninstall: uninstall-am 254uninstall: uninstall-am
222 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 257 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
223 258
224installcheck: installcheck-am 259installcheck: installcheck-am
225install-strip: 260install-strip:
226 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 261 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
227 INSTALL_STRIP_FLAG=-s \ 262 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
228 `test -z '$(STRIP)' || \ 263 `test -z '$(STRIP)' || \
229 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 264 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
230mostlyclean-generic: 265mostlyclean-generic:
231 266
232clean-generic: 267clean-generic:
233 268
234distclean-generic: 269distclean-generic:
235 -rm -f $(CONFIG_CLEAN_FILES) 270 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
236 271
237maintainer-clean-generic: 272maintainer-clean-generic:
238 @echo "This command is intended for maintainers to use" 273 @echo "This command is intended for maintainers to use"
239 @echo "it deletes files that may require special tools to rebuild." 274 @echo "it deletes files that may require special tools to rebuild."
240clean: clean-am 275clean: clean-am
241 276
242clean-am: clean-generic mostlyclean-am 277clean-am: clean-generic mostlyclean-am
243 278
244distclean: distclean-am 279distclean: distclean-am
245 -rm -f Makefile 280 -rm -f Makefile
246
247distclean-am: clean-am distclean-generic 281distclean-am: clean-am distclean-generic
248 282
249dvi: dvi-am 283dvi: dvi-am
250 284
251dvi-am: 285dvi-am:
286
287html: html-am
252 288
253info: info-am 289info: info-am
254 290
255info-am: 291info-am:
256 292
264 300
265installcheck-am: 301installcheck-am:
266 302
267maintainer-clean: maintainer-clean-am 303maintainer-clean: maintainer-clean-am
268 -rm -f Makefile 304 -rm -f Makefile
269
270maintainer-clean-am: distclean-am maintainer-clean-generic 305maintainer-clean-am: distclean-am maintainer-clean-generic
271 306
272mostlyclean: mostlyclean-am 307mostlyclean: mostlyclean-am
273 308
274mostlyclean-am: mostlyclean-generic 309mostlyclean-am: mostlyclean-generic
282ps-am: 317ps-am:
283 318
284uninstall-am: uninstall-info-am 319uninstall-am: uninstall-info-am
285 320
286.PHONY: all all-am check check-am clean clean-generic distclean \ 321.PHONY: all all-am check check-am clean clean-generic distclean \
287 distclean-generic distdir dvi dvi-am info info-am install \ 322 distclean-generic distdir dvi dvi-am html html-am info info-am \
288 install-am install-data install-data-am install-exec \ 323 install install-am install-data install-data-am install-exec \
289 install-exec-am install-info install-info-am install-man \ 324 install-exec-am install-info install-info-am install-man \
290 install-strip installcheck installcheck-am installdirs \ 325 install-strip installcheck installcheck-am installdirs \
291 maintainer-clean maintainer-clean-generic mostlyclean \ 326 maintainer-clean maintainer-clean-generic mostlyclean \
292 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \ 327 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
293 uninstall-info-am 328 uninstall-info-am

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines