Fix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older...
[synfig.git] / ETL / tags / ETL_0_04_08 / ETL / test / Makefile.am
1 # $Header: /opt/voria/cvs/ETL/test/Makefile.am,v 1.1.1.1 2005/01/04 01:31:48 darco Exp $
2
3 MAINTAINERCLEANFILES=Makefile.in
4 CXXFLAGS=@CXXFLAGS@ -I$(top_srcdir) -I$(top_builddir)
5 DEFAULT_INCLUDES=-I$(top_srcdir) -I$(top_builddir)
6 TESTS=fixed clock handle angle random hermite stringf pen surface smart_ptr benchmark
7
8 check_PROGRAMS=fixed handle clock angle random hermite stringf pen surface smart_ptr benchmark smach
9
10 benchmark_SOURCES=benchmark.cpp
11 smart_ptr_SOURCES=smart_ptr.cpp
12 surface_SOURCES=surface.cpp
13 pen_SOURCES=pen.cpp
14 handle_SOURCES=handle.cpp
15 angle_SOURCES=angle.cpp
16 random_SOURCES=random.cpp
17 fixed_SOURCES=fixed.cpp
18 smach_SOURCES=smach.cpp
19 clock_SOURCES=clock.cpp
20 hermite_SOURCES=hermite.cpp
21 spline_SOURCES=spline.cpp
22 stringf_SOURCES=stringf.cpp
23 value_SOURCES=value.cpp