Stable Tag: Removing old tag
[synfig.git] / ETL / tags / 0.61.06 / test / Makefile.am
1 # $Id$
2
3 MAINTAINERCLEANFILES=Makefile.in
4 AM_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 spline value
7 TESTS=fixed clock handle angle random hermite stringf pen surface smart_ptr benchmark
8
9 #check_PROGRAMS=fixed handle clock angle random hermite stringf pen surface smart_ptr benchmark smach spline value
10 check_PROGRAMS=fixed handle clock angle random hermite stringf pen surface smart_ptr benchmark smach
11
12 benchmark_SOURCES=benchmark.cpp
13 smart_ptr_SOURCES=smart_ptr.cpp
14 surface_SOURCES=surface.cpp
15 pen_SOURCES=pen.cpp
16 handle_SOURCES=handle.cpp
17 angle_SOURCES=angle.cpp
18 random_SOURCES=random.cpp
19 fixed_SOURCES=fixed.cpp
20 smach_SOURCES=smach.cpp
21 clock_SOURCES=clock.cpp
22 hermite_SOURCES=hermite.cpp
23 #spline_SOURCES=spline.cpp
24 stringf_SOURCES=stringf.cpp
25 #value_SOURCES=value.cpp
26
27 # FIXME: fix compiler errors for the spline and value tests.
28 EXTRA_DIST=spline.cpp value.cpp