# Process this file with automake to produce Makefile.in # # $Id: Makefile.am 43 2006-01-13 18:30:47Z jari $ TESTS = directory file gnuplot_pipe stats tree check_PROGRAMS = $(TESTS) LDADD = @top_srcdir@/lib/libsvnstat.a INCLUDES = -I@top_srcdir@/lib 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 *~