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

Last change on this file since 5172 was 5172, checked in by mase, 20 years ago
*** empty log message ***
File size: 1.0 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 MMuonCalibPar.cc
29
30############################################################
31
32all: $(OBJS)
33
34include ../Makefile.rules
35
36clean: rmcint rmobjs rmcore rmlib
37
38mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.