# # Makefile for PrimEx utility # # $Header: /group/primex/CVS_REPOSITORY/src/programs/DAQ/count_events/Makefile,v 1.1 2004/08/20 15:54:49 davidl Exp $ # # Module specific values should be set here OSNAME = $(shell uname)-$(shell uname -p) CXXFLAGS += -I$(JLAB_HOME)/include count_events: count_events.cc $(CXX) $(CXXFLAGS) $< -o count_events -L$(JLAB_HOME)/lib/$(OSNAME) -lcoda install: count_events cp count_events /usr/local/halld/bin