# Package/src/GNUmakefile

LIB = libtrkEx.a

skip_files = 

LIBCFILES = $(filter-out $(skip_files),$(wildcard *.c))
LIBFFILES = $(filter-out $(skip_files),$(wildcard *.f) $(wildcard *.F))
LIBCCFILES = $(filter-out $(skip_files),$(wildcard *.cc))

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

####################################
# If you are using full ROOT, include this:
#   include SoftRelTools/arch_spec_root.mk
# else if you are using the EDM, include this:

include SoftRelTools/arch_spec_root_minedm.mk

# Don't forget to put the appropriate entry in link_Package.mk:
#   override LINK_root += Package
# or 
#   override LINK_root_edm += Package
####################################
