X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Flyr_std%2FMakefile.am;fp=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Flyr_std%2FMakefile.am;h=0000000000000000000000000000000000000000;hb=a095981e18cc37a8ecc7cd237cc22b9c10329264;hp=786d76d5f29634bda7ed493d22122ba402d695b9;hpb=9459638ad6797b8139f1e9f0715c96076dbf0890;p=synfig.git diff --git a/synfig-core/trunk/src/modules/lyr_std/Makefile.am b/synfig-core/trunk/src/modules/lyr_std/Makefile.am deleted file mode 100644 index 786d76d..0000000 --- a/synfig-core/trunk/src/modules/lyr_std/Makefile.am +++ /dev/null @@ -1,71 +0,0 @@ -# $Id$ - -MAINTAINERCLEANFILES = \ - Makefile.in - -INCLUDES = \ - -I$(top_builddir) \ - -I$(top_srcdir)/src - - -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 \ - 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