Ignore:
Timestamp:
08/04/04 13:59:37 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysisct1/Makefile

    r4460 r4463  
    1919#  connect the include files defined in the config.mk file
    2020#
    21 INCLUDES = -I.
    22 # mcalib: MGeomApply (MCalibrationCam)
     21INCLUDES = -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
    2325
    24 SRCFILES = MCT1FinDSupercuts.cc \
    25            MCT1PadONOFF.cc \
    26            MCT1PadSchweizer.cc \
     26SRCFILES = MCT1FindSupercuts.cc \
    2727           MCT1PointingCorrCalc.cc \
    2828           MCT1Supercuts.cc \
    29            MCT1SupercutsCalc \
     29           MCT1SupercutsCalc.cc \
    3030           MCT1ReadPreProc.cc \
    3131           MCT1ReadAscii.cc
     32
     33# Doesn't compile: Please replace MBlindPixels by MBadPixel*
     34#           MCT1PadONOFF.cc \
     35#           MCT1PadSchweizer.cc \
    3236
    3337############################################################
Note: See TracChangeset for help on using the changeset viewer.