Changeset 11873


Ignore:
Timestamp:
08/09/11 23:58:16 (13 years ago)
Author:
tbretz
Message:
Added mcore to include path
Location:
trunk/Mars
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/Changelog

    r11872 r11873  
    3434     - added ../mcore/izstream.h and ../mcore/fits.h to get it into the
    3535       dictionary without the need of a makefile in mcore (yet)
     36
     37   * mfileio/Makefile, mpedestal/Makefile, mastro/Makefile:
     38     - added mcore to include path
    3639
    3740
  • trunk/Mars/mastro/Makefile

    r9518 r11873  
    1919#  connect the include files defined in the config.mk file
    2020#
    21 INCLUDES =  -I. -I../mbase -I../mgeom -I../mtemp -I../mstarcam -I../mhist
     21INCLUDES =  -I. -I../mbase -I../mgeom -I../mtemp -I../mstarcam -I../mhist -I../mcore
    2222# mgeom (MAstroCamera): MGeomCam, MGeomMirror
    2323
  • trunk/Mars/mfileio/Makefile

    r9527 r11873  
    1212
    1313INCLUDES = -I. -I../mbase -I../mraw -I../mmc -I../mreflector -I../mgui \
    14            -I../mdata -I../mbadpixels -I../msim
     14           -I../mdata -I../mbadpixels -I../msim -I../mcore
    1515#mraw:       MRawRunHeader (MReadMaraFile)
    1616#mmc:        MMcRunHeader  (MReadMarsFile)
  • trunk/Mars/mpedestal/Makefile

    r9518 r11873  
    2121INCLUDES = -I. -I../mbase -I../mgui -I../mraw -I../mmc -I../mgeom \
    2222           -I../msignal -I../manalysis -I../mbadpixels -I../mhcalib \
    23            -I../mhbase -I../mcalib -I../mtrigger
     23           -I../mhbase -I../mcalib -I../mtrigger -I../mcore
    2424# MCamEvent
    2525# MMcPedestalCopy   (MRawRunHeader)
Note: See TracChangeset for help on using the changeset viewer.