mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
Everywhere: Replace "JW_BUILD" by "JW_PKG"
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
9217d38964
commit
f90f5aeebe
5 changed files with 30 additions and 30 deletions
|
|
@ -1,5 +1,5 @@
|
|||
ifndef JW_BUILD_CPP_DEFS_MK_INCLUDED
|
||||
JW_BUILD_CPP_DEFS_MK_INCLUDED := true
|
||||
ifndef JW_PKG_CPP_DEFS_MK_INCLUDED
|
||||
JW_PKG_CPP_DEFS_MK_INCLUDED := true
|
||||
|
||||
# performance optimization for clean targets
|
||||
ifeq ($(filter clean distclean,$(MAKECMDGOALS)),)
|
||||
|
|
@ -12,7 +12,7 @@ CPP_STANDARD_VERSION ?= 17
|
|||
C_STANDARD_VERSION ?= 11
|
||||
USE_PROJECT_LIB ?= true
|
||||
EXPORT_PROJECT_LIB ?= $(USE_PROJECT_LIB)
|
||||
USE_JW_BUILD ?= true
|
||||
USE_JW_PKG ?= true
|
||||
USE_EXCEPTIONS_IN_C ?= true
|
||||
USE_COMPILER_OPTIMIZATION_OPTS ?= false
|
||||
USE_COMPILER_DEBUG_OPTS ?= true
|
||||
|
|
@ -805,4 +805,4 @@ INSTALLED_LIB += $(INSTALLED_LIB_SO) $(INSTALLED_SHOBJS) \
|
|||
$(INSTALLED_DEF)
|
||||
|
||||
endif # ifeq ($(filter clean distclean,$(MAKECMDGOALS)),)
|
||||
endif # ifndef JW_BUILD_CPP_DEFS_MK_INCLUDED
|
||||
endif # ifndef JW_PKG_CPP_DEFS_MK_INCLUDED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue