Changeset 4463 for trunk/MagicSoft/Mars/manalysisct1/Makefile
- Timestamp:
- 08/04/04 13:59:37 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysisct1/Makefile
r4460 r4463 19 19 # connect the include files defined in the config.mk file 20 20 # 21 INCLUDES = -I. 22 # mcalib: MGeomApply (MCalibrationCam) 21 INCLUDES = -I. -I../mbase -I../mhbase -I../mdata -I../mfbase -I../mgeom \ 22 -I../mfileio -I../mfilter -I../manalysis -I../mpedestal -I../mmc \ 23 -I../mhist -I../mpointing -I../mimage -I../mgui -I../mbadpixels \ 24 -I../mraw 23 25 24 SRCFILES = MCT1FinDSupercuts.cc \ 25 MCT1PadONOFF.cc \ 26 MCT1PadSchweizer.cc \ 26 SRCFILES = MCT1FindSupercuts.cc \ 27 27 MCT1PointingCorrCalc.cc \ 28 28 MCT1Supercuts.cc \ 29 MCT1SupercutsCalc \29 MCT1SupercutsCalc.cc \ 30 30 MCT1ReadPreProc.cc \ 31 31 MCT1ReadAscii.cc 32 33 # Doesn't compile: Please replace MBlindPixels by MBadPixel* 34 # MCT1PadONOFF.cc \ 35 # MCT1PadSchweizer.cc \ 32 36 33 37 ############################################################
Note:
See TracChangeset
for help on using the changeset viewer.