- Timestamp:
- 12/21/03 11:23:51 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/Makefile
r2734 r2736 23 23 # 24 24 INCLUDES = -I. -I../mbase -I../mmc -I../mraw -I../mgeom -I../mfilter \ 25 -I../mdata -I../mh ist -I../mgui -I../mimage -I../mhistmc\26 -I../m fileio -I../mmain25 -I../mdata -I../mhbase -I../mhist -I../mgui -I../mimage \ 26 -I../mhistmc -I../mfileio -I../mmain 27 27 28 28 -
trunk/MagicSoft/Mars/mcalib/Makefile
r2734 r2736 22 22 # connect the include files defined in the config.mk file 23 23 # 24 INCLUDES = -I. -I../mbase -I../mh ist-I../mgui -I../mgeom -I../manalysis \24 INCLUDES = -I. -I../mbase -I../mhbase -I../mgui -I../mgeom -I../manalysis \ 25 25 -I../mraw 26 # mh ist:MBinning MH27 # mgui: MCamEvent (McalibrationCam)28 # mgeom: MGeomCam (McalibrationCam - necessary?)26 # mhbase: MBinning MH 27 # mgui: MCamEvent (McalibrationCam) 28 # mgeom: MGeomCam (McalibrationCam - necessary?) 29 29 # manalysis: MExtractedSignal, MCerPhotEvt (move to mcalib?) 30 # mraw: MRawRunHeader, MRawEvtHeader, MRawEvtPixelIter (3xMCalibrationCalc)30 # mraw: MRawRunHeader, MRawEvtHeader, MRawEvtPixelIter (3xMCalibrationCalc) 31 31 32 32 -
trunk/MagicSoft/Mars/mfilter/Makefile
r2704 r2736 21 21 22 22 INCLUDES = -I. -I../mbase -I../mraw -I../mmc -I../mdata -I../manalysis \ 23 -I../mfileio -I../mgeom -I../mimage -I../mh ist-I../mmain \23 -I../mfileio -I../mgeom -I../mimage -I../mhbase -I../mmain \ 24 24 -I../mgui 25 25 -
trunk/MagicSoft/Mars/mhist/HistLinkDef.h
r2735 r2736 5 5 #pragma link off all functions; 6 6 7 #pragma link C++ class MH3+;8 7 #pragma link C++ class MHVsTime+; 9 8 -
trunk/MagicSoft/Mars/mhist/Makefile
r2735 r2736 22 22 # connect the include files defined in the config.mk file 23 23 # 24 INCLUDES = -I. -I../mbase -I../m raw -I../manalysis \24 INCLUDES = -I. -I../mbase -I../mhbase -I../mraw -I../manalysis \ 25 25 -I../mgui -I../mgeom -I../mdata -I../mfilter -I../mimage \ 26 26 -I../mmain -I../mmc -I../mreflector
Note:
See TracChangeset
for help on using the changeset viewer.