# Process this file with automake to produce Makefile.in # # $Id: Makefile.am 48 2006-01-13 21:37:26Z peter $ TESTS = commit_stat directory file gnuplot_pipe stats tree check_PROGRAMS = $(TESTS) LDADD = @top_srcdir@/lib/libsvnstat.a 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 stats_SOURCES = stats.cc tree_SOURCES = tree.cc clean-local: rm -rf svnstat_output testrepo *.png *~