# Makefile for TrackingMods package # # uses SoftRelTools/standard.mk # # This makefile just redirects the make to the needed # subdirectories # ############################################################# # file lists (standard names, local contents) # # include file products INC = # library product LIB = #library contents LIBCFILES = LIBCCFILES = # subdirectories ifdef USE_CDFEDM2 # don't even try to compile anything, it's not yet EDM2 compliant. SUBDIRS = src test online SKIPFILES = APPOldLevel3InputModule.cc else # subdirectories SUBDIRS = src test online endif # binary products BINS = ############################################################ include SoftRelTools/standard.mk