X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fexample%2FMakefile.am;h=1d38d7472f9bac8acccf20481ea54d2798aaeb6c;hb=990f7bb7694e0472ed6ad165e0724864539071cd;hp=e20012fd9e8be1a8e04a6890c57d31e7ed2d9c0b;hpb=16b3beced25134bef064705568ecb893a6be4e79;p=synfig.git diff --git a/synfig-core/trunk/src/modules/example/Makefile.am b/synfig-core/trunk/src/modules/example/Makefile.am index e20012f..1d38d74 100644 --- a/synfig-core/trunk/src/modules/example/Makefile.am +++ b/synfig-core/trunk/src/modules/example/Makefile.am @@ -1,13 +1,34 @@ -# $Header: /opt/voria/cvs/sinfg/src/modules/example/Makefile.am,v 1.1.1.1 2005/01/04 01:23:09 darco Exp $ +# $Id$ +MAINTAINERCLEANFILES = \ + Makefile.in -MAINTAINERCLEANFILES=Makefile.in -INCLUDES = -I$(top_srcdir)/src +INCLUDES = \ + -I$(top_builddir) \ + -I$(top_srcdir)/src -moduledir=@MODULE_DIR@ + +moduledir = @MODULE_DIR@ module_LTLIBRARIES = libexample.la -libexample_la_SOURCES = main.cpp simplecircle.cpp simplecircle.h filledrect.h filledrect.cpp metaballs.h metaballs.cpp -libexample_la_LIBADD = ../../sinfg/libsinfg.la @SINFG_LIBS@ -libexample_la_LDFLAGS = -module -no-undefined -libexample_la_CXXFLAGS = @SINFG_CFLAGS@ + +libexample_la_SOURCES = \ + main.cpp \ + simplecircle.cpp \ + simplecircle.h \ + filledrect.h \ + filledrect.cpp \ + metaballs.h \ + metaballs.cpp + +libexample_la_LIBADD = \ + ../../synfig/libsynfig.la \ + @SYNFIG_LIBS@ + +libexample_la_LDFLAGS = \ + -module \ + -no-undefined \ + -avoid-version + +libexample_la_CXXFLAGS = \ + @SYNFIG_CFLAGS@