source: trunk/test/Makefile.am @ 46

Last change on this file since 46 was 43, checked in by Jari Häkkinen, 17 years ago

Added more files to clean-local.

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