blob: 29b8d73de227e7ccad3c4499eebe472c15f09f94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Meta-driver which combines whichever software rasterizers have been
# built into a single convenience library.
TOP = ../../../..
include $(TOP)/configs/current
LIBNAME = noop
C_SOURCES = \
noop_pipe.c \
noop_state.c
include ../../Makefile.template
|