Last change
on this file since 69 was
56,
checked in by Jari Häkkinen, 17 years ago
|
Removed tree.cc
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
408 bytes
|
Rev | Line | |
---|
[6] | 1 | # Process this file with automake to produce Makefile.in |
---|
| 2 | # |
---|
| 3 | # $Id: Makefile.am 56 2006-01-15 01:40:11Z jari $ |
---|
[8] | 4 | |
---|
[56] | 5 | TESTS = commit_stat directory file gnuplot_pipe stats |
---|
[8] | 6 | |
---|
| 7 | check_PROGRAMS = $(TESTS) |
---|
| 8 | |
---|
| 9 | LDADD = @top_srcdir@/lib/libsvnstat.a |
---|
| 10 | |
---|
| 11 | INCLUDES = -I@top_srcdir@/lib |
---|
[9] | 12 | |
---|
[48] | 13 | commit_stat_SOURCES = commit_stat.cc |
---|
[24] | 14 | directory_SOURCES = directory.cc |
---|
| 15 | file_SOURCES = file.cc |
---|
[26] | 16 | gnuplot_pipe_SOURCES = gnuplot_pipe.cc |
---|
[24] | 17 | stats_SOURCES = stats.cc |
---|
[28] | 18 | |
---|
| 19 | clean-local: |
---|
[56] | 20 | rm -rf *.png *~ |
---|
Note: See
TracBrowser
for help on using the repository browser.