Reformat and clean up the automake files
[synfig.git] / synfig-core / trunk / src / modules / mod_particle / 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 = libmod_particle.la
14
15 libmod_particle_la_SOURCES = \
16         random.cpp \
17         random.h \
18         plant.cpp \
19         plant.h \
20         main.cpp 
21
22 libmod_particle_la_CXXFLAGS = \
23         @SYNFIG_CFLAGS@
24
25 libmod_particle_la_LIBADD = \
26         ../../synfig/libsynfig.la \
27         @SYNFIG_LIBS@
28
29 libmod_particle_la_LDFLAGS = \
30         -module \
31         -no-undefined \
32         -avoid-version
33
34
35 EXTRA_DIST = \
36         mod_particle.nsh \
37         unmod_particle.nsh