mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-23 06:30:38 +01:00
defs.mk: Add definition of EXE from EXE_BASENAME
Add definition of $(EXE) from EXE_BASENAME. It might be nicer to have this in some more exe related included makefile.
This commit is contained in:
parent
58e62864c9
commit
8fc16cc347
1 changed files with 6 additions and 0 deletions
|
|
@ -45,6 +45,12 @@ MAJOR_MINOR_RELEASE = $(shell echo $(DIST_VERSION) | cut -d- -f1)
|
||||||
BUILD_NUMBER = $(shell echo $(DIST_VERSION) | cut -d- -f2)
|
BUILD_NUMBER = $(shell echo $(DIST_VERSION) | cut -d- -f2)
|
||||||
CVS_RSH ?= /usr/bin/ssh
|
CVS_RSH ?= /usr/bin/ssh
|
||||||
LD_LIBRARY_PATH_ENV := $(LD_LIBRARY_PATH)
|
LD_LIBRARY_PATH_ENV := $(LD_LIBRARY_PATH)
|
||||||
|
ifneq ($(TARGET),mingw)
|
||||||
|
EXE ?= $(EXE_BASENAME)
|
||||||
|
else
|
||||||
|
EXE ?= $(EXE_BASENAME).exe
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
# ----- input dirs
|
# ----- input dirs
|
||||||
ifeq ($(PROJECT),ytools)
|
ifeq ($(PROJECT),ytools)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue