BUILD: Remove need for engine.mk in each engine directory.
Each engine now only has to provide a single configure.engine file adding the engine into the configure script, which then produces the required other files automatically.
This commit is contained in:
parent
1ac01d2333
commit
ef85456859
47 changed files with 42 additions and 229 deletions
2
Makefile
2
Makefile
|
@ -83,7 +83,7 @@ include $(srcdir)/Makefile.common
|
|||
|
||||
# check if configure has been run or has been changed since last run
|
||||
ENGINE_SUBDIRS_CONFIGURE := $(wildcard $(srcdir)/engines/*/configure.engine)
|
||||
config.h config.mk engines/plugins_table.h: $(srcdir)/configure $(ENGINE_SUBDIRS_CONFIGURE)
|
||||
config.h config.mk engines/plugins_table.h engines/engines.mk: $(srcdir)/configure $(ENGINE_SUBDIRS_CONFIGURE)
|
||||
ifeq "$(findstring config.mk,$(MAKEFILE_LIST))" "config.mk"
|
||||
@echo "Running $(srcdir)/configure with the last specified parameters"
|
||||
@sleep 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue