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

Comparing gvpe/doc/Makefile.in (file contents):
Revision 1.10 by pcg, Wed Jul 7 00:28:19 2004 UTC vs.
Revision 1.15 by pcg, Sat Nov 10 19:43:37 2007 UTC

65ECHO_N = @ECHO_N@ 65ECHO_N = @ECHO_N@
66ECHO_T = @ECHO_T@ 66ECHO_T = @ECHO_T@
67EGREP = @EGREP@ 67EGREP = @EGREP@
68EXEEXT = @EXEEXT@ 68EXEEXT = @EXEEXT@
69GMSGFMT = @GMSGFMT@ 69GMSGFMT = @GMSGFMT@
70GREP = @GREP@
70HAVE_TUNTAP = @HAVE_TUNTAP@ 71HAVE_TUNTAP = @HAVE_TUNTAP@
71IFSUBTYPE = @IFSUBTYPE@ 72IFSUBTYPE = @IFSUBTYPE@
72IFTYPE = @IFTYPE@ 73IFTYPE = @IFTYPE@
73INCLUDES = @INCLUDES@ 74INCLUDES = @INCLUDES@
74INSTALL_DATA = @INSTALL_DATA@ 75INSTALL_DATA = @INSTALL_DATA@
112USE_NLS = @USE_NLS@ 113USE_NLS = @USE_NLS@
113VERSION = @VERSION@ 114VERSION = @VERSION@
114XGETTEXT = @XGETTEXT@ 115XGETTEXT = @XGETTEXT@
115ac_ct_CC = @ac_ct_CC@ 116ac_ct_CC = @ac_ct_CC@
116ac_ct_CXX = @ac_ct_CXX@ 117ac_ct_CXX = @ac_ct_CXX@
117ac_ct_RANLIB = @ac_ct_RANLIB@
118ac_ct_STRIP = @ac_ct_STRIP@
119am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 118am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
120am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 119am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
121am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ 120am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
122am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ 121am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
123am__include = @am__include@ 122am__include = @am__include@
128build_alias = @build_alias@ 127build_alias = @build_alias@
129build_cpu = @build_cpu@ 128build_cpu = @build_cpu@
130build_os = @build_os@ 129build_os = @build_os@
131build_vendor = @build_vendor@ 130build_vendor = @build_vendor@
132datadir = @datadir@ 131datadir = @datadir@
132datarootdir = @datarootdir@
133docdir = @docdir@
134dvidir = @dvidir@
133exec_prefix = @exec_prefix@ 135exec_prefix = @exec_prefix@
134host = @host@ 136host = @host@
135host_alias = @host_alias@ 137host_alias = @host_alias@
136host_cpu = @host_cpu@ 138host_cpu = @host_cpu@
137host_os = @host_os@ 139host_os = @host_os@
138host_vendor = @host_vendor@ 140host_vendor = @host_vendor@
141htmldir = @htmldir@
139includedir = @includedir@ 142includedir = @includedir@
140infodir = @infodir@ 143infodir = @infodir@
141install_sh = @install_sh@ 144install_sh = @install_sh@
142libdir = @libdir@ 145libdir = @libdir@
143libexecdir = @libexecdir@ 146libexecdir = @libexecdir@
147localedir = @localedir@
144localstatedir = @localstatedir@ 148localstatedir = @localstatedir@
145mandir = @mandir@ 149mandir = @mandir@
146oldincludedir = @oldincludedir@ 150oldincludedir = @oldincludedir@
151pdfdir = @pdfdir@
147prefix = @prefix@ 152prefix = @prefix@
148program_transform_name = @program_transform_name@ 153program_transform_name = @program_transform_name@
154psdir = @psdir@
149sbindir = @sbindir@ 155sbindir = @sbindir@
150sharedstatedir = @sharedstatedir@ 156sharedstatedir = @sharedstatedir@
151sysconfdir = @sysconfdir@ 157sysconfdir = @sysconfdir@
152target = @target@ 158target = @target@
153target_alias = @target_alias@ 159target_alias = @target_alias@
161 167
162PERL = @PERL@ 168PERL = @PERL@
163MAINTAINERCLEANFILES = gvpe.texi gvpe.5 gvpe.8 gvpectrl.8 gvpe.conf.5 gvpe.protocol.7 gvpe.osdep.5 169MAINTAINERCLEANFILES = gvpe.texi gvpe.5 gvpe.8 gvpectrl.8 gvpe.conf.5 gvpe.protocol.7 gvpe.osdep.5
164 170
165EXTRA_DIST = $(man_MANS) gvpe.texi \ 171EXTRA_DIST = $(man_MANS) gvpe.texi \
166 Makefile.maint GNUmakefile Makefile.summ \ 172 Makefile.maint pod2texi \
167 gvpe.texi.in gvpe.5.pod gvpe.8.pod gvpectrl.8.pod gvpe.conf.5.pod gvpe.protocol.7.pod gvpe.osdep.5.pod \ 173 gvpe.texi.pod gvpe.5.pod gvpe.8.pod gvpectrl.8.pod gvpe.conf.5.pod gvpe.protocol.7.pod gvpe.osdep.5.pod \
168 complex-example/README complex-example/if-up complex-example/node-up complex-example/gvpe.conf 174 complex-example/README complex-example/if-up complex-example/node-up complex-example/gvpe.conf
169 175
170subdir = doc 176subdir = doc
171ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 177ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
172mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 178mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
173CONFIG_HEADER = $(top_builddir)/config.h 179CONFIG_HEADER = $(top_builddir)/config.h
174CONFIG_CLEAN_FILES = 180CONFIG_CLEAN_FILES =
175DIST_SOURCES = 181DIST_SOURCES =
176am__TEXINFO_TEX_DIR = $(srcdir) 182am__TEXINFO_TEX_DIR = $(srcdir)
177INFO_DEPS = gvpe.info 183INFO_DEPS =
178DVIS = gvpe.dvi 184DVIS =
179PDFS = gvpe.pdf 185PDFS =
180PSS = gvpe.ps 186PSS =
181TEXINFOS = gvpe.texi 187TEXINFOS = gvpe.texi
182 188
183NROFF = nroff 189NROFF = nroff
184MANS = $(man_MANS) 190MANS = $(man_MANS)
185DIST_COMMON = $(srcdir)/Makefile.in Makefile.am texinfo.tex 191DIST_COMMON = $(srcdir)/Makefile.in Makefile.am texinfo.tex
186all: all-am 192all: all-am
187 193
188.SUFFIXES: 194.SUFFIXES:
189.SUFFIXES: .dvi .info .pdf .ps .texi 195.SUFFIXES: .dvi .ps
190$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 196$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
191 cd $(top_srcdir) && \ 197 cd $(top_srcdir) && \
192 $(AUTOMAKE) --gnu doc/Makefile 198 $(AUTOMAKE) --gnu doc/Makefile
193Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status 199Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
194 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) 200 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
195
196.texi.info:
197 @rm -f $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]
198 $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
199 -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
200
201.texi.dvi:
202 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
203 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
204 $(TEXI2DVI) `test -f '$<' || echo '$(srcdir)/'`$<
205
206.texi.pdf:
207 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
208 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
209 $(TEXI2PDF) `test -f '$<' || echo '$(srcdir)/'`$<
210gvpe.info: gvpe.texi
211gvpe.dvi: gvpe.texi
212gvpe.pdf: gvpe.texi
213TEXI2DVI = texi2dvi 201TEXI2DVI = texi2dvi
214 202
215TEXI2PDF = $(TEXI2DVI) --pdf --batch 203TEXI2PDF = $(TEXI2DVI) --pdf --batch
216DVIPS = dvips 204DVIPS = dvips
217.dvi.ps: 205.dvi.ps:
249 cp -p $$file $(distdir)/$$relfile; \ 237 cp -p $$file $(distdir)/$$relfile; \
250 done; \ 238 done; \
251 done 239 done
252 240
253mostlyclean-aminfo: 241mostlyclean-aminfo:
254 -rm -f gvpe.aux gvpe.cp gvpe.cps gvpe.fn gvpe.fns gvpe.ky gvpe.kys gvpe.log \ 242 -rm -f
255 gvpe.pg gvpe.pgs gvpe.tmp gvpe.toc gvpe.tp gvpe.tps gvpe.vr \
256 gvpe.vrs gvpe.dvi gvpe.pdf gvpe.ps
257 243
258maintainer-clean-aminfo: 244maintainer-clean-aminfo:
259 @list='$(INFO_DEPS)'; for i in $$list; do \ 245 @list='$(INFO_DEPS)'; for i in $$list; do \
260 i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \ 246 i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
261 echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \ 247 echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines