Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / modules / lyr_std / Makefile.am
index 2cfbb76..786d76d 100644 (file)
@@ -1,14 +1,71 @@
 # $Id$
 
+MAINTAINERCLEANFILES = \
+       Makefile.in
 
-MAINTAINERCLEANFILES=Makefile.in
-INCLUDES = -I$(top_builddir) -I$(top_srcdir)/src
+INCLUDES = \
+       -I$(top_builddir) \
+       -I$(top_srcdir)/src
 
-moduledir=@MODULE_DIR@
+
+moduledir = @MODULE_DIR@
 
 module_LTLIBRARIES = liblyr_std.la
-liblyr_std_la_SOURCES = main.cpp timeloop.cpp timeloop.h warp.cpp warp.h xorpattern.cpp booleancurve.h booleancurve.cpp bevel.cpp bevel.h shade.cpp shade.h twirl.cpp twirl.h stretch.cpp stretch.h xorpattern.h clamp.cpp clamp.h supersample.cpp supersample.h insideout.cpp insideout.h julia.cpp julia.h rotate.cpp rotate.h mandelbrot.cpp mandelbrot.h zoom.h zoom.cpp import.cpp import.h translate.h translate.cpp sphere_distort.h sphere_distort.cpp curvewarp.cpp
-liblyr_std_la_CXXFLAGS = @SYNFIG_CFLAGS@
-liblyr_std_la_LIBADD = ../../synfig/libsynfig.la @SYNFIG_LIBS@
-liblyr_std_la_LDFLAGS = -module -no-undefined -avoid-version
-EXTRA_DIST= lyr_std.nsh unlyr_std.nsh
+
+liblyr_std_la_SOURCES = \
+       main.cpp \
+       timeloop.cpp \
+       timeloop.h \
+       warp.cpp \
+       warp.h \
+       xorpattern.cpp \
+       booleancurve.h \
+       booleancurve.cpp \
+       bevel.cpp \
+       bevel.h \
+       shade.cpp \
+       shade.h \
+       twirl.cpp \
+       twirl.h \
+       stretch.cpp \
+       stretch.h \
+       xorpattern.h \
+       clamp.cpp \
+       clamp.h \
+       supersample.cpp \
+       supersample.h \
+       insideout.cpp \
+       insideout.h \
+       julia.cpp \
+       julia.h \
+       rotate.cpp \
+       rotate.h \
+       mandelbrot.cpp \
+       mandelbrot.h \
+       zoom.h \
+       zoom.cpp \
+       import.cpp \
+       import.h \
+       translate.h \
+       translate.cpp \
+       sphere_distort.h \
+       sphere_distort.cpp \
+       curvewarp.cpp \
+       curvewarp.h
+
+liblyr_std_la_CXXFLAGS = \
+       @SYNFIG_CFLAGS@
+
+liblyr_std_la_LIBADD = \
+       ../../synfig/libsynfig.la \
+       @SYNFIG_LIBS@
+
+liblyr_std_la_LDFLAGS = \
+       -module \
+       -no-undefined \
+       -avoid-version
+
+
+EXTRA_DIST = \
+       lyr_std.nsh \
+       unlyr_std.nsh