Home | History | Annotate | Line # | Download | only in xf86-video-crime
Makefile revision 1.2
      1  1.2  christos #	$NetBSD: Makefile,v 1.2 2011/05/23 02:48:48 christos Exp $
      2  1.1  macallan 
      3  1.1  macallan DRIVER=		xf86-video-crime
      4  1.1  macallan DRIVER_NAME=	crime_drv
      5  1.1  macallan 
      6  1.1  macallan SRCS=		crime_driver.c crime_cursor.c crime_accel.c
      7  1.1  macallan MAN=		crime.4
      8  1.1  macallan 
      9  1.1  macallan CFLAGS+=	-march=mips3
     10  1.2  christos CPPFLAGS+=	-I${X11SRCDIR.xorg-server}/fb
     11  1.1  macallan 
     12  1.1  macallan .include "../Makefile.xf86-driver"
     13