9f5a80af97925afabc666ec6c03fc8b98dbbccc9
[mesa.git] / src / gallium / drivers / freedreno / Makefile.am
1 include Makefile.sources
2 include $(top_srcdir)/src/gallium/Automake.inc
3
4 noinst_LTLIBRARIES = libfreedreno.la
5
6 AM_CFLAGS = \
7 -Wno-packed-bitfield-compat \
8 -I$(top_srcdir)/src/gallium/drivers \
9 -I$(top_srcdir)/src/gallium/drivers/freedreno/a3xx \
10 -I$(top_srcdir)/src/gallium/drivers/freedreno/a2xx \
11 $(GALLIUM_CFLAGS) \
12 $(FREEDRENO_CFLAGS) \
13 $(VISIBILITY_CFLAGS)
14
15 SUBDIRS = a2xx a3xx
16
17 libfreedreno_la_SOURCES = $(C_SOURCES)
18
19 libfreedreno_la_LIBADD = \
20 a3xx/libfd3xx.la \
21 a2xx/libfd2xx.la
22