Changeset 11873
- Timestamp:
- 08/09/11 23:58:16 (13 years ago)
- Location:
- trunk/Mars
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/Changelog
r11872 r11873 34 34 - added ../mcore/izstream.h and ../mcore/fits.h to get it into the 35 35 dictionary without the need of a makefile in mcore (yet) 36 37 * mfileio/Makefile, mpedestal/Makefile, mastro/Makefile: 38 - added mcore to include path 36 39 37 40 -
trunk/Mars/mastro/Makefile
r9518 r11873 19 19 # connect the include files defined in the config.mk file 20 20 # 21 INCLUDES = -I. -I../mbase -I../mgeom -I../mtemp -I../mstarcam -I../mhist 21 INCLUDES = -I. -I../mbase -I../mgeom -I../mtemp -I../mstarcam -I../mhist -I../mcore 22 22 # mgeom (MAstroCamera): MGeomCam, MGeomMirror 23 23 -
trunk/Mars/mfileio/Makefile
r9527 r11873 12 12 13 13 INCLUDES = -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 15 15 #mraw: MRawRunHeader (MReadMaraFile) 16 16 #mmc: MMcRunHeader (MReadMarsFile) -
trunk/Mars/mpedestal/Makefile
r9518 r11873 21 21 INCLUDES = -I. -I../mbase -I../mgui -I../mraw -I../mmc -I../mgeom \ 22 22 -I../msignal -I../manalysis -I../mbadpixels -I../mhcalib \ 23 -I../mhbase -I../mcalib -I../mtrigger 23 -I../mhbase -I../mcalib -I../mtrigger -I../mcore 24 24 # MCamEvent 25 25 # MMcPedestalCopy (MRawRunHeader)
Note:
See TracChangeset
for help on using the changeset viewer.