#############################################################
#
# 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 = trkExTest

SIMPLEBINS := $(BINS) $(TBINS)

# override LDFLAGS   += -v
override LINK_FrameMods       += trkEx_test
override LINK_trkEx      += trkEx_test

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


PACKAGELIST += trkEx
ifneq ($(LINK_trkEx),)
  override LOADLIBES += -ltrkEx
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
