# Copyright (C) 2005 Florian Uhlig # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. EXTRA_DIST = reconf configure m4 macro CLEANFILES = *~ if COMP_GEANT4 GEANT4_DIR=cbmg4 endif if COMP_GEANT3 GEANT3_DIR=bla endif if COMP_ORACLE ORACLE_DIR=ora endif SUBDIRS = geobase parbase base cbmbase field generators passive $(GEANT4_DIR) SUBDIRS += mvd sts rich trd tof ecal zdc much SUBDIRS += global dilept SUBDIRS += littrack KF L1 htrack # SUBDIRS += lhetrack dist-hook: find . -name '*Dict.cxx' | xargs rm -f find . -name '*Dict.h' | xargs rm -f cleanall: make distclean rm -rf lib include # # EOF #