blob: fefcde40708392e1102020060b28ea007cdf2dc9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: files.rasops,v 1.6 2000/04/20 18:23:38 thorpej Exp $
# 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 |
rasops1 | rasops2 | rasops8 | rasops15 | rasops16 | rasops24 | rasops32) &
(rasterconsole | wsdisplay)) needs-flag
file dev/rasops/rasops_masks.c ((rasterconsole | wsdisplay) &
(rasops1 | rasops2))
file dev/rasops/rasops1.c ((rasterconsole | wsdisplay) & rasops1)
file dev/rasops/rasops2.c ((rasterconsole | wsdisplay) & rasops2)
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)
defopt opt_rasops.h RASOPS_CLIPPING RASOPS_SMALL
|