source: trunk/MagicSoft/Mars/mtemp/mifae/library/Makefile@ 3976

Last change on this file since 3976 was 3976, checked in by aliu, 21 years ago
*** empty log message ***
File size: 1.3 KB
Line 
1##################################################################
2#
3# makefile
4#
5# for the MARS IFAE library
6#
7##################################################################
8# @maintitle
9
10# @code
11
12#
13# please change all system depend values in the
14# config.mk.${OSTYPE} file
15#
16#
17include ../../../Makefile.conf.$(OSTYPE)
18include ../../../Makefile.conf.general
19
20#
21CINT = IFAE
22#
23
24SOLIB = ../../../libmars.so
25
26#------------------------------------------------------------------------------
27
28INCLUDES = -I. \
29 -I../../../mbase \
30 -I../../../mjobs \
31 -I../../../mpedestal \
32 -I../../../mbadpixels \
33 -I../../../mfileio \
34 -I../../../mraw \
35 -I../../../manalysis \
36 -I../../../mgui \
37 -I../../../mgeom \
38 -I../../../msignal \
39 -I../../../mcalib \
40 -I../../../mfilter \
41 -I../../../mhbase \
42 -I../../../mimage \
43 -I../../../mpointing \
44 -I../../../mcamera \
45 -I../../../mastro
46
47
48SRCFILES = \
49 MDCA.cc \
50 MPSFFit.cc \
51 MPSFFitCalc.cc \
52 MSrcPosFromFile.cc \
53 MSrcRotate.cc \
54 MSrcTranslate.cc \
55 MIslands.cc \
56 MIslandCalc.cc \
57 MIslandClean.cc
58
59############################################################
60
61all: $(OBJS)
62
63include ../../../Makefile.rules
64
65clean: rmcint rmobjs rmcore rmlib
66mrproper: clean rmbak
67
68# @endcode
Note: See TracBrowser for help on using the repository browser.