package oaRooTracker version v999 # This package provides utility scipts for EM field related functions. # e.g. converting Toshiba field maps into the BLFieldMap format to be # read into SimgG4. manager Ben Krikler author comet_sw@ml.post.kek.jp branches cmt doc src # Packages we'll need use ROOT use oaEvent # Build methods to include. document version version *.cxx *.hxx *_LinkDef.h document register register document doxygen doxygen -group=documentation ../doc/dox/src/*.dox document rootcint rootcint *.hxx *_LinkDef.h # The library to build library oaRooTracker *.cxx *.hxx ../dict/*.cxx # Build information used by packages that use this one. macro oaRooTracker_cppflags " -DOAROOTRACKER_USED -fPIC" macro oaRooTracker_linkopts " -L$(OAROOTRACKERROOT)/$(oaRooTracker_tag) -loaRooTracker" macro oaRooTracker_stamps " $(OAROOTRACKERROOT)/$(oaRooTracker_tag)/oaRooTracker.stamp" # The paths to find this library. path_remove LD_LIBRARY_PATH "$(OAROOTRACKERROOT)" path_prepend LD_LIBRARY_PATH "$(OAROOTRACKERROOT)/$(oaRooTracker_tag)" #path_remove DYLD_LIBRARY_PATH "" \ # Darwin "$(OAROOTRACKERROOT)" #path_prepend DYLD_LIBRARY_PATH "" \ # Darwin "$(OAROOTRACKERROOT)/$(oaRooTracker_tag)" path_remove PATH "$(OAROOTRACKERROOT)" path_prepend PATH "$(OAROOTRACKERROOT)/$(oaRooTracker_tag)" \ WIN32 "$(OAROOTRACKERROOT)/$(oaRooTracker_tag)" application oaRooTracker_ConvertTurtleToRooTracker ../app/ConvertTurtleToRooTracker.cxx application oaRooTracker_Summarize ../app/SummarizeRooTracker.cxx # add _dependencies to fix parallel building macro register_dependencies version macro rootcint_dependencies register macro installer_dependencies rootcint macro oaRooTracker_dependencies version macro oaRooTracker_dependencies rootcint macro oaRooTracker_dependencies installer macro oaRooTracker_dependencies register macro oaRooTracker_ConvertTurtleToRooTracker_dependencies oaRooTracker macro oaRooTracker_Summarize_dependencies oaRooTracker