| 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 | MFDeltaT.cc \
|
|---|
| 24 | MFParticleId.cc \
|
|---|
| 25 | MFAlpha.cc \
|
|---|
| 26 | MFCT1SelBasic.cc \
|
|---|
| 27 | MFCT1SelStandard.cc \
|
|---|
| 28 | MFCT1SelFinal.cc \
|
|---|
| 29 | MFSelBasic.cc \
|
|---|
| 30 | MFSelStandard.cc \
|
|---|
| 31 | MFSelFinal.cc \
|
|---|
| 32 | MFSoftwareTrigger.cc \
|
|---|
| 33 | MFCosmics.cc \
|
|---|
| 34 | MFEnergySlope.cc
|
|---|
| 35 |
|
|---|
| 36 | ############################################################
|
|---|
| 37 |
|
|---|
| 38 | all: $(OBJS)
|
|---|
| 39 |
|
|---|
| 40 | include ../Makefile.rules
|
|---|
| 41 |
|
|---|
| 42 | mrproper: clean rmbak
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.