Reformat and clean up the automake files
[synfig.git] / synfig-core / trunk / src / modules / mod_geometry / Makefile.am
1 # $Id$
2
3 MAINTAINERCLEANFILES = \
4         Makefile.in
5
6 INCLUDES = \
7         -I$(top_builddir) \
8         -I$(top_srcdir)/src
9
10 # GCC on MacOS X does not take kindly to the -ffastmath optimization
11 # in this module for some reason.
12 AM_CXXFLAGS = \
13         `echo @CXXFLAGS@ | sed s/-ffast-math//g`
14
15
16 moduledir = @MODULE_DIR@
17
18 module_LTLIBRARIES = \
19         libmod_geometry.la
20
21 libmod_geometry_la_SOURCES = \
22         rectangle.cpp \
23         rectangle.h \
24         star.h \
25         star.cpp \
26         checkerboard.cpp \
27         checkerboard.h \
28         circle.cpp \
29         circle.h \
30         region.h \
31         region.cpp \
32         outline.h \
33         outline.cpp \
34         main.cpp 
35
36 libmod_geometry_la_CXXFLAGS = \
37         @SYNFIG_CFLAGS@
38
39 libmod_geometry_la_LIBADD = \
40         ../../synfig/libsynfig.la \
41         @SYNFIG_LIBS@
42
43 libmod_geometry_la_LDFLAGS = \
44         -module \
45         -no-undefined \
46         -avoid-version
47
48
49 EXTRA_DIST = \
50         mod_geometry.nsh \
51         unmod_geometry.nsh