blob: 2713a62ee9f92b6cbe0872980e5afe55c7fc9032 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Meta-driver which combines whichever software rasterizers have been
# built into a single convenience library.
TOP = ../../../..
include $(TOP)/configs/current
C_SOURCES = \
sw.c
include ../../Makefile.template
|