PREFIX=/path/to/your/install/directory

INCLUDE:=$(PREFIX)/include
DOC:=$(PREFIX)/doc
EXAMPLES:=$(PREFIX)/examples
REGRESSIONS:=$(PREFIX)/regressions

HDRS:=$(wildcard *.h)
DOCS:=$(wildcard *.pdf)
EXAMPLESRC:=$(wildcard *.h *.cc *.cpp)

TL2_PACKAGE:=performance

# PROJECT is defined in top makefile
INSTALL=$(PROJECT)/install-sh
