mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-21 21:57:38 +01:00
autoconf.mk, projdefs.mk: Add files
This commit is contained in:
parent
b5f4b685fd
commit
e4b7aee901
2 changed files with 33 additions and 0 deletions
14
make/projdefs.mk
Normal file
14
make/projdefs.mk
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# generic utility modules
|
||||
# (c) 2001 jannet it services
|
||||
# contact@jannet.de
|
||||
# $Id$
|
||||
|
||||
CAP_PROJECT := $(shell echo $(PROJECT) | tr [a-z] [A-Z])
|
||||
|
||||
include $(MODDIR)/make/defs.mk
|
||||
|
||||
$(CAP_PROJECT)_VERSION := $(VERSION)
|
||||
$(CAP_PROJECT)_INSTALL_LIBDIR := $(INSTALL_LIBDIR)
|
||||
$(CAP_PROJECT)_TOPDIR := $(TOPDIR)
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue