summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-08-22 03:34:09 +0200
committerLennart Poettering <lennart@poettering.net>2007-08-22 03:34:09 +0200
commita4084a94e8c612b33b24e55086304978a392ab0e (patch)
tree54435057c6503eb446dad3cd5319a7359eaaf72b /Makefile
Initial commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..c21ca57
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
+CFLAGS=-Wall -Wextra -W -O0 -g -pipe -Wno-unused-parameter `pkg-config --cflags dbus-glib-1 glib-2.0 gtk+-2.0 xtst`
+LIBS=`pkg-config --libs dbus-glib-1 glib-2.0 gtk+-2.0 xtst`
+
+mango-lassi: lassi-server.o lassi-grab.o lassi-osd.o lassi-order.o lassi-clipboard.o *.h
+ $(CC) $^ -o $@ $(LIBS) $(CFLAGS)
+
+clean:
+ rm -f *.o mango-lassi