summaryrefslogtreecommitdiff
path: root/bsd-core/radeon
AgeCommit message (Expand)Author
2006-07-19.cvsignore -> .gitignoreMichel Dänzer
2006-05-17Add the workaround that's in the kernel to suppress GCC's warning aboutEric Anholt
2005-07-20Add latest r300 support from r300.sf.net CVS. Patch submitted by volodya,Eric Anholt
2005-04-26Convert NOMAN to the new preferred spelling NO_MAN to quiet warnings.Eric Anholt
2004-05-09Add .cvsignore files.Eric Anholt
2002-09-23merged r200-0-2-branch to trunkKeith Whitwell
2002-08-30Remove some extra symlinking for kernel module building that hasn't beenEric Anholt
2002-07-05merged bsd-3-0-0-branchAlan Hourihane
2002-01-27Import of XFree86 4.2.0David Dawes
-core/mach64_drv.h \ ../shared-core/mga_drm.h \ ../shared-core/mga_drv.h \ ../shared-core/mga_ucode.h \ ../shared-core/r128_drm.h \ ../shared-core/r128_drv.h \ ../shared-core/radeon_drm.h \ ../shared-core/radeon_drv.h \ ../shared-core/savage_drm.h \ ../shared-core/savage_drv.h \ ../shared-core/sis_drm.h \ ../shared-core/sis_drv.h \ ../shared-core/sis_ds.h \ ../shared-core/tdfx_drv.h \ ../shared-core/via_3d_reg.h \ ../shared-core/via_drm.h \ ../shared-core/via_drv.h \ ../shared-core/via_ds.h \ ../shared-core/via_mm.h \ ../shared-core/via_verifier.h all: libdrm.so libdrm.so: $(OBJECTS) $(CC) -shared -Wl,-hlibdrm.so.1 -o $@ $^ .c.o: $(CC) $(DEFINES) $(CFLAGS) -c -I../shared-core $< clean: rm -f *.a *.o *.so # XXX remove the xf86drm.h compat once this is widely installed install: libdrm.so xf86drm.h $(DRIVER_HEADERS) install -m 755 libdrm.so $(DESTDIR)/lib install -m 644 xf86drm.h $(DESTDIR)/usr/include/libdrm.h install -m 644 xf86drm.h $(DESTDIR)/usr/include/xf86drm.h echo '#warning Including xf86drm.h is deprecated, use libdrm.h' >> \ $(DESTDIR)/usr/include/xf86drm.h mkdir -p -m 755 $(DESTDIR)/usr/include/drm install -m 644 $(DRIVER_HEADERS) $(DESTDIR)/usr/include/drm