# Makefile for Candidate package # Define whether rootcint should be run to generate ROOT # dictionaries SUBDIRS = test ROOTCINT := YES # library - has the same name as the package LIB := lib$(PACKAGE) #library contents LIBCXXFILES := $(wildcard *.cxx) ROOTMACROS = $(wildcard *.C) ######################################################################## include SoftRelTools/standard.mk include SoftRelTools/arch_spec_root.mk