mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 15:00:10 +01:00
mesa: Remove generated source files during make clean.
Reviewed-by: Matt Turner <mattst88@gmail.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
79273b1a7a
commit
b284d4773b
1 changed files with 12 additions and 0 deletions
|
|
@ -71,6 +71,17 @@ default: $(DEPENDS) asm_subdirs $(MESA_LIBS) $(DRICORE_LIBS) driver_subdirs
|
|||
GLAPI := $(TOP)/src/mapi/glapi/gen
|
||||
include $(GLAPI)/glapi_gen.mk
|
||||
|
||||
BUILT_SOURCES = \
|
||||
main/api_exec_es1_dispatch.h \
|
||||
main/api_exec_es1_remap_helper.h \
|
||||
main/api_exec_es2_dispatch.h \
|
||||
main/api_exec_es2_remap_helper.h \
|
||||
main/api_exec_es1.c \
|
||||
main/api_exec_es2.c \
|
||||
program/program_parse.tab.c \
|
||||
program/program_parse.tab.h \
|
||||
program/lex.yy.c
|
||||
|
||||
main/api_exec_es1_dispatch.h: $(GLAPI)/gl_and_es_API.xml $(glapi_gen_dispatch_deps)
|
||||
$(call glapi_gen_dispatch,$<,es1)
|
||||
|
||||
|
|
@ -243,6 +254,7 @@ clean: clean-dricore
|
|||
-rm -f depend depend.bak libmesa.a libmesagallium.a
|
||||
-rm -f drivers/*/*.o
|
||||
-rm -f *.pc
|
||||
-rm -f $(BUILT_SOURCES)
|
||||
-@cd drivers/dri && $(MAKE) clean
|
||||
-@cd drivers/x11 && $(MAKE) clean
|
||||
-@cd drivers/osmesa && $(MAKE) clean
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue