projects
/
synfig.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update Mirror Tool
[synfig.git]
/
synfig-core
/
src
/
modules
/
example
/
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 = libexample.la
14
15
libexample_la_SOURCES = \
16
main.cpp \
17
simplecircle.cpp \
18
simplecircle.h \
19
filledrect.h \
20
filledrect.cpp \
21
metaballs.h \
22
metaballs.cpp
23
24
libexample_la_LIBADD = \
25
../../synfig/libsynfig.la \
26
@SYNFIG_LIBS@
27
28
libexample_la_LDFLAGS = \
29
-module \
30
-no-undefined \
31
-avoid-version
32
33
libexample_la_CXXFLAGS = \
34
@SYNFIG_CFLAGS@