# top level makefile for PerfTools - hook into SRT if exists ifndef SRT_DIST include Makefile else ifndef ELFIO_DIR skip=yes endif ifndef GRAPHVIZ_DIR skip=yes endif ifndef PYTHON_INC skip=yes endif ifeq "$(skip)" "yes" $(warning PerfTools not built due to missing environment variables) else SUBDIRS = src python endif include SoftRelTools/standard.mk endif