2007-02-02 05:10:24 +03:00
|
|
|
# $NetBSD: files.rasops,v 1.12 2007/02/02 02:10:24 ober Exp $
|
1999-04-13 04:17:57 +04:00
|
|
|
|
1999-06-05 14:42:11 +04:00
|
|
|
# Note: `rasops_glue' is only here to force the header file's name
|
|
|
|
# hence it must be mentioned first (shudder...)
|
|
|
|
file dev/rasops/rasops.c ( (rasops_glue |
|
2001-01-21 16:50:58 +03:00
|
|
|
rasops1 | rasops2 | rasops4 | rasops8 | rasops15 | rasops16 | rasops24 |
|
2007-02-02 05:10:24 +03:00
|
|
|
rasops32 | rasops_rotation) &
|
1999-06-05 14:42:11 +04:00
|
|
|
(rasterconsole | wsdisplay)) needs-flag
|
1999-04-26 08:27:47 +04:00
|
|
|
|
2005-02-27 03:26:58 +03:00
|
|
|
file dev/rasops/rasops_masks.c ((rasterconsole | wsdisplay) &
|
2001-02-15 12:51:28 +03:00
|
|
|
(rasops1 | rasops2 | rasops4))
|
1999-06-03 03:24:54 +04:00
|
|
|
file dev/rasops/rasops1.c ((rasterconsole | wsdisplay) & rasops1)
|
|
|
|
file dev/rasops/rasops2.c ((rasterconsole | wsdisplay) & rasops2)
|
2001-01-21 16:50:58 +03:00
|
|
|
file dev/rasops/rasops4.c ((rasterconsole | wsdisplay) & rasops4)
|
1999-06-03 03:24:54 +04:00
|
|
|
file dev/rasops/rasops8.c ((rasterconsole | wsdisplay) & rasops8)
|
|
|
|
file dev/rasops/rasops15.c ((rasterconsole | wsdisplay) & (rasops15 | rasops16))
|
|
|
|
file dev/rasops/rasops24.c ((rasterconsole | wsdisplay) & rasops24)
|
|
|
|
file dev/rasops/rasops32.c ((rasterconsole | wsdisplay) & rasops32)
|
1999-04-26 08:27:47 +04:00
|
|
|
|
2001-11-28 13:21:10 +03:00
|
|
|
defflag opt_rasops.h RASOPS_CLIPPING RASOPS_SMALL
|