# Process this file with automake to produce Makefile.in # # $Id: Makefile.am 56 2006-01-15 01:40:11Z jari $ TESTS = commit_stat directory file gnuplot_pipe stats 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 clean-local: rm -rf *.png *~