From a2254c5a9670a3e865f0eb5acd46e905c9b146ce Mon Sep 17 00:00:00 2001
From: Jakob Bornecrantz <jakob@tungstengraphics.com>
Date: Mon, 28 Jan 2008 03:12:29 +0100
Subject: Added cursor support

---
 tests/modefb/Makefile | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 tests/modefb/Makefile

(limited to 'tests/modefb/Makefile')

diff --git a/tests/modefb/Makefile b/tests/modefb/Makefile
new file mode 100644
index 00000000..84c6c86a
--- /dev/null
+++ b/tests/modefb/Makefile
@@ -0,0 +1,14 @@
+
+all: app
+
+#CFLAGS = -g -ansi -pedantic -DPOSIX_C_SOURCE=199309L \
+#        -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE \
+
+app: demo.c
+	@gcc $(CFLAGS) -o app -Wall demo.c
+
+clean:
+	@rm -f app
+
+run: app
+	sudo ./test
-- 
cgit v1.2.3


From 841ef9eb8da8058d6495e9f8e1b14af2709dfaa1 Mon Sep 17 00:00:00 2001
From: Jakob Bornecrantz <jakob@aurora.(none)>
Date: Wed, 30 Jan 2008 15:47:26 +0100
Subject: ModeFB demo now display cursor

---
 tests/modefb/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'tests/modefb/Makefile')

diff --git a/tests/modefb/Makefile b/tests/modefb/Makefile
index 84c6c86a..467fb11a 100644
--- a/tests/modefb/Makefile
+++ b/tests/modefb/Makefile
@@ -5,7 +5,7 @@ all: app
 #        -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE \
 
 app: demo.c
-	@gcc $(CFLAGS) -o app -Wall demo.c
+	@gcc $(CFLAGS) -o app -Wall -I../../libdrm -I../../shared-core -L../../libdrm/.libs -ldrm demo.c
 
 clean:
 	@rm -f app
-- 
cgit v1.2.3