summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2012-07-04 00:28:42 -0400
committerKristian Høgsberg <krh@bitplanet.net>2012-07-04 00:28:42 -0400
commit1a722068d20f4d58ee457d4ba93d540a7d3cde45 (patch)
treeb3c62b5192835ca907ecefb29f3e84ddd0bf19ff /Makefile
initial simple-yuv commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..9cd8332
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,11 @@
+CFLAGS = $(shell pkg-config --cflags wayland-client libdrm_intel) -Wall -g
+LDFLAGS = $(shell pkg-config --libs wayland-client libdrm_intel)
+
+all : simple-yuv webcam
+
+simple-yuv : simple-yuv.o wayland-drm-protocol.o
+
+webcam : webcam.o
+
+clean :
+ rm *.o simple-yuv webcam