mesa: Drop inclusion of glapi_gen.mk.
authorMatt Turner <mattst88@gmail.com>
Thu, 18 Dec 2014 03:46:22 +0000 (19:46 -0800)
committerMatt Turner <mattst88@gmail.com>
Fri, 23 Jan 2015 22:28:43 +0000 (14:28 -0800)
Some glapi headers used to be generated from this Makefile.am, but no
longer.

src/mesa/Makefile.am

index ac142fd33b998d11dd736887cc0ad8de3bff7511..8e7ef0bc7e4b91baa81e665731272aaaf9ae4e4f 100644 (file)
@@ -55,10 +55,6 @@ $(BUILDDIR)main/git_sha1.h: $(BUILDDIR)main/git_sha1.h.tmp
                rm main/git_sha1.h.tmp ;\
        fi
 
-# include glapi_gen.mk for generating glapi headers for GLES
-GLAPI = $(top_srcdir)/src/mapi/glapi/gen
-include $(GLAPI)/glapi_gen.mk
-
 BUILDDIR = $(builddir)/
 include Makefile.sources
 
@@ -96,7 +92,7 @@ CLEANFILES = \
 
 GET_HASH_GEN = main/get_hash_generator.py
 
-main/get_hash.h: $(GLAPI)/gl_and_es_API.xml main/get_hash_params.py    \
+main/get_hash.h: ../mapi/glapi/gen/gl_and_es_API.xml main/get_hash_params.py   \
                 $(GET_HASH_GEN) Makefile
        $(AM_V_GEN)set -e;                                              \
        $(PYTHON2) $(PYTHON_FLAGS) $(srcdir)/$(GET_HASH_GEN)            \