aboutsummaryrefslogtreecommitdiff
path: root/tests/modeprint
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-12-17 10:41:21 -0800
committerEric Anholt <eric@anholt.net>2008-12-17 10:41:21 -0800
commit06ab2f6436e26f77292d53e3ce2fe547d4a79fe3 (patch)
treebe15ec3e883e05745d767aef0a853bc955f5f664 /tests/modeprint
parent18f091d136cd44ab397817f8a3e89c21e9561a31 (diff)
libdrm: Fix modetest/modeprint to use automake stuff.
Diffstat (limited to 'tests/modeprint')
-rw-r--r--tests/modeprint/Makefile14
-rw-r--r--tests/modeprint/Makefile.am13
-rw-r--r--tests/modeprint/test1
3 files changed, 13 insertions, 15 deletions
diff --git a/tests/modeprint/Makefile b/tests/modeprint/Makefile
deleted file mode 100644
index 70788dc9..00000000
--- a/tests/modeprint/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-
-all: app
-
-#CFLAGS = -g -ansi -pedantic -DPOSIX_C_SOURCE=199309L \
-# -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE \
-
-app: modeprint.c
- @gcc $(CFLAGS) -o app -Wall -I../../libdrm -I../../shared-core -L../../libdrm/.libs -ldrm modeprint.c
-
-clean:
- @rm -f app
-
-run: app
- @sudo ./test
diff --git a/tests/modeprint/Makefile.am b/tests/modeprint/Makefile.am
new file mode 100644
index 00000000..77f8ec78
--- /dev/null
+++ b/tests/modeprint/Makefile.am
@@ -0,0 +1,13 @@
+AM_CFLAGS = \
+ -I$(top_srcdir)/shared-core \
+ -I$(top_srcdir)/libdrm/intel/ \
+ -I$(top_srcdir)/libdrm
+
+noinst_PROGRAMS = \
+ modeprint
+
+modeprint_SOURCES = \
+ modeprint.c
+modeprint_LDADD = \
+ $(top_builddir)/libdrm/libdrm.la \
+ $(top_builddir)/libdrm/intel/libdrm_intel.la
diff --git a/tests/modeprint/test b/tests/modeprint/test
deleted file mode 100644
index bd1952cc..00000000
--- a/tests/modeprint/test
+++ /dev/null
@@ -1 +0,0 @@
-LD_PRELOAD=../../libdrm/.libs/libdrm.so ./app $@