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