source: trunk/test/Makefile.am @ 84

Last change on this file since 84 was 84, checked in by Jari Häkkinen, 18 years ago

Added copyright statement. Bumped version number to pre0.3. Cleaned up code.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 1.2 KB
Line 
1## Process this file with automake to produce Makefile.in
2##
3## $Id: Makefile.am 84 2006-03-13 22:04:34Z jari $
4
5# Copyright (C) 2005, 2006 Jari Häkkinen, Peter Johansson
6#
7# This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat
8#
9# svnstat is free software; you can redistribute it and/or modify it
10# under the terms of the GNU General Public License as published by
11# the Free Software Foundation; either version 2 of the License, or
12# (at your option) any later version.
13#
14# svnstat is distributed in the hope that it will be useful, but
15# WITHOUT ANY WARRANTY; without even the implied warranty of
16# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17# General Public License for more details.
18#
19# You should have received a copy of the GNU General Public License
20# along with this program; if not, write to the Free Software
21# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
22# 02111-1307, USA.
23
24TESTS = commit_stat directory file gnuplot_pipe stats
25
26check_PROGRAMS = $(TESTS)
27
28LDADD = @top_srcdir@/lib/libsvnstat.a
29
30INCLUDES = -I@top_srcdir@/lib
31
32commit_stat_SOURCES = commit_stat.cc
33directory_SOURCES = directory.cc
34file_SOURCES = file.cc
35gnuplot_pipe_SOURCES = gnuplot_pipe.cc
36stats_SOURCES = stats.cc
37
38clean-local:
39  rm -rf *.png *~
Note: See TracBrowser for help on using the repository browser.