280 lines
7.2 KiB
Makefile
280 lines
7.2 KiB
Makefile
|
# Makefile.in generated automatically by automake 1.0 from Makefile.am
|
||
|
|
||
|
# Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
|
||
|
# This Makefile.in is free software; the Free Software Foundation
|
||
|
# gives unlimited permission to copy, distribute and modify it.
|
||
|
|
||
|
|
||
|
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@
|
||
|
|
||
|
top_builddir = .
|
||
|
|
||
|
INSTALL = @INSTALL@
|
||
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||
|
INSTALL_DATA = @INSTALL_DATA@
|
||
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||
|
transform = @program_transform_name@
|
||
|
|
||
|
AUTOMAKE_OPTIONS = dist-shar
|
||
|
|
||
|
bin_SCRIPTS = stow
|
||
|
info_TEXINFOS = stow.texi
|
||
|
|
||
|
CLEANFILES = stow manual.html manual.texi
|
||
|
ACLOCAL = aclocal.m4
|
||
|
mkinstalldirs = $(top_srcdir)/mkinstalldirs
|
||
|
SCRIPTS = $(bin_SCRIPTS)
|
||
|
|
||
|
|
||
|
MAKEINFO = makeinfo
|
||
|
TEXI2DVI = texi2dvi
|
||
|
INFOS = stow.info*
|
||
|
INFO_DEPS = stow.info
|
||
|
DVIS = stow.dvi
|
||
|
TEXINFOS = stow.texi
|
||
|
|
||
|
DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
|
||
|
Makefile.in NEWS README THANKS TODO aclocal.m4 configure configure.in \
|
||
|
install-sh mdate-sh mkinstalldirs stamp-vti stow.in texinfo.tex \
|
||
|
version.texi
|
||
|
|
||
|
|
||
|
PACKAGE = @PACKAGE@
|
||
|
VERSION = @VERSION@
|
||
|
|
||
|
DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
|
||
|
$(TEXINFOS) $(INFOS) $(MANS) $(EXTRA_DIST) $(DATA)
|
||
|
DEP_DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
|
||
|
$(TEXINFOS) $(INFO_DEPS) $(MANS) $(EXTRA_DIST) $(DATA)
|
||
|
|
||
|
TAR = tar
|
||
|
default: all
|
||
|
|
||
|
|
||
|
$(srcdir)/Makefile.in: Makefile.am configure.in
|
||
|
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) $(CONFIGURE_DEPENDENCIES)
|
||
|
cd $(srcdir) && autoconf
|
||
|
stow: $(top_builddir)/config.status stow.in
|
||
|
cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
|
||
|
|
||
|
install-binSCRIPTS: $(bin_SCRIPTS)
|
||
|
$(mkinstalldirs) $(bindir)
|
||
|
list="$(bin_SCRIPTS)"; for p in $$list; do \
|
||
|
if test -f $$p; then \
|
||
|
$(INSTALL_SCRIPT) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
|
||
|
else if test -f $(srcdir)/$$p; then \
|
||
|
$(INSTALL_SCRIPT) $(srcdir)/$$p \
|
||
|
$(bindir)/`echo $$p|sed '$(transform)'`; \
|
||
|
else :; fi; fi; \
|
||
|
done
|
||
|
|
||
|
uninstall-binSCRIPTS:
|
||
|
list="$(bin_SCRIPTS)"; for p in $$list; do \
|
||
|
rm -f $(bindir)/`echo $$p|sed '$(transform)'`; \
|
||
|
done
|
||
|
|
||
|
version.texi: stamp-vti
|
||
|
|
||
|
stamp-vti: stow.texi $(top_srcdir)/configure.in
|
||
|
echo "@set UPDATED `cd $(srcdir) \
|
||
|
&& $(SHELL) ./mdate-sh stow.texi`" > vti.tmp
|
||
|
echo "@set EDITION $(VERSION)" >> vti.tmp
|
||
|
echo "@set VERSION $(VERSION)" >> vti.tmp
|
||
|
if cmp -s vti.tmp $(srcdir)/version.texi; then \
|
||
|
rm vti.tmp; \
|
||
|
else \
|
||
|
mv vti.tmp $(srcdir)/version.texi; \
|
||
|
fi
|
||
|
echo timestamp > $(srcdir)/stamp-vti
|
||
|
|
||
|
mostlyclean-vti:
|
||
|
rm -f vti.tmp
|
||
|
|
||
|
clean-vti:
|
||
|
|
||
|
distclean-vti:
|
||
|
|
||
|
maintainer-clean-vti:
|
||
|
rm -f stamp-vti version.texi
|
||
|
|
||
|
stow.info: stow.texi version.texi
|
||
|
|
||
|
|
||
|
.texi.info:
|
||
|
$(MAKEINFO) -I$(srcdir) $< -o $(srcdir)/$@
|
||
|
|
||
|
.texi.dvi:
|
||
|
TEXINPUTS=$(srcdir):$$TEXINPUTS $(TEXI2DVI) $<
|
||
|
|
||
|
install-info: $(INFO_DEPS)
|
||
|
$(mkinstalldirs) $(infodir)
|
||
|
for file in $(INFO_DEPS); do \
|
||
|
for ifile in `cd $(srcdir) && echo $$file*`; do \
|
||
|
$(INSTALL_DATA) $(srcdir)/$$ifile $(infodir)/$$ifile; \
|
||
|
done; \
|
||
|
done
|
||
|
|
||
|
uninstall-info:
|
||
|
cd $(srcdir) && for file in *.info*; do \
|
||
|
rm -f $(infodir)/$$file; \
|
||
|
done
|
||
|
|
||
|
mostlyclean-info:
|
||
|
rm -f stow.aux stow.cp stow.cps stow.dvi stow.fn stow.fns stow.ky \
|
||
|
stow.log stow.pg stow.toc stow.tp stow.vr stow.op
|
||
|
|
||
|
clean-info:
|
||
|
|
||
|
distclean-info:
|
||
|
|
||
|
maintainer-clean-info:
|
||
|
rm -f $(INFOS)
|
||
|
tags: TAGS
|
||
|
TAGS:
|
||
|
|
||
|
|
||
|
distdir = $(PACKAGE)-$(VERSION)
|
||
|
# This target untars the dist file and tries a VPATH configuration. Then
|
||
|
# it guarantees that the distribution is self-contained by making another
|
||
|
# tarfile.
|
||
|
distcheck: dist
|
||
|
rm -rf $(distdir)
|
||
|
$(TAR) zxf $(distdir).tar.gz
|
||
|
mkdir $(distdir)/=build
|
||
|
mkdir $(distdir)/=inst
|
||
|
dc_install_base=`cd $(distdir)/=inst && pwd`; \
|
||
|
cd $(distdir)/=build \
|
||
|
&& ../configure --srcdir=.. --prefix=$$dc_install_base \
|
||
|
&& $(MAKE) \
|
||
|
&& $(MAKE) check \
|
||
|
&& $(MAKE) install \
|
||
|
&& $(MAKE) installcheck \
|
||
|
&& $(MAKE) dist
|
||
|
rm -rf $(distdir)
|
||
|
@echo "========================"; \
|
||
|
echo "$(distdir).tar.gz is ready for distribution"; \
|
||
|
echo "========================"
|
||
|
dist: distdir
|
||
|
chmod -R a+r $(distdir)
|
||
|
$(TAR) chozf $(distdir).tar.gz $(distdir)
|
||
|
rm -rf $(distdir)
|
||
|
dist-shar: distdir
|
||
|
chmod -R a+r $(distdir)
|
||
|
shar $(distdir) | gzip > $(distdir).shar.gz
|
||
|
rm -rf $(distdir)
|
||
|
distdir: $(DEP_DISTFILES)
|
||
|
rm -rf $(distdir)
|
||
|
mkdir $(distdir)
|
||
|
chmod 777 $(distdir)
|
||
|
@for file in `cd $(srcdir) && echo $(DISTFILES)`; do \
|
||
|
test -f $(distdir)/$$file \
|
||
|
|| ln $(srcdir)/$$file $(distdir)/$$file 2> /dev/null \
|
||
|
|| cp -p $(srcdir)/$$file $(distdir)/$$file; \
|
||
|
done
|
||
|
info: $(INFO_DEPS)
|
||
|
|
||
|
dvi: $(DVIS)
|
||
|
|
||
|
check: all
|
||
|
|
||
|
installcheck:
|
||
|
|
||
|
install-exec: install-binSCRIPTS
|
||
|
|
||
|
install-data: install-info
|
||
|
|
||
|
install: install-exec install-data all
|
||
|
@:
|
||
|
|
||
|
uninstall: uninstall-binSCRIPTS uninstall-info
|
||
|
|
||
|
all: $(INFO_DEPS) $(SCRIPTS) Makefile
|
||
|
|
||
|
install-strip:
|
||
|
$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
|
||
|
installdirs:
|
||
|
$(mkinstalldirs) $(bindir) $(infodir)
|
||
|
|
||
|
|
||
|
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)
|
||
|
test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
|
||
|
mostlyclean: mostlyclean-vti mostlyclean-info mostlyclean-generic
|
||
|
|
||
|
clean: clean-vti clean-info clean-generic mostlyclean
|
||
|
|
||
|
distclean: distclean-vti distclean-info distclean-generic clean
|
||
|
rm -f config.status
|
||
|
|
||
|
maintainer-clean: maintainer-clean-vti maintainer-clean-info \
|
||
|
maintainer-clean-generic distclean
|
||
|
@echo "This command is intended for maintainers to use;"
|
||
|
@echo "it deletes files that may require special tools to rebuild."
|
||
|
rm -f config.status
|
||
|
|
||
|
.PHONY: default uninstall-binSCRIPTS install-binSCRIPTS mostlyclean-vti \
|
||
|
distclean-vti clean-vti maintainer-clean-vti install-info \
|
||
|
uninstall-info mostlyclean-info distclean-info clean-info \
|
||
|
maintainer-clean-info tags distdir info dvi check installcheck \
|
||
|
install-exec install-data install uninstall all installdirs \
|
||
|
mostlyclean-generic distclean-generic clean-generic \
|
||
|
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
|
||
|
|
||
|
|
||
|
# The rules for manual.html and manual.texi are only used by
|
||
|
# the developer
|
||
|
manual.html: manual.texi
|
||
|
-rm -f $@
|
||
|
texi2html -expandinfo -menu -monolithic -verbose $<
|
||
|
|
||
|
manual.texi: stow.texi
|
||
|
-rm -f $@
|
||
|
cp $< $@
|
||
|
.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:
|