X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_geometry%2FMakefile.am;fp=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_geometry%2FMakefile.am;h=0000000000000000000000000000000000000000;hb=a095981e18cc37a8ecc7cd237cc22b9c10329264;hp=335bb1cfab29b20242b01c62f8df843023fc8bd5;hpb=9459638ad6797b8139f1e9f0715c96076dbf0890;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_geometry/Makefile.am b/synfig-core/trunk/src/modules/mod_geometry/Makefile.am deleted file mode 100644 index 335bb1c..0000000 --- a/synfig-core/trunk/src/modules/mod_geometry/Makefile.am +++ /dev/null @@ -1,51 +0,0 @@ -# $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