Initial import of ETL
[synfig.git] / ETL / trunk / test / Makefile.am
diff --git a/ETL/trunk/test/Makefile.am b/ETL/trunk/test/Makefile.am
new file mode 100644 (file)
index 0000000..5277f51
--- /dev/null
@@ -0,0 +1,23 @@
+# $Header: /opt/voria/cvs/ETL/test/Makefile.am,v 1.1.1.1 2005/01/04 01:31:48 darco Exp $
+
+MAINTAINERCLEANFILES=Makefile.in
+CXXFLAGS=@CXXFLAGS@ -I$(top_srcdir) -I$(top_builddir)
+DEFAULT_INCLUDES=-I$(top_srcdir) -I$(top_builddir)
+TESTS=value fixed clock handle angle random hermite spline stringf pen surface smart_ptr benchmark
+
+check_PROGRAMS=value fixed handle clock angle random hermite spline stringf pen surface smart_ptr benchmark smach
+
+benchmark_SOURCES=benchmark.cpp
+smart_ptr_SOURCES=smart_ptr.cpp
+surface_SOURCES=surface.cpp
+pen_SOURCES=pen.cpp
+handle_SOURCES=handle.cpp
+angle_SOURCES=angle.cpp
+random_SOURCES=random.cpp
+fixed_SOURCES=fixed.cpp
+smach_SOURCES=smach.cpp
+clock_SOURCES=clock.cpp
+hermite_SOURCES=hermite.cpp
+spline_SOURCES=spline.cpp
+stringf_SOURCES=stringf.cpp
+value_SOURCES=value.cpp