From 723511bb32900a8e2f463a2622c7e9a908f64583 Mon Sep 17 00:00:00 2001 From: Kristian Høgsberg Date: Mon, 3 May 2010 08:32:56 -0400 Subject: Generate es glapi files when es1 or es2 is enabled --- src/mesa/es/glapi/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/mesa/es') diff --git a/src/mesa/es/glapi/Makefile b/src/mesa/es/glapi/Makefile index a388f073cf4..fea55594fda 100644 --- a/src/mesa/es/glapi/Makefile +++ b/src/mesa/es/glapi/Makefile @@ -29,7 +29,10 @@ ES2_DEPS = $(ES2_APIXML) base2_API.xml es2_EXT.xml es_EXT.xml \ ES1_OUTPUTS := $(addprefix $(ES1_OUTPUT_DIR)/, $(OUTPUTS)) ES2_OUTPUTS := $(addprefix $(ES2_OUTPUT_DIR)/, $(OUTPUTS)) -all: $(ES1_OUTPUTS) $(ES2_OUTPUTS) +all: es1 es2 + +es1: $(ES1_OUTPUTS) +es2: $(ES2_OUTPUTS) $(ES1_OUTPUTS): APIXML := $(ES1_APIXML) $(ES2_OUTPUTS): APIXML := $(ES2_APIXML) -- cgit v1.2.3