gallium/tests: remove unneeded include paths
[mesa.git] / src / gallium / tests / trivial / Makefile.am
1 include $(top_srcdir)/src/gallium/Automake.inc
2
3 PIPE_SRC_DIR = $(top_builddir)/src/gallium/targets/pipe-loader
4
5 AM_CFLAGS = \
6 $(GALLIUM_CFLAGS)
7
8 LDADD = \
9 $(top_builddir)/src/gallium/auxiliary/pipe-loader/libpipe_loader.la \
10 $(top_builddir)/src/gallium/auxiliary/libgallium.la \
11 $(top_builddir)/src/util/libmesautil.la \
12 $(GALLIUM_PIPE_LOADER_WINSYS_LIBS) \
13 $(GALLIUM_COMMON_LIB_DEPS)
14
15 noinst_PROGRAMS = compute tri quad-tex
16
17 compute_SOURCES = compute.c
18
19 tri_SOURCES = tri.c
20
21 quad_tex_SOURCES = quad-tex.c
22
23 clean-local:
24 -rm -f result.bmp