From 993a75a5d148cb0a93bbed677b550bfb4d57fe4a Mon Sep 17 00:00:00 2001 From: Jon Smirl Date: Fri, 17 Sep 2004 20:01:59 +0000 Subject: Makefile and missing file to build libxf86drm.a --- libdrm/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libdrm/Makefile (limited to 'libdrm/Makefile') diff --git a/libdrm/Makefile b/libdrm/Makefile new file mode 100644 index 00000000..cc62b54a --- /dev/null +++ b/libdrm/Makefile @@ -0,0 +1,12 @@ +SOURCES = xf86drm.c xf86drmCompat.c xf86drmHash.c xf86drmRandom.c xf86drmSL.c +OBJECTS = xf86drm.o xf86drmCompat.o xf86drmHash.o xf86drmRandom.o xf86drmSL.o + +libxf86drm.a: $(OBJECTS) + ar rc $@ $+ + ranlib $@ + +$(OBJECTS): $(SOURCES) + gcc -c -I../shared -I../linux $+ + +clean: + rm *.a *.o -- cgit v1.2.3