## Process this file with automake to produce Makefile.in ## ## $Id: Makefile.am 105 2006-06-27 09:51:44Z peter $ # Copyright (C) 2005, 2006 Jari Häkkinen, Peter Johansson # # This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat # # svnstat 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 of the License, or # (at your option) any later version. # # svnstat 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. TESTS = commit_stat directory file gnuplot_pipe stats parser check_PROGRAMS = $(TESTS) LDADD = @top_srcdir@/lib/libsvnstat.a -L$(APR_PATH)/lib \ -lsvn_client-1 -lsvn_ra-1 -lsvn_subr-1 -lsvn_wc-1 -lapr-0 INCLUDES = -I@top_srcdir@/lib commit_stat_SOURCES = commit_stat.cc directory_SOURCES = directory.cc file_SOURCES = file.cc gnuplot_pipe_SOURCES = gnuplot_pipe.cc parser_SOURCES = parser.cc stats_SOURCES = stats.cc clean-local: rm -rf *.png *~