Home | History | Annotate | Line # | Download | only in xf86-video-nsc
Makefile revision 1.3.6.2
      1  1.3.6.2  haad #	$NetBSD: Makefile,v 1.3.6.2 2008/10/19 22:41:16 haad Exp $
      2  1.3.6.2  haad 
      3  1.3.6.2  haad DRIVER=		xf86-video-nsc
      4  1.3.6.2  haad DRIVER_NAME=	nsc_drv
      5  1.3.6.2  haad 
      6  1.3.6.2  haad SRCS=		durango.c nsc_driver.c nsc_galstub.c nsc_gx1_accel.c
      7  1.3.6.2  haad SRCS+=		nsc_gx1_cursor.c nsc_gx1_dga.c nsc_gx1_driver.c
      8  1.3.6.2  haad SRCS+=		nsc_gx1_shadow.c nsc_gx1_video.c nsc_gx2_accel.c
      9  1.3.6.2  haad SRCS+=		nsc_gx2_cursor.c nsc_gx2_dga.c nsc_gx2_driver.c
     10  1.3.6.2  haad SRCS+=		nsc_gx2_shadow.c nsc_gx2_video.c panel.c
     11  1.3.6.2  haad MAN=		nsc.4
     12  1.3.6.2  haad 
     13  1.3.6.2  haad CPPFLAGS+=	-I${X11SRCDIR.${DRIVER}}/src/gfx
     14  1.3.6.2  haad CPPFLAGS+=	-I${X11SRCDIR.${DRIVER}}/src/panel
     15  1.3.6.2  haad 
     16  1.3.6.2  haad .include "../Makefile.xf86-driver"
     17