Remove ancient trunk folder from svn repository
[synfig.git] / synfig-core / 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         curvewarp.h
55
56 liblyr_std_la_CXXFLAGS = \
57         @SYNFIG_CFLAGS@
58
59 liblyr_std_la_LIBADD = \
60         ../../synfig/libsynfig.la \
61         @SYNFIG_LIBS@
62
63 liblyr_std_la_LDFLAGS = \
64         -module \
65         -no-undefined \
66         -avoid-version
67
68
69 EXTRA_DIST = \
70         lyr_std.nsh \
71         unlyr_std.nsh