# Process this file with automake to produce Makefile.in # # $Id: Makefile.am 28 2006-01-09 09:35:16Z peter $ 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