Remove ancient trunk folder from svn repository
[synfig.git] / synfig-core / src / modules / mod_geometry / Makefile.am
diff --git a/synfig-core/src/modules/mod_geometry/Makefile.am b/synfig-core/src/modules/mod_geometry/Makefile.am
new file mode 100644 (file)
index 0000000..335bb1c
--- /dev/null
@@ -0,0 +1,51 @@
+# $Id$
+
+MAINTAINERCLEANFILES = \
+       Makefile.in
+
+INCLUDES = \
+       -I$(top_builddir) \
+       -I$(top_srcdir)/src
+
+# GCC on MacOS X does not take kindly to the -ffastmath optimization
+# in this module for some reason.
+AM_CXXFLAGS = \
+       `echo @CXXFLAGS@ | sed s/-ffast-math//g`
+
+
+moduledir = @MODULE_DIR@
+
+module_LTLIBRARIES = \
+       libmod_geometry.la
+
+libmod_geometry_la_SOURCES = \
+       rectangle.cpp \
+       rectangle.h \
+       star.h \
+       star.cpp \
+       checkerboard.cpp \
+       checkerboard.h \
+       circle.cpp \
+       circle.h \
+       region.h \
+       region.cpp \
+       outline.h \
+       outline.cpp \
+       main.cpp 
+
+libmod_geometry_la_CXXFLAGS = \
+       @SYNFIG_CFLAGS@
+
+libmod_geometry_la_LIBADD = \
+       ../../synfig/libsynfig.la \
+       @SYNFIG_LIBS@
+
+libmod_geometry_la_LDFLAGS = \
+       -module \
+       -no-undefined \
+       -avoid-version
+
+
+EXTRA_DIST = \
+       mod_geometry.nsh \
+       unmod_geometry.nsh