Tag
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321
# Makefile.in generated automatically by automake 0.25 from Makefile.am
# Copyright (C) 1994, 1995 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
SHELL = /bin/sh
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
sbindir = @sbindir@
libexecdir = @libexecdir@
datadir = @datadir@
sysconfdir = @sysconfdir@
sharedstatedir = @sharedstatedir@
localstatedir = @localstatedir@
libdir = @libdir@
infodir = @infodir@
mandir = @mandir@
includedir = @includedir@
oldincludedir = /usr/include
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
transform = @program_transform_name@
bin_SCRIPTS = automake
TEXINFOS = automake.texi
pkgdata_DATA = clean-kr.am clean.am compile-kr.am compile-vars.am \
compile.am data.am depend.am dist-subd-top.am \
dist-subd.am dist-vars.am dist.am footer.am header-vars.am \
kr-vars.am libprograms.am libraries-vars.am \
libraries.am library.am mans-vars.am \
program.am programs.am remake-hdr.am \
remake-subd.am remake.am scripts.am subdirs.am tags.am tags-subd.am \
tags-clean.am \
texi-clean.am texi-version.am texinfos-vars.am texinfos.am \
libraries-clean.am scripts-clean.am programs-clean.am data-clean.am
DIST_OTHER = automake.in
DIST_SUBDIRS = samples/cpio/*Makefile.am
ETAGS_ARGS = automake.in --lang=none \
--regex='/^@node[ \t]+\([^,]+\)/\1/' automake.texi
SCRIPTS = $(bin_SCRIPTS)
MAKEINFO = makeinfo
TEXI2DVI = texi2dvi
TEXFILES = *.aux *.cp *.cps *.dvi *.fn *.fns *.ky *.log *.pg \
*.toc *.tp *.vr *.op
INFOS = automake.info*
INFO_DEPS = automake.info
DVIS = automake.dvi
DATA = $(pkgdata_DATA)
ACLOCAL = aclocal.m4
DIST_COMMON = mkinstalldirs configure Makefile.in stamp-vti configure.in ChangeLog THANKS README version.texi mdate-sh TODO INSTALL Makefile.am texinfo.tex NEWS aclocal.m4 install-sh
PACKAGE = @PACKAGE@
VERSION = @VERSION@
DISTFILES = $(SOURCES) $(HEADERS) $(TEXINFOS) $(INFOS) $(MANS) \
$(DIST_OTHER) $(DIST_COMMON) $(DATA)
default: all
mostlyclean-binSCRIPTS:
clean-binSCRIPTS:
rm -f $(bin_SCRIPTS)
distclean-binSCRIPTS:
maintainer-clean-binSCRIPTS:
install-binSCRIPTS: $(bin_SCRIPTS)
$(top_srcdir)/mkinstalldirs $(bindir)
for p in $(bin_SCRIPTS); do \
$(INSTALL_SCRIPT) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
done
uninstall-binSCRIPTS:
for p in $(bin_SCRIPTS); do \
rm -f $(bindir)/`echo $$p|sed '$(transform)'`; \
done
version.texi: stamp-vti
stamp-vti: automake.texi $(top_srcdir)/configure.in
echo "@set UPDATED `cd $(srcdir) && $(SHELL) mdate-sh automake.texi`" \
> version.tmp
echo "@set EDITION $(VERSION)" >> version.tmp
echo "@set VERSION $(VERSION)" >> version.tmp
if cmp -s version.tmp $(srcdir)/version.texi; then \
rm version.tmp; \
else \
mv version.tmp $(srcdir)/version.texi; \
fi
echo timestamp > $(srcdir)/stamp-vti
mostlyclean-vti:
rm -f *.tmp
clean-vti:
distclean-vti:
maintainer-clean-vti:
rm -f stamp-vti version.texi
automake.info: automake.texi version.texi
.texi.info:
$(MAKEINFO) -I$(srcdir) $<
.texi.dvi:
TEXINPUTS=$(srcdir):$$TEXINPUTS $(TEXI2DVI) $<
install-info: $(INFO_DEPS)
$(top_srcdir)/mkinstalldirs $(infodir)
for file in $(INFO_DEPS); do \
if test -f $$file; then \
d=.; \
else \
d=$(srcdir); \
fi; \
for ifile in $${file}*; do \
$(INSTALL_DATA) $$d/$$ifile $(infodir)/$$ifile; \
done; \
done
uninstall-info:
cd $(srcdir) && for file in *.info*; do
rm -f $(infodir)/$$file; \
done
mostlyclean-info:
rm -f automake.aux automake.cp automake.cps automake.dvi
rm -f automake.fn automake.fns automake.ky automake.log
rm -f automake.pg automake.toc automake.tp automake.vr automake.op
clean-info:
distclean-info:
maintainer-clean-info:
rm -f $(INFOS)
install-pkgdataDATA: $(pkgdata_DATA)
$(top_srcdir)/mkinstalldirs $(pkgdatadir)
for p in $(pkgdata_DATA); do \
$(INSTALL_DATA) $(srcdir)/$$p $(pkgdatadir)/$$p; \
done
uninstall-pkgdataDATA:
for p in $(pkgdata_DATA); do \
rm -f $(pkgdatadir)/$$p; \
done
$(srcdir)/Makefile.in: Makefile.am
cd $(srcdir) && automake Makefile
# For an explanation of the following Makefile rules, see node
# `Automatic Remaking' in GNU Autoconf documentation.
Makefile: Makefile.in config.status
CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
config.status: configure
./config.status --recheck
$(srcdir)/configure: configure.in $(ACLOCAL)
cd $(srcdir) && autoconf
id: ID
ID:
here=`pwd`; cd $(srcdir) && mkid -f $$here/ID $(SOURCES) $(HEADERS)
tags: TAGS
TAGS:
here=`pwd`; cd $(srcdir) && etags $(ETAGS_ARGS) $(SOURCES) $(HEADERS) -o $$here/TAGS
mostlyclean-tags:
clean-tags:
distclean-tags:
rm -f TAGS ID
maintainer-clean-tags:
distdir = $(PACKAGE)-$(VERSION)
dist: $(DISTFILES)
rm -rf $(distdir)
mkdir $(distdir)
(cd $(srcdir) && automake --include-deps --output-dir=$(distdir))
@for file in $(DISTFILES); do \
test -f $(distdir)/$$file || { \
echo linking $$file; \
ln $(srcdir)/$$file $(distdir)/$$file; \
} || { \
echo copying $$file instead; \
cp -p $(srcdir)/$$file $(distdir)/$$file; \
}; \
done
@sublist="$(DIST_SUBDIRS)"; \
for dir in $$sublist; do \
echo copying directory $$dir; \
tar -chof - $$dir | (cd $(distdir) && tar -xBpf -); \
done
chmod -R a+r $(distdir)
tar -chozf $(distdir).tar.gz $(distdir)
rm -rf $(distdir)
all: info $(SCRIPTS) $(DATA)
info: $(INFO_DEPS)
dvi: $(DVIS)
check: check-local
installcheck:
install-exec: install-binSCRIPTS
install-data: install-info install-pkgdataDATA
install: install-exec install-data
uninstall: uninstall-binSCRIPTS uninstall-info uninstall-pkgdataDATA
installdirs:
$(top_srcdir)/mkinstalldirs $(bindir) $(infodir) $(pkgdatadir)
mostlyclean-generic:
test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
clean-generic:
test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
distclean-generic:
rm -f Makefile $(DISTCLEANFILES)
rm -f config.cache config.log $(CONFIG_HEADER) stamp-h
maintainer-clean-generic:
test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
mostlyclean: mostlyclean-binSCRIPTS mostlyclean-vti mostlyclean-info mostlyclean-tags mostlyclean-generic
clean: mostlyclean clean-binSCRIPTS clean-vti clean-info clean-tags clean-generic
distclean: clean distclean-binSCRIPTS distclean-vti distclean-info distclean-tags distclean-generic
rm -f config.status
maintainer-clean: distclean maintainer-clean-binSCRIPTS maintainer-clean-vti maintainer-clean-info maintainer-clean-tags maintainer-clean-generic
@echo "This command is intended for maintainers to use;"
@echo "it deletes files that may require special tools to rebuild."
# SUBDIRS = intl po
# CONFIG_HEADER = config.h
# Gross.
# The following requires a fixed version of the Emacs 19.30 etags.
# Some simple checks:
# * syntax check with perl4 and perl5.
# * make sure the scripts don't use 'true'
# These are only really guaranteed to work on my machine.
check-local: automake
@PERL@ -c -w automake
if grep '^[^#].*true' [a-z]*.am; then \
echo "can't use 'true' in GNU Makefile" 1>&2; \
exit 1; \
else :; fi
if test -f /usr/local/bin/perl4.036; then \
/usr/local/bin/perl4.036 -c -w automake; \
else :; fi
automake: automake.in
CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
# Tag before making distribution.
cvs-dist:
cvs tag `echo "Release-$(VERSION)" | sed 's/\./-/g'`
$(MAKE) dist
.SUFFIXES:
.SUFFIXES: .texi .info .dvi
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: