Line | |
---|
1 | ##################################################################
|
---|
2 | #
|
---|
3 | # makefile
|
---|
4 | #
|
---|
5 | # for the MARS software
|
---|
6 | #
|
---|
7 | ##################################################################
|
---|
8 | include ../Makefile.conf.$(OSTYPE)
|
---|
9 | include ../Makefile.conf.general
|
---|
10 |
|
---|
11 | #------------------------------------------------------------------------------
|
---|
12 |
|
---|
13 | #
|
---|
14 | # Handling name of the Root Dictionary Files
|
---|
15 | #
|
---|
16 | CINT = Image
|
---|
17 |
|
---|
18 | #
|
---|
19 | # connect the include files defined in the config.mk file
|
---|
20 | #
|
---|
21 | INCLUDES = -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 |
|
---|
28 | SRCFILES = MImgCleanStd.cc \
|
---|
29 | MCameraSmooth.cc \
|
---|
30 | MHillas.cc \
|
---|
31 | MHillasSrc.cc \
|
---|
32 | MHillasExt.cc \
|
---|
33 | MHillasCalc.cc \
|
---|
34 | MImagePar.cc \
|
---|
35 | MNewImagePar.cc \
|
---|
36 | MNewImagePar2.cc \
|
---|
37 | MConcentration.cc \
|
---|
38 | MHHillas.cc \
|
---|
39 | MHHillasSrc.cc \
|
---|
40 | MHHillasExt.cc \
|
---|
41 | MHImagePar.cc \
|
---|
42 | MHNewImagePar.cc \
|
---|
43 | MHNewImagePar2.cc \
|
---|
44 | MHVsSize.cc \
|
---|
45 | MStereoPar.cc \
|
---|
46 | MStereoCalc.cc
|
---|
47 |
|
---|
48 | ############################################################
|
---|
49 |
|
---|
50 | all: $(OBJS)
|
---|
51 |
|
---|
52 | include ../Makefile.rules
|
---|
53 |
|
---|
54 | mrproper: clean rmbak
|
---|
Note:
See
TracBrowser
for help on using the repository browser.