# # Makefile for PrimEx module # # $Header: /group/primex/CVS_REPOSITORY/src/programs/prim_ana/Makefile,v 1.1.1.1 2002/12/17 20:15:20 davidl Exp $ # # Module specific values should be set here ifndef ROOTSYS ROOTSYS = /apps/root/PRO endif ROOTCFLAGS := $(shell root-config --cflags) ROOTLIBS := $(shell root-config --libs) ROOTGLIBS := $(shell root-config --glibs) ROOTINC := $(shell root-config --incdir) CXXFLAGS += $(ROOTCFLAGS) -I$(ROOTINC) MISC_LIBS = $(ROOTLIBS) include $(PRIMEX_CMS)/Makefile.bin