Home | History | Annotate | Line # | Download | only in rasops
files.rasops revision 1.6
      1  1.6   thorpej # 	$NetBSD: files.rasops,v 1.6 2000/04/20 18:23:38 thorpej Exp $
      2  1.1        ad 
      3  1.4        pk # Note: `rasops_glue' is only here to force the header file's name
      4  1.4        pk #       hence it must be mentioned first  (shudder...)
      5  1.4        pk file dev/rasops/rasops.c ( (rasops_glue |
      6  1.4        pk     rasops1 | rasops2 | rasops8 | rasops15 | rasops16 | rasops24 | rasops32) &
      7  1.4        pk     (rasterconsole | wsdisplay)) needs-flag
      8  1.2        ad 
      9  1.3  christos file dev/rasops/rasops_masks.c ((rasterconsole | wsdisplay) & 
     10  1.3  christos     (rasops1 | rasops2))
     11  1.3  christos file dev/rasops/rasops1.c ((rasterconsole | wsdisplay) & rasops1)
     12  1.3  christos file dev/rasops/rasops2.c ((rasterconsole | wsdisplay) & rasops2)
     13  1.3  christos file dev/rasops/rasops8.c ((rasterconsole | wsdisplay) & rasops8)
     14  1.3  christos file dev/rasops/rasops15.c ((rasterconsole | wsdisplay) & (rasops15 | rasops16))
     15  1.3  christos file dev/rasops/rasops24.c ((rasterconsole | wsdisplay) & rasops24)
     16  1.3  christos file dev/rasops/rasops32.c ((rasterconsole | wsdisplay) & rasops32)
     17  1.2        ad 
     18  1.5        ad defopt opt_rasops.h 	RASOPS_CLIPPING RASOPS_SMALL
     19