[Xcb-commit] xcb-demo

Ian Osgood iano at kemper.freedesktop.org
Sat Mar 18 10:37:18 PST 2006


 xcb-demo/neko/.gitignore |    1 +
 xcb-demo/neko/Makefile   |    7 +++++++
 2 files changed, 8 insertions(+)

New commits:
diff-tree 25133fa15f79d49f4becf6b4902653c0b61a6abe (from d19900ced1a22905767ceb7abd0063ab7e81bcc3)
Author: Ian Osgood <iano at quirkster.com>
Date:   Sat Mar 18 10:36:50 2006 -0800

    Don't ignore Makefile until this gets autotooled.

diff --git a/xcb-demo/neko/.gitignore b/xcb-demo/neko/.gitignore
index cc463c2..4cb25d3 100644
--- a/xcb-demo/neko/.gitignore
+++ b/xcb-demo/neko/.gitignore
@@ -1 +1,2 @@
 xcbneko
+!Makefile
diff --git a/xcb-demo/neko/Makefile b/xcb-demo/neko/Makefile
new file mode 100644
index 0000000..de7ac0b
--- /dev/null
+++ b/xcb-demo/neko/Makefile
@@ -0,0 +1,7 @@
+CFLAGS = -g -Wall -Wpointer-arith -Wstrict-prototypes
+LIBS = -lxcb -lXCBAux -lXCBICCCM -lXCBAtom
+
+xcbneko:	xcbneko.c
+	$(CC) $(CFLAGS) xcbneko.c $(LIBS) -o xcbneko
+
+all:	xcbneko


More information about the xcb-commit mailing list