source: trunk/MagicSoft/Mars/mmuon/Makefile@ 9374

Last change on this file since 9374 was 6979, checked in by tbretz, 19 years ago
*** empty log message ***
File size: 1.2 KB
Line 
1##################################################################
2#
3# subdirectory makefile
4#
5# for the MARS software
6#
7##################################################################
8include ../Makefile.conf.$(OSTYPE)
9include ../Makefile.conf.general
10
11#------------------------------------------------------------------------------
12
13#
14# Handling name of the Root Dictionary Files
15#
16CINT = Muon
17
18#
19# connect the include files defined in the config.mk file
20#
21INCLUDES = -I. -I../mbase -I../mmc -I../mraw -I../mgeom -I../mfilter \
22 -I../mdata -I../mhbase -I../mhist -I../mgui -I../mimage \
23 -I../mhistmc -I../mfileio -I../mmain -I../mhcalib -I../mcalib \
24 -I../msignal -I../mpointing -I../mtools -I../mfbase \
25 -I../mbadpixels -I../mastro -I../mpedestal -I../manalysis
26
27SRCFILES = MMuonSearchPar.cc \
28 MMuonSearchParCalc.cc \
29 MMuonCalibPar.cc \
30 MMuonCalibParCalc.cc \
31 MHMuonPar.cc \
32 MHSingleMuon.cc \
33 MMuonSetup.cc
34
35############################################################
36
37all: $(OBJS)
38
39include ../Makefile.rules
40
41clean: rmcint rmobjs rmcore rmlib
42
43mrproper: clean rmbak
44
45
46
47
48
49
50
Note: See TracBrowser for help on using the repository browser.