jw-pkg/make/projdefs.mk

14 lines
299 B
Makefile
Raw Normal View History

2002-07-19 19:41:05 +00:00
# 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)