mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
Everywhere: Rename MODDIR -> JWBDIR
Rename the omnipresent MODDIR variable to JWBDIR, since that's more to the point. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
1ff63505e7
commit
b2d6e6f554
109 changed files with 279 additions and 277 deletions
|
|
@ -460,7 +460,7 @@ BUILD_OBJ += $(addprefix $(FLAVOUR_PREFIX),$(patsubst %.sx,%.o
|
|||
#PREREQ_CPP += $(foreach dir,$(PREREQ_DIR),$(wildcard $(dir)/*.c)) \
|
||||
# $(foreach dir,$(PREREQ_DIR),$(wildcard $(dir)/*.cpp))
|
||||
#PREREQ_CSRC += $(PREREQ_H) $(PREREQ_C) $(PREREQ_CPP)
|
||||
REQUIRED_DIR += $(patsubst %,$(MODDIR)/%,$(REQUIRED))
|
||||
REQUIRED_DIR += $(patsubst %,$(JWBDIR)/%,$(REQUIRED))
|
||||
REQUIRED_DONE += $(patsubst %,%/all.done,$(REQUIRED_DIR))
|
||||
REQUIRED_H += $(foreach dir,$(REQUIRED_DIR),$(wildcard $(dir)/*.h))
|
||||
REQUIRED_C += $(foreach dir,$(REQUIRED_DIR),$(wildcard $(dir)/*.c))
|
||||
|
|
@ -475,8 +475,8 @@ ALL_CSRC += $(LOCAL_CSRC) $(PREREQ_CSRC)
|
|||
CORE += $(filter-out $(wildcard *.intern-state*),$(wildcard core core.* vgcore vgcore.*))
|
||||
|
||||
ifeq ($(USE_QT),true)
|
||||
include $(MODDIR)/make/qtversion.mk
|
||||
include $(MODDIR)/make/qt-defs.mk
|
||||
include $(JWBDIR)/make/qtversion.mk
|
||||
include $(JWBDIR)/make/qt-defs.mk
|
||||
endif
|
||||
|
||||
ifeq ($(USE_X),true)
|
||||
|
|
@ -499,10 +499,10 @@ endif
|
|||
|
||||
# ----- standard features, switched on with USE_XXX = true
|
||||
|
||||
#include $(MODDIR)/make/lib-deps.mk
|
||||
#include $(JWBDIR)/make/lib-deps.mk
|
||||
|
||||
ifeq ($(USE_GFILTER),true)
|
||||
GFILT = sh $(firstword $(wildcard $(MODDIR)/contrib/gfilt/gfilt $(MODDIR)/bin/gfilt))
|
||||
GFILT = sh $(firstword $(wildcard $(JWBDIR)/contrib/gfilt/gfilt $(JWBDIR)/bin/gfilt))
|
||||
ifneq ($(strip $(GFILT)),sh)
|
||||
GXX = $(GFILT)
|
||||
endif
|
||||
|
|
@ -598,7 +598,7 @@ ifeq ($(COMPILE_DEBUG_LOG),true)
|
|||
endif
|
||||
|
||||
ifeq ($(USE_MPATROL),true)
|
||||
FINAL_CPPFLAGS += -include $(MODDIR)/include/mpatrol.h
|
||||
FINAL_CPPFLAGS += -include $(JWBDIR)/include/mpatrol.h
|
||||
FINAL_LDFLAGS += -lmpatrolmt -lbfd -liberty
|
||||
endif
|
||||
|
||||
|
|
@ -779,8 +779,8 @@ ifeq ($(USE_PROJECT_LIB),true)
|
|||
INSTALLED_LIB_A = $(INSTALL_LIBDIR)/lib$(LIBNAME).a
|
||||
else
|
||||
LIB_A = $(BUILD_LIBDIR)/lib$(LIBNAME)-static.a
|
||||
#WINRES_RC_TMPL = $(MODDIR)/make/winres-minimal.rc.tmpl
|
||||
WINRES_RC_TMPL = $(MODDIR)/make/winres.rc.tmpl
|
||||
#WINRES_RC_TMPL = $(JWBDIR)/make/winres-minimal.rc.tmpl
|
||||
WINRES_RC_TMPL = $(JWBDIR)/make/winres.rc.tmpl
|
||||
WINRES_RC = $(BUILD_LIBDIR)/$(PROJECT).rc
|
||||
WINRES_O = $(WINRES_RC).o
|
||||
SO_SUFFIX ?= dll
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue