From 0f3c0ff17bad8da9dcb504560ad691db8294f6c9 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sun, 21 Sep 2014 16:46:39 +0100 Subject: gallium/softpipe,llvmpipe: add automake target 'templates' Rather than duplicating the libdeps, extra define... all over the targets, define them only once and use when applicable. Signed-off-by: Emil Velikov Acked-by: Matt Turner --- src/gallium/drivers/llvmpipe/Automake.inc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/gallium/drivers/llvmpipe/Automake.inc (limited to 'src/gallium/drivers/llvmpipe') diff --git a/src/gallium/drivers/llvmpipe/Automake.inc b/src/gallium/drivers/llvmpipe/Automake.inc new file mode 100644 index 00000000000..0a0aa34e74a --- /dev/null +++ b/src/gallium/drivers/llvmpipe/Automake.inc @@ -0,0 +1,7 @@ +if HAVE_GALLIUM_LLVMPIPE + +TARGET_CPPFLAGS += -DGALLIUM_LLVMPIPE +TARGET_LIB_DEPS += \ + $(top_builddir)/src/gallium/drivers/llvmpipe/libllvmpipe.la + +endif -- cgit v1.2.3