Line | |
---|
1 | ##################################################################
|
---|
2 | #
|
---|
3 | # makefile
|
---|
4 | #
|
---|
5 | # for the MARS software
|
---|
6 | #
|
---|
7 | ##################################################################
|
---|
8 | include ../Makefile.conf.$(OSTYPE)
|
---|
9 | include ../Makefile.conf.general
|
---|
10 |
|
---|
11 | #------------------------------------------------------------------------------
|
---|
12 |
|
---|
13 | INCLUDES = -I. -I../mbase -I../mfbase -I../mraw -I../mmc -I../mdata \
|
---|
14 | -I../manalysis -I../mfileio -I../mgeom -I../mimage \
|
---|
15 | -I../mhbase -I../mmain -I../mgui -I../msignal -I../mpointing \
|
---|
16 | -I../mpedestal
|
---|
17 |
|
---|
18 | CINT = Filter
|
---|
19 |
|
---|
20 | SRCFILES = MFTriggerLvl1.cc \
|
---|
21 | MFTriggerLvl2.cc \
|
---|
22 | MFGeomag.cc \
|
---|
23 | MFParticleId.cc \
|
---|
24 | MFAlpha.cc \
|
---|
25 | MFCT1SelBasic.cc \
|
---|
26 | MFCT1SelStandard.cc \
|
---|
27 | MFCT1SelFinal.cc \
|
---|
28 | MFSelBasic.cc \
|
---|
29 | MFSelStandard.cc \
|
---|
30 | MFSelFinal.cc \
|
---|
31 | MFSoftwareTrigger.cc \
|
---|
32 | MFCosmics.cc \
|
---|
33 | MFEnergySlope.cc
|
---|
34 |
|
---|
35 | ############################################################
|
---|
36 |
|
---|
37 | all: $(OBJS)
|
---|
38 |
|
---|
39 | include ../Makefile.rules
|
---|
40 |
|
---|
41 | mrproper: clean rmbak
|
---|
Note:
See
TracBrowser
for help on using the repository browser.