test-exe.mk: Introduced EXE_BASENAME

This commit is contained in:
Jan Lindemann 2007-11-03 20:37:38 +00:00 committed by Jan Lindemann
commit 230385228f

View file

@ -3,11 +3,7 @@
# contact@jannet.de
# $Id$
ifeq ($(TARGET),mingw)
EXE ?= test_$(notdir $(shell pwd)).exe
else
EXE ?= test_$(notdir $(shell pwd))
endif
EXE_BASENAME ?= test_$(notdir $(shell pwd))
include $(MODDIR)/make/exe.mk