source: trunk/MagicSoft/Mars/mimage/Makefile@ 9485

Last change on this file since 9485 was 8957, checked in by tbretz, 16 years ago
*** empty log message ***
File size: 1.2 KB
Line 
1##################################################################
2#
3# 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 = Image
17
18#
19# connect the include files defined in the config.mk file
20#
21INCLUDES = -I. -I../mbase -I../mhbase -I../mgeom -I../msignal \
22 -I../mgui -I../mmc -I../mpointing -I../mpedestal \
23 -I../mhist -I../manalysis
24
25# mhist: MHHillas (MHCamera)
26
27
28SRCFILES = MImgCleanStd.cc \
29 MHillas.cc \
30 MHillasSrc.cc \
31 MHillasExt.cc \
32 MHillasCalc.cc \
33 MImagePar.cc \
34 MNewImagePar.cc \
35 MNewImagePar2.cc \
36 MConcentration.cc \
37 MHHillas.cc \
38 MHHillasSrc.cc \
39 MHHillasExt.cc \
40 MHImagePar.cc \
41 MHNewImagePar.cc \
42 MHNewImagePar2.cc \
43 MHVsSize.cc \
44 MStereoPar.cc \
45 MStereoCalc.cc
46
47############################################################
48
49all: $(OBJS)
50
51include ../Makefile.rules
52
53mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.