#############################################################
#
# example Makefile for CDF packages
#
# uses SoftRelTools/standard.mk
#
#############################################################
# file lists (standard names, local contents)

# include file products
INC = 
 
# library product
LIB =
 
# library contents 
#   Note: source files with main() definitions do not go
#   into the library.
#   Any file copied from AppUserBuild_template.cc should
#   also be skipped.

# subdirectories
SUBDIRS = 

# binary products
BINS = 

TBINS = HepgHistTest

SIMPLEBINS := $(BINS) $(TBINS)

# override LDFLAGS   += -v
override LINK_FrameMods       += HepgHist_test
override LINK_HepgHist        += HepgHist_test

# this FrameMods_root is needed to use RootHepTuple
override LINK_FrameMods_root  += HepgHist_test


PACKAGELIST += HepgHist
ifneq ($(LINK_HepgHist),)
  override LOADLIBES += -lHepgHist
endif

include PackageList/link_all.mk
include SoftRelTools/standard.mk
include SoftRelTools/binclean.mk

include SoftRelTools/refresh.mk
include SoftRelTools/arch_spec_root_minedm.mk
