aboutsummaryrefslogtreecommitdiff
path: root/tests/modetest/Makefile
blob: 8583ae82a5c0c17a613e5412e717b9010f354991 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

all: app

#CFLAGS = -g -ansi -pedantic -DPOSIX_C_SOURCE=199309L \
#        -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE \

app: modetest.c
	gcc $(CFLAGS) -o app -Wall -I../../libdrm -I../../libdrm/intel -I../../shared-core -L../../libdrm/.libs -L../../libdrm/intel/.libs -ldrm -ldrm_intel modetest.c

clean:
	@rm -f app

run: app
	sudo ./test