# ====================================================================== # # HepTuple top-level GNUmakefile # # ====================================================================== # ---------------------------------------------------------------------- # Identify the target package: # ---------------------------------------------------------------------- PACKAGE = HepTuple # ---------------------------------------------------------------------- # Identify the package's (sub)directory structure: # ---------------------------------------------------------------------- PACKAGE_INCLUDE = HepTuple SUBDIRS = src examples ifneq (, $(HISTO_INC)) override SUBDIRS += histo endif ifneq (, $(ROOTSYS)) override SUBDIRS += root endif ifneq (, $(CRNLIB) $(CERNLIB) ) override SUBDIRS += $(shell if test -d hbook; then echo hbook; fi;) endif # ---------------------------------------------------------------------- # Connect to other packages: # ---------------------------------------------------------------------- USE_ISOCXX = true include SoftRelTools/standard.mk # ======================================================================