mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-24 22:50:39 +01:00
defs.mk: Add module ntv2
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
7a86c283b7
commit
9567592c7c
1 changed files with 12 additions and 0 deletions
12
make/defs.mk
12
make/defs.mk
|
|
@ -1249,6 +1249,18 @@ EXE_SEARCH_PATH += $(XCHANGE_DIR)/bin
|
||||||
PREREQ += XCHANGE
|
PREREQ += XCHANGE
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifneq ($(filter ntv2,$(PREREQ_BUILD)),)
|
||||||
|
NTV2_DIR = $(firstword $(wildcard $(CVS_PROJ_DIR)/ntv2 /opt/$(FLAVOUR_PATH_PREFIX)ntv2))
|
||||||
|
NTV2_VERSION = $(call version,$(NTV2_DIR))
|
||||||
|
RPM_REQUIRES_RUN += $(FLAVOUR_PREFIX)dspider-ntv2-run = $(NTV2_VERSION)
|
||||||
|
RPM_REQUIRES_DEVEL += $(FLAVOUR_PREFIX)dspider-ntv2-devel = $(NTV2_VERSION)
|
||||||
|
PREREQ_BUILD += ytools
|
||||||
|
INCLUDE += -I$(NTV2_DIR)/include
|
||||||
|
LIBFLAGS += -L$(NTV2_DIR)/lib -lntv2
|
||||||
|
EXE_SEARCH_PATH += $(NTV2_DIR)/bin
|
||||||
|
PREREQ += NTV2
|
||||||
|
endif
|
||||||
|
|
||||||
ifneq ($(filter btools,$(PREREQ_BUILD)),)
|
ifneq ($(filter btools,$(PREREQ_BUILD)),)
|
||||||
BTOOLS_DIR = $(firstword $(wildcard $(CVS_PROJ_DIR)/btools /opt/$(FLAVOUR_PATH_PREFIX)btools))
|
BTOOLS_DIR = $(firstword $(wildcard $(CVS_PROJ_DIR)/btools /opt/$(FLAVOUR_PATH_PREFIX)btools))
|
||||||
BTOOLS_VERSION = $(call version,$(BTOOLS_DIR))
|
BTOOLS_VERSION = $(call version,$(BTOOLS_DIR))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue