# Makefile for CandFitTrackSA package SUBDIRS = Ntp NtpModule # Define whether rootcint should be run to generate ROOT # dictionaries ROOTCINT := YES # use preprocessor to handle ROOT_VERSION macro ROOTCINTFLAGS := -p # library LIB := lib$(PACKAGE) #library contents LIBCXXFILES := $(wildcard *.cxx) ROOTMACROS = $(wildcard *.C) ######################################################################## include SoftRelTools/standard.mk include SoftRelTools/arch_spec_root.mk