blob: 8acd36ac865b2de0dc23af33a93a27f1d38d6d81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
include Makefile.sources
noinst_LIBRARIES = libr600.a
AM_CFLAGS = \
-I$(top_srcdir)/src/gallium/include \
-I$(top_srcdir)/src/gallium/auxiliary \
-I$(top_srcdir)/src/gallium/drivers \
-I$(top_srcdir)/include \
$(RADEON_CFLAGS) \
$(DEFINES) \
$(ASM_FLAGS) \
$(PIC_FLAGS) \
$(VISIBILITY_CFLAGS)
libr600_a_SOURCES = \
$(C_SOURCES)
|