mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-07 23:17:59 +01:00
build: Introduce rules-autoconf macro.
This commit is contained in:
parent
8e2bce153c
commit
8c105d7aa1
2 changed files with 38 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ include $(SRC)/make/rules-source.mk
|
|||
include $(SRC)/make/rules-common.mk
|
||||
include $(SRC)/make/rules-meson.mk
|
||||
include $(SRC)/make/rules-cmake.mk
|
||||
include $(SRC)/make/rules-autoconf.mk
|
||||
|
||||
# If CC is coming from make's defaults or nowhere, use our own default. Otherwise respect environment.
|
||||
ifeq ($(ENABLE_CCACHE),1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue