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

Last change on this file since 3543 was 3526, checked in by blanch, 21 years ago
*** empty log message ***
File size: 1.3 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# Handling name of the Root Dictionary Files
13#
14CINT = Image
15
16#
17# Library name to creatre
18#
19LIB = mimage.a
20
21#
22# connect the include files defined in the config.mk file
23#
24INCLUDES = -I. -I../mbase -I../mhbase -I../mgeom -I../manalysis -I../mgui -I../mmc
25
26#------------------------------------------------------------------------------
27
28.SUFFIXES: .c .cc .cxx .h .hxx .o
29
30SRCFILES = MImgCleanStd.cc \
31 MImgCleanTGB.cc \
32 MCameraSmooth.cc \
33 MHillas.cc \
34 MHillasSrc.cc \
35 MHillasExt.cc \
36 MHillasCalc.cc \
37 MHillasSrcCalc.cc \
38 MNewImagePar.cc \
39 MConcentration.cc \
40 MHHillas.cc \
41 MHHillasSrc.cc \
42 MHHillasExt.cc \
43 MHNewImagePar.cc \
44 MStereoPar.cc \
45 MStereoCalc.cc
46
47SRCS = $(SRCFILES)
48HEADERS = $(SRCFILES:.cc=.h)
49OBJS = $(SRCFILES:.cc=.o)
50
51############################################################
52
53all: $(LIB)
54
55include ../Makefile.rules
56
57#clean: rmcint rmobjs rmcore rmlib
58
59mrproper: clean rmbak
60
61# @endcode
Note: See TracBrowser for help on using the repository browser.