*** empty log message ***

This commit is contained in:
Andrey Kiselev 2004-03-28 11:25:13 +00:00
parent 0f93533189
commit ae774219f8
2 changed files with 8 additions and 11 deletions

View File

@ -1,4 +1,4 @@
# $Id: Makefile.am,v 1.2 2004-03-26 11:48:28 dron Exp $
# $Id: Makefile.am,v 1.3 2004-03-28 11:25:13 dron Exp $
#
# Tag Image File Format (TIFF) Software
#
@ -35,5 +35,5 @@ EXTRA_DIST = \
VERSION \
autogen.sh
SUBDIRS = libtiff man tools
SUBDIRS = html libtiff man tools

View File

@ -14,7 +14,7 @@
@SET_MAKE@
# $Id: Makefile.in,v 1.49 2004-03-26 11:48:28 dron Exp $
# $Id: Makefile.in,v 1.50 2004-03-28 11:25:13 dron Exp $
#
# Tag Image File Format (TIFF) Software
#
@ -62,9 +62,9 @@ PRE_UNINSTALL = :
POST_UNINSTALL = :
host_triplet = @host@
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(top_srcdir)/configure \
$(top_srcdir)/html/Makefile.in ChangeLog TODO config.guess \
config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
$(srcdir)/Makefile.in $(top_srcdir)/configure ChangeLog TODO \
config.guess config.sub depcomp install-sh ltmain.sh missing \
mkinstalldirs
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
@ -74,7 +74,7 @@ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno configure.status.lineno
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/libtiff/config.h
CONFIG_CLEAN_FILES = html/Makefile
CONFIG_CLEAN_FILES =
SOURCES =
DIST_SOURCES =
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
@ -206,7 +206,7 @@ EXTRA_DIST = \
VERSION \
autogen.sh
SUBDIRS = libtiff man tools
SUBDIRS = html libtiff man tools
all: all-recursive
.SUFFIXES:
@ -243,8 +243,6 @@ $(top_srcdir)/configure: $(am__configure_deps)
cd $(srcdir) && $(AUTOCONF)
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
html/Makefile: $(top_builddir)/config.status $(top_srcdir)/html/Makefile.in
cd $(top_builddir) && $(SHELL) ./config.status $@
mostlyclean-libtool:
-rm -f *.lo
@ -375,7 +373,6 @@ distclean-tags:
distdir: $(DISTFILES)
$(am__remove_distdir)
mkdir $(distdir)
$(mkdir_p) $(distdir)/html
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
list='$(DISTFILES)'; for file in $$list; do \