summaryrefslogtreecommitdiff
path: root/saedit/Makefile
diff options
context:
space:
mode:
authorVasily_Makarov <danilka.pro@gmail.com>2011-06-09 18:17:08 +0400
committerVasily_Makarov <danilka.pro@gmail.com>2011-06-09 18:17:08 +0400
commitfae8a3bcd2f31afb357fcf83beb9a7cd6d4bc400 (patch)
treecafd334e75b8b369912c7ab89953f12a2b73816a /saedit/Makefile
parent9bb81baee05bb38cf80c8ef10d4db94b307f6eea (diff)
downloadevol-tools-fae8a3bcd2f31afb357fcf83beb9a7cd6d4bc400.tar.gz
evol-tools-fae8a3bcd2f31afb357fcf83beb9a7cd6d4bc400.tar.bz2
evol-tools-fae8a3bcd2f31afb357fcf83beb9a7cd6d4bc400.tar.xz
evol-tools-fae8a3bcd2f31afb357fcf83beb9a7cd6d4bc400.zip
Add Sprite Animation Editor in /saedit
Diffstat (limited to 'saedit/Makefile')
-rw-r--r--saedit/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/saedit/Makefile b/saedit/Makefile
new file mode 100644
index 0000000..772012e
--- /dev/null
+++ b/saedit/Makefile
@@ -0,0 +1,8 @@
+GTK_FLAGS = $(shell pkg-config gtk+-2.0 --cflags --libs) $(shell pkg-config gtksourceview-2.0 --cflags --libs)
+IBUS_FLAGS = $(shell pkg-config ibus-1.0 --cflags --libs)
+OUTPUT = saedit
+all:compile clean
+compile:
+ gcc ${CFLAGS} ${GTK_FLAGS} ${IBUS_FLAGS} ${LDFLAGS} main.c -o '${OUTPUT}'
+clean:
+ rm -rfv *.o~ *.c~ *.h~