 #############################################################
 #
 # 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 = SvxMyModule
TBINS = ModsTest svxHistTest

SIMPLEBINS := $(BINS) $(TBINS)

# override LDFLAGS   += -v
override LINK_FrameMods       += Exercise_test
override LINK_Exercise        += Exercise_test

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


PACKAGELIST += Exercise
ifneq ($(LINK_Exercise),)
  override LOADLIBES += -lExercise
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
