gallium/tests: do not link against libudev
[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 AM_CPPFLAGS = \
9 -I$(top_srcdir)/src/gallium/drivers \
10 -I$(top_srcdir)/src/gallium/winsys \
11 -DPIPE_SEARCH_DIR=\"$(PIPE_SRC_DIR)/.libs\" \
12 $(GALLIUM_PIPE_LOADER_DEFINES)
13
14 LDADD = $(GALLIUM_PIPE_LOADER_LIBS) \
15 $(top_builddir)/src/gallium/auxiliary/pipe-loader/libpipe_loader.la \
16 $(top_builddir)/src/gallium/winsys/sw/null/libws_null.la \
17 $(top_builddir)/src/gallium/auxiliary/libgallium.la \
18 $(DLOPEN_LIBS) \
19 $(PTHREAD_LIBS) \
20 -lm
21
22 noinst_PROGRAMS = compute tri quad-tex
23
24 compute_SOURCES = compute.c
25
26 tri_SOURCES = tri.c
27
28 quad_tex_SOURCES = quad-tex.c
29
30 clean-local:
31 -rm -f result.bmp