From 06ab2f6436e26f77292d53e3ce2fe547d4a79fe3 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 17 Dec 2008 10:41:21 -0800 Subject: libdrm: Fix modetest/modeprint to use automake stuff. --- tests/modeprint/Makefile | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 tests/modeprint/Makefile (limited to 'tests/modeprint/Makefile') 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 -- cgit v1.2.3