Newer
Older
Handbook / make-includes / standard_paths.make
################################################################################
#
# Specify standard file path list.
#
################################################################################


################################################################################
#
# Required make variables. These should be defined by the calling makefile.
#
# IMGDIR
#	The path to the directory that contains images, e.g., "images".
#
IMGDIR?=$(error The required make variable IMGDIR has not been defined. Please set it to the directory in which images are located)


################################################################################
#
# Standard paths.
#
vpath %.pdf $(IMGDIR)
vpath %.png $(IMGDIR)
vpath %.tif $(IMGDIR)
vpath %.jpg $(IMGDIR)
vpath %.plo $(IMGDIR)
vpath %.ps $(IMGDIR)
vpath %.eps $(IMGDIR)
vpath %.svg $(IMGDIR)
vpath %.pict $(IMGDIR)
vpath %.xcf $(IMGDIR)
vpath %.R $(IMGDIR)