source: trunk/MagicSoft/Mars/mfilter/Makefile@ 6879

Last change on this file since 6879 was 6879, checked in by tbretz, 20 years ago
*** empty log message ***
File size: 944 bytes
Line 
1##################################################################
2#
3# makefile
4#
5# for the MARS software
6#
7##################################################################
8include ../Makefile.conf.$(OSTYPE)
9include ../Makefile.conf.general
10
11#------------------------------------------------------------------------------
12
13INCLUDES = -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
18CINT = Filter
19
20SRCFILES = MFTriggerLvl1.cc \
21 MFTriggerLvl2.cc \
22 MFSupercuts.cc \
23 MFGeomag.cc \
24 MFDeltaT.cc \
25 MFParticleId.cc \
26 MFSoftwareTrigger.cc \
27 MFCosmics.cc \
28 MFEnergySlope.cc
29
30############################################################
31
32all: $(OBJS)
33
34include ../Makefile.rules
35
36mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.