From 5435708a50beb0368ed6694695ac89f9a8d49c07 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Mon, 21 Jan 2013 23:02:36 +0000 Subject: build: Only build the assembler if flex and bison are found And start displaying a nice summary of what we are going to compile. Signed-off-by: Damien Lespiau --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a8062329..67b6563f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,11 @@ ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I m4 -SUBDIRS = lib man tools scripts benchmarks demos assembler +SUBDIRS = lib man tools scripts benchmarks demos + +if BUILD_ASSEMBLER +SUBDIRS += assembler +endif if BUILD_SHADER_DEBUGGER SUBDIRS += debugger -- cgit v1.2.3