projects
/
synfig.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Delete svn tags. We don't need them in git
[synfig.git]
/
synfig-core
/
trunk
/
src
/
tool
/
Makefile.am
1
# $Id$
2
3
MAINTAINERCLEANFILES = \
4
Makefile.in
5
6
EXTRA_DIST = \
7
tool.nsh
8
9
INCLUDES = \
10
-I$(top_builddir) \
11
-I$(top_srcdir)/src
12
13
14
bin_PROGRAMS = \
15
synfig
16
17
18
synfig_SOURCES = \
19
main.cpp
20
21
synfig_LDADD = \
22
../synfig/libsynfig.la \
23
@SYNFIG_LIBS@ \
24
@OPENEXR_HALF_LIBS@
25
26
synfig_CXXFLAGS = \
27
@SYNFIG_CFLAGS@