automake: Convert src/mapi/glapi/gen/Makefile to automake.

This commit is contained in:
Eric Anholt 2012-06-11 12:59:21 -07:00
parent d59149d3f4
commit 3a70f7526a
3 changed files with 4 additions and 6 deletions

View file

@ -2166,6 +2166,7 @@ AC_CONFIG_FILES([configs/current
src/glsl/tests/Makefile
src/glx/Makefile
src/glx/tests/Makefile
src/mapi/glapi/gen/Makefile
src/mapi/shared-glapi/Makefile
src/mapi/glapi/tests/Makefile
src/gtest/Makefile

1
src/mapi/glapi/gen/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/Makefile

View file

@ -5,7 +5,6 @@
TOP = ../../../..
include $(TOP)/configs/current
MESA_DIR = $(TOP)/src/mesa
MESA_GLAPI_DIR = $(TOP)/src/mapi/glapi
@ -122,10 +121,7 @@ COMMON_GLX = $(COMMON) glX_API.xml glX_XML.py glX_proto_common.py
######################################################################
default: mesa
install: mesa
mesa: $(MESA_OUTPUTS)
all-local: $(MESA_OUTPUTS)
xorg: check-xorg-source $(XORG_OUTPUTS)
@ -138,7 +134,7 @@ check-xorg-source:
exit 1; \
fi
clean:
clean-local:
-rm -f *~ *.pyo
-rm -f $(MESA_OUTPUTS)