Reformat and clean up the automake files
[synfig.git] / synfig-core / trunk / src / modules / lyr_std / Makefile.am
1 # $Id$
2
3 MAINTAINERCLEANFILES = \
4         Makefile.in
5
6 INCLUDES = \
7         -I$(top_builddir) \
8         -I$(top_srcdir)/src
9
10
11 moduledir = @MODULE_DIR@
12
13 module_LTLIBRARIES = liblyr_std.la
14
15 liblyr_std_la_SOURCES = \
16         main.cpp \
17         timeloop.cpp \
18         timeloop.h \
19         warp.cpp \
20         warp.h \
21         xorpattern.cpp \
22         booleancurve.h \
23         booleancurve.cpp \
24         bevel.cpp \
25         bevel.h \
26         shade.cpp \
27         shade.h \
28         twirl.cpp \
29         twirl.h \
30         stretch.cpp \
31         stretch.h \
32         xorpattern.h \
33         clamp.cpp \
34         clamp.h \
35         supersample.cpp \
36         supersample.h \
37         insideout.cpp \
38         insideout.h \
39         julia.cpp \
40         julia.h \
41         rotate.cpp \
42         rotate.h \
43         mandelbrot.cpp \
44         mandelbrot.h \
45         zoom.h \
46         zoom.cpp \
47         import.cpp \
48         import.h \
49         translate.h \
50         translate.cpp \
51         sphere_distort.h \
52         sphere_distort.cpp \
53         curvewarp.cpp
54
55 liblyr_std_la_CXXFLAGS = \
56         @SYNFIG_CFLAGS@
57
58 liblyr_std_la_LIBADD = \
59         ../../synfig/libsynfig.la \
60         @SYNFIG_LIBS@
61
62 liblyr_std_la_LDFLAGS = \
63         -module \
64         -no-undefined \
65         -avoid-version
66
67
68 EXTRA_DIST = \
69         lyr_std.nsh \
70         unlyr_std.nsh