source: tags/release-0.2/test/Makefile.am

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

Removed tree.cc

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 408 bytes
Line 
1# Process this file with automake to produce Makefile.in
2#
3# $Id: Makefile.am 56 2006-01-15 01:40:11Z jari $
4
5TESTS = commit_stat directory file gnuplot_pipe stats
6
7check_PROGRAMS = $(TESTS)
8
9LDADD = @top_srcdir@/lib/libsvnstat.a
10
11INCLUDES = -I@top_srcdir@/lib
12
13commit_stat_SOURCES = commit_stat.cc
14directory_SOURCES = directory.cc
15file_SOURCES = file.cc
16gnuplot_pipe_SOURCES = gnuplot_pipe.cc
17stats_SOURCES = stats.cc
18
19clean-local:
20  rm -rf *.png *~
Note: See TracBrowser for help on using the repository browser.