blob: 17572c310366613cc279f25b3dcba8c04653827e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
################################################################################
# Meta-driver which combines whichever software rasterizers have been
# built into a single convenience library.
include Makefile.sources
include $(top_srcdir)/src/gallium/Automake.inc
AM_CFLAGS = \
$(GALLIUM_DRIVER_CFLAGS)
noinst_LTLIBRARIES = libgalahad.la
libgalahad_la_SOURCES = $(C_SOURCES)
|