Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-30 | Final pass of libdrm.so work: | Adam Jackson | |
- Add $(DESTDIR) for distributors doing package creation - Remove OS-specific include path from build - Add /usr/include/drm for driver-kernel API - Install all of shared-core/*.h in /usr/include/drm - Rename xf86drm.h to libdrm.h since we're not X biased anymore - Include backwards compat for xf86drm.h name, with a warning - Fix libdrm source to account for drm.h living in /usr/include/drm | |||
2005-01-22 | Add drm.h to the install target. | Adam Jackson | |
2005-01-17 | Add xf86drm.h to the install target. | Adam Jackson | |
2005-01-16 | Shared libdrm work: | Adam Jackson | |
- create libdrm.so target - build it by default - drop xf86drmCompat.c from the build - make 'clean' target never fail - use pattern rules for .c -> .o for parallelism - add 'install' target | |||
2004-11-07 | respect cc and cflags | Dave Airlie | |
2004-09-17 | Makefile and missing file to build libxf86drm.a | Jon Smirl | |