lib/Makefile.am

Code
Comments
Other
Rev Date Author Line
84 13 Mar 06 jari 1 ## Process this file with automake to produce Makefile.in
84 13 Mar 06 jari 2 ##
84 13 Mar 06 jari 3 ## $Id$
84 13 Mar 06 jari 4
978 12 Dec 09 peter 5 # Copyright (C) 2005 Jari Häkkinen
1635 30 Mar 23 peter 6 # Copyright (C) 2006 Jari Häkkinen, Peter Johansson
1635 30 Mar 23 peter 7 # Copyright (C) 2007 Peter Johansson
1635 30 Mar 23 peter 8 # Copyright (C) 2008, 2009 Jari Häkkinen, Peter Johansson
1532 05 Oct 12 peter 9 # Copyright (C) 2010, 2011, 2012 Peter Johansson
2 20 Dec 05 jari 10 #
687 04 Aug 08 peter 11 # This file is part of svndigest, http://dev.thep.lu.se/svndigest
84 13 Mar 06 jari 12 #
149 12 Aug 06 jari 13 # svndigest is free software; you can redistribute it and/or modify it
84 13 Mar 06 jari 14 # under the terms of the GNU General Public License as published by
693 11 Sep 08 jari 15 # the Free Software Foundation; either version 3 of the License, or
84 13 Mar 06 jari 16 # (at your option) any later version.
84 13 Mar 06 jari 17 #
149 12 Aug 06 jari 18 # svndigest is distributed in the hope that it will be useful, but
84 13 Mar 06 jari 19 # WITHOUT ANY WARRANTY; without even the implied warranty of
84 13 Mar 06 jari 20 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
84 13 Mar 06 jari 21 # General Public License for more details.
84 13 Mar 06 jari 22 #
84 13 Mar 06 jari 23 # You should have received a copy of the GNU General Public License
693 11 Sep 08 jari 24 # along with svndigest. If not, see <http://www.gnu.org/licenses/>.
7 30 Dec 05 jari 25
1525 01 Oct 12 peter 26 noinst_LIBRARIES += lib/libsvndigest.a lib/libsvndigest_core.a
640 31 May 08 peter 27
1525 01 Oct 12 peter 28 noinst_HEADERS += lib/AddStats.h lib/Alias.h lib/BlameStats.h \
1525 01 Oct 12 peter 29   lib/CacheCopyer.h \
1525 01 Oct 12 peter 30   lib/CacheRemover.h lib/ClassicStats.h \
1525 01 Oct 12 peter 31   lib/Colors.h lib/Commitment.h lib/Configuration.h \
1525 01 Oct 12 peter 32   lib/CopyrightStats.h lib/CopyrightVisitor.h lib/css.h \
1525 01 Oct 12 peter 33   lib/Date.h lib/Directory.h lib/DirectoryPrinter.h lib/DirectoryUtil.h \
1525 01 Oct 12 peter 34   lib/File.h lib/FilePrinter.h \
1525 01 Oct 12 peter 35   lib/first_page.h lib/Functor.h \
1525 01 Oct 12 peter 36   lib/Graph.h \
1525 01 Oct 12 peter 37   lib/HtmlBuf.h lib/HtmlStream.h lib/html_utility.h \
1525 01 Oct 12 peter 38   lib/LineTypeParser.h \
1525 01 Oct 12 peter 39   lib/main_utility.h lib/Node.h lib/NodeCounter.h lib/NodePrinter.h \
1525 01 Oct 12 peter 40   lib/NodeVisitor.h \
1525 01 Oct 12 peter 41   lib/OptionVersion.h lib/rmdirhier.h \
1549 24 Oct 12 peter 42   lib/SkipWhiteSpaceIterator.h \
1525 01 Oct 12 peter 43   lib/Stats.h lib/StatsCollection.h lib/StatsPlotter.h \
1525 01 Oct 12 peter 44   lib/subversion_revision.h \
1525 01 Oct 12 peter 45   lib/SvndigestVisitor.h lib/SVN.h lib/SVNblame.h  \
1540 10 Oct 12 peter 46   lib/SVNcat.h lib/SVNinfo.h lib/SVNlog.h lib/SVNproperty.h \
1525 01 Oct 12 peter 47   lib/TinyStats.h \
1525 01 Oct 12 peter 48   lib/Trac.h lib/utility.h lib/Vector.h
81 11 Mar 06 jari 49
1525 01 Oct 12 peter 50 lib_libsvndigest_a_SOURCES =
1525 01 Oct 12 peter 51 lib_libsvndigest_a_SOURCES += lib/DirectoryPrinter.cc
1525 01 Oct 12 peter 52 lib_libsvndigest_a_SOURCES += lib/FilePrinter.cc
1525 01 Oct 12 peter 53 lib_libsvndigest_a_SOURCES += lib/first_page.cc
1525 01 Oct 12 peter 54 lib_libsvndigest_a_SOURCES += lib/Graph.cc
1525 01 Oct 12 peter 55 lib_libsvndigest_a_SOURCES += lib/NodePrinter.cc
1525 01 Oct 12 peter 56 lib_libsvndigest_a_SOURCES += lib/StatsPlotter.cc
1525 01 Oct 12 peter 57 lib_libsvndigest_a_SOURCES += lib/SvndigestVisitor.cc
81 11 Mar 06 jari 58
1525 01 Oct 12 peter 59 lib_libsvndigest_core_a_SOURCES = lib/AddStats.cc lib/Alias.cc \
1525 01 Oct 12 peter 60   lib/BlameStats.cc \
1525 01 Oct 12 peter 61   lib/CacheCopyer.cc lib/CacheRemover.cc lib/ClassicStats.cc \
1525 01 Oct 12 peter 62   lib/Colors.cc \
1525 01 Oct 12 peter 63   lib/Commitment.cc lib/Configuration.cc \
1525 01 Oct 12 peter 64   lib/CopyrightStats.cc lib/CopyrightVisitor.cc \
1525 01 Oct 12 peter 65   lib/css.cc lib/Date.cc lib/Directory.cc \
1525 01 Oct 12 peter 66   lib/DirectoryUtil.cc lib/File.cc \
1525 01 Oct 12 peter 67   lib/Functor.cc lib/HtmlBuf.cc lib/HtmlStream.cc \
1525 01 Oct 12 peter 68   lib/html_utility.cc lib/LineTypeParser.cc \
1525 01 Oct 12 peter 69   lib/main_utility.cc lib/Node.cc \
1525 01 Oct 12 peter 70   lib/NodeCounter.cc lib/OptionVersion.cc \
1549 24 Oct 12 peter 71   lib/rmdirhier.cc lib/SkipWhiteSpaceIterator.cc lib/Stats.cc \
1525 01 Oct 12 peter 72   lib/StatsCollection.cc lib/subversion_revision.cc lib/SVN.cc \
1540 10 Oct 12 peter 73   lib/SVNblame.cc lib/SVNcat.cc lib/SVNinfo.cc \
1525 01 Oct 12 peter 74   lib/SVNlog.cc lib/SVNproperty.cc lib/TinyStats.cc \
1525 01 Oct 12 peter 75   lib/Trac.cc lib/utility.cc lib/Vector.cc