• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1################################################################################
2
3# Meta-driver which combines whichever software rasterizers have been
4# built into a single convenience library.
5
6include Makefile.sources
7include $(top_srcdir)/src/gallium/Automake.inc
8
9AM_CFLAGS = \
10	$(GALLIUM_DRIVER_CFLAGS)
11
12noinst_LTLIBRARIES = libnoop.la
13
14libnoop_la_SOURCES = $(C_SOURCES)
15
16EXTRA_DIST = SConscript meson.build
17