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