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

Last change on this file since 4402 was 3927, checked in by tbretz, 20 years ago
*** empty log message ***
File size: 1.1 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../manalysis \
22 -I../mgui -I../mmc -I../mpointing -I../mpedestal
23
24SRCFILES = MImgCleanStd.cc \
25 MImgCleanTGB.cc \
26 MCameraSmooth.cc \
27 MHillas.cc \
28 MHillasSrc.cc \
29 MHillasExt.cc \
30 MHillasCalc.cc \
31 MHillasSrcCalc.cc \
32 MNewImagePar.cc \
33 MConcentration.cc \
34 MHHillas.cc \
35 MHHillasSrc.cc \
36 MHHillasExt.cc \
37 MHNewImagePar.cc \
38 MStereoPar.cc \
39 MStereoCalc.cc
40
41############################################################
42
43all: $(OBJS)
44
45include ../Makefile.rules
46
47mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.