package CalibMagnet version v999 manager COMET Software Group author comet_sw@ml.post.kek.jp branches app cmt src doc scripts use oaEvent v999 use oaSlowControlDatabase v999 use oaRuntimeParameters v999 use oaCalibTables v999 # Build methods to include. document version version *.cxx *.hxx *_LinkDef.h document register register document rootcint rootcint *.hxx *_LinkDef.h document doxygen doxygen -group=documentation *.cxx *.hxx ../doc/*.dox # The library to build library CalibMagnet *.cxx ../dict/*.cxx # Build information used by packages that use this one. macro CalibMagnet_cppflags " -DCALIBMAGNET_USED " macro CalibMagnet_linkopts " -L$(CALIBMAGNETROOT)/$(CalibMagnet_tag) -lCalibMagnet " macro CalibMagnet_stamps " $(CALIBMAGNETROOT)/$(CalibMagnet_tag)/CalibMagnet.stamp" # The paths to find this library. path_remove LD_LIBRARY_PATH "$(CALIBMAGNETROOT)" path_prepend LD_LIBRARY_PATH "$(CALIBMAGNETROOT)/$(CalibMagnet_tag) path_remove DYLD_LIBRARY_PATH "" \ Darwin "$(CALIBMAGNETROOT)" path_prepend DYLD_LIBRARY_PATH "" \ Darwin "$(CALIBMAGNETROOT)/$(CalibMagnet_tag)" path_remove PATH "$(CALIBMAGNETROOT)" path_prepend PATH "$(CALIBMAGNETROOT)/$(CalibMagnet_tag)" \ WIN32 "$(CALIBMAGNETROOT)/$(CalibMagnet_tag)" application CalibMagnet_TestMagnetCalib ../examples/ITestMagnetCalib.cxx #application BFieldTest_xSlice ../examples/magneticFieldPlot_xSlice.cxx #application BFieldTest_ySlice ../examples/magneticFieldPlot_ySlice.cxx #application BFieldTest_MMXSlices ../examples/magneticFieldPlot_MMXSlices.cxx application CalibMagnet_BFieldTest_xSlice_new ../examples/magneticFieldPlot_xSlice_new.cxx application CalibMagnet_dumpMagnetCurrent ../app/dumpMagnetCurrent.cxx # add _dependencies to fix parallel building macro register_dependencies version macro rootcint_dependencies register macro CalibMagnet_dependencies version macro CalibMagnet_dependencies register macro CalibMagnet_dependencies rootcint macro CalibMagnet_TestMagnetCalib_dependencies CalibMagnet macro CalibMagnet_BFieldTest_xSlice_new_dependencies CalibMagnet macro CalibMagnet_dumpMagnetCurrent_dependencies CalibMagnet