mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-20 21:37:39 +01:00
defs.mk: Add default definition for PROJECT variable
This commit is contained in:
parent
b73a36cbab
commit
3f006bba30
1 changed files with 2 additions and 3 deletions
|
|
@ -64,9 +64,8 @@ CFLAGS += -DVERSION=$(HEX_VERSION)
|
||||||
CPPFLAGS += -DVERSION=$(HEX_VERSION)
|
CPPFLAGS += -DVERSION=$(HEX_VERSION)
|
||||||
LD_LIB_PATH += $(MODDIR)/lib
|
LD_LIB_PATH += $(MODDIR)/lib
|
||||||
|
|
||||||
ifndef LIBNAME
|
PROJECT ?= $(notdir $(shell cd $(TOPDIR); pwd))
|
||||||
LIBNAME := $(PROJECT)
|
LIBNAME ?= $(PROJECT)
|
||||||
endif
|
|
||||||
|
|
||||||
TARGET ?= Linux
|
TARGET ?= Linux
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue