SUBDIRS = # official binary products to be validated BINS = \ CT_Reconstruction \ siCtTracking # test binary products TBINS = \ SIMPLEBINS = $(BINS) $(TBINS) #MCLIBS = ###-ltrk -lsim -lcot -ltrk -lgeom -lsim -lgenerator -lpart -lsvxii -lbnk -luti -lgeom -llinalg -levt -lTrybos -lBanks -lybos -ls_i -le_l -lgeant_i #override LOADLIBES += $(MCLIBS) #following line is kludge to get zlib, works on Linux #override LOADLIBES += -lz override LINK_TrackingMods += TrackingMods override LINK_VertexMods += TrackingMods override LINK_FrameMods += TrackingMods override LINK_FrameMods_root += TrackingMods include PackageList/link_all.mk # Retain a list of obselete binaries. These will be checked for and # removed from out-of-date test releases via the binclean target when # the test release is updated. OLDBINS = \ ############################################################ include SoftRelTools/standard.mk include SoftRelTools/binclean.mk