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