r600g: Use automake to generate Makefile
[mesa.git] / src / gallium / drivers / r600 / Makefile.am
1 include Makefile.sources
2
3 noinst_LIBRARIES = libr600.a
4
5 AM_CFLAGS = \
6 -I$(top_srcdir)/src/gallium/include \
7 -I$(top_srcdir)/src/gallium/auxiliary \
8 -I$(top_srcdir)/src/gallium/drivers \
9 -I$(top_srcdir)/include \
10 $(RADEON_CFLAGS) \
11 $(DEFINES) \
12 $(ASM_FLAGS) \
13 $(PIC_FLAGS) \
14 $(VISIBILITY_CFLAGS)
15
16 libr600_a_SOURCES = \
17 $(C_SOURCES)