Last change
on this file since 18558 was 18009, checked in by smueller, 10 years ago |
New feature: Fix temporal offsets in between the pixels can be simulated and defined in a text file. This is solving ticket #9
|
File size:
1.2 KB
|
Line | |
---|
1 | ##################################################################
|
---|
2 | #
|
---|
3 | # makefile
|
---|
4 | #
|
---|
5 | # for the MARS software
|
---|
6 | #
|
---|
7 | ##################################################################
|
---|
8 | include ../Makefile.conf.general
|
---|
9 | include ../Makefile.conf.$(OSTYPE)
|
---|
10 |
|
---|
11 | #------------------------------------------------------------------------------
|
---|
12 |
|
---|
13 | INCLUDES = -I. -I../mbase -I../mraw -I../mmc -I../mreflector -I../mgui \
|
---|
14 | -I../mdata -I../mbadpixels -I../msim -I../mcore
|
---|
15 | #mraw: MRawRunHeader (MReadMaraFile)
|
---|
16 | #mmc: MMcRunHeader (MReadMarsFile)
|
---|
17 | #mreflector: MRfl* (MReadRflFile)
|
---|
18 | #mgui: MCamEvent (MReadRflFile)
|
---|
19 | #mdata: MData* (MWriteAsciiFile)
|
---|
20 |
|
---|
21 | CINT = FileIO
|
---|
22 |
|
---|
23 | SRCFILES = MRead.cc \
|
---|
24 | MChain.cc \
|
---|
25 | MReadTree.cc \
|
---|
26 | MReadFiles.cc \
|
---|
27 | MReadReports.cc \
|
---|
28 | MReadMarsFile.cc \
|
---|
29 | MReadScanFile.cc \
|
---|
30 | MWriteFile.cc \
|
---|
31 | MWriteAsciiFile.cc \
|
---|
32 | MWriteRootFile.cc \
|
---|
33 | MWriteFitsFile.cc \
|
---|
34 | MTopFitsGroup.cc \
|
---|
35 | MFitsArray.cc \
|
---|
36 | MMatrix.cc
|
---|
37 |
|
---|
38 | ############################################################
|
---|
39 |
|
---|
40 | all: $(OBJS)
|
---|
41 |
|
---|
42 | include ../Makefile.rules
|
---|
43 |
|
---|
44 | mrproper: clean rmbak
|
---|
Note:
See
TracBrowser
for help on using the repository browser.