source: tags/Mars-V0.8.7pre/mmuon/Makefile

Last change on this file was 5332, checked in by mase, 20 years ago
*** empty log message ***
File size: 1.1 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
32############################################################
33
34all: $(OBJS)
35
36include ../Makefile.rules
37
38clean: rmcint rmobjs rmcore rmlib
39
40mrproper: clean rmbak
41
42
43
44
45
46
47
Note: See TracBrowser for help on using the repository browser.