source:
trunk/test/Makefile.am
@
48
Last change on this file since 48 was 48, checked in by , 17 years ago | |
---|---|
|
|
File size: 460 bytes |
Line | |
---|---|
1 | # Process this file with automake to produce Makefile.in |
2 | # |
3 | # $Id: Makefile.am 48 2006-01-13 21:37:26Z peter $ |
4 | |
5 | TESTS = commit_stat directory file gnuplot_pipe stats tree |
6 | |
7 | check_PROGRAMS = $(TESTS) |
8 | |
9 | LDADD = @top_srcdir@/lib/libsvnstat.a |
10 | |
11 | INCLUDES = -I@top_srcdir@/lib |
12 | |
13 | commit_stat_SOURCES = commit_stat.cc |
14 | directory_SOURCES = directory.cc |
15 | file_SOURCES = file.cc |
16 | gnuplot_pipe_SOURCES = gnuplot_pipe.cc |
17 | stats_SOURCES = stats.cc |
18 | tree_SOURCES = tree.cc |
19 | |
20 | clean-local: |
21 | rm -rf svnstat_output testrepo *.png *~ |
Note: See TracBrowser
for help on using the repository browser.