defs.mk: Add IMAGE_DIR variable definition

This commit is contained in:
Jan Lindemann 2007-06-30 21:50:09 +00:00 committed by Jan Lindemann
commit 6d76babea0

View file

@ -64,6 +64,7 @@ REV_SUBDIRS = $(shell echo $(SUBDIRS) | awk '{for (i=NF; i>=1; i--) p
FRESH_CVSDIR = $(HOME)/local/src/cvs.fresh
ARCH = @ARCH@
FIND_SUBDIRS = $(filter-out . .. ./nomake ./CVS $(addprefix ./,$(IGNORE_SUBDIRS)), $(shell find . -maxdepth 1 -type d))
IMAGE_DIR ?= $(CVS_ROOT_DIR)/images
PROJECT_CAPNAME = $(shell echo $(PROJECT) | tr [a-z] [A-Z] | sed 's/-/_/g')