mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
automake: Convert src/mapi/glapi/gen/Makefile to automake.
This commit is contained in:
parent
d59149d3f4
commit
3a70f7526a
3 changed files with 4 additions and 6 deletions
|
|
@ -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
1
src/mapi/glapi/gen/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/Makefile
|
||||
|
|
@ -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)
|
||||
|
||||
Loading…
Add table
Reference in a new issue