diff options
author | Eric Anholt <eric@anholt.net> | 2008-12-17 10:41:21 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2008-12-17 10:41:21 -0800 |
commit | 06ab2f6436e26f77292d53e3ce2fe547d4a79fe3 (patch) | |
tree | be15ec3e883e05745d767aef0a853bc955f5f664 /tests/modeprint/Makefile | |
parent | 18f091d136cd44ab397817f8a3e89c21e9561a31 (diff) |
libdrm: Fix modetest/modeprint to use automake stuff.
Diffstat (limited to 'tests/modeprint/Makefile')
-rw-r--r-- | tests/modeprint/Makefile | 14 |
1 files changed, 0 insertions, 14 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 |