Home | History | Annotate | Line # | Download | only in xf86-video-chips
Makefile revision 1.4
      1 #	$NetBSD: Makefile,v 1.4 2008/09/01 04:04:04 mrg Exp $
      2 
      3 DRIVER=		xf86-video-chips
      4 DRIVER_NAME=	chips_drv
      5 
      6 SRCS=		ct_accel.c ct_bank.c ct_cursor.c ct_ddc.c ct_dga.c
      7 SRCS+=		ct_driver.c ct_regs.c ct_shadow.c ct_video.c
      8 SRCS+=		ct_accelmm.c ct_accelhi.c
      9 MAN=		chips.4
     10 
     11 CPPFLAGS.ct_driver.c=	-DVERSION=${PACKAGE_MAJOR}
     12 CPPFLAGS.ct_accelmm.c=	-DCHIPS_MMIO -I${X11SRCDIR.${DRIVER}}/src
     13 CPPFLAGS.ct_accelhi.c=	-DCHIPS_MMIO -DCHIPS_HIQV -I${X11SRCDIR.${DRIVER}}/src
     14 
     15 BUILDSYMLINKS=	ct_accel.c ct_accelmm.c \
     16 		ct_accel.c ct_accelhi.c
     17 
     18 .include "../Makefile.xf86-driver"
     19