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

Last change on this file since 3965 was 3965, checked in by rico, 21 years ago
*** empty log message ***
File size: 1.2 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
47SRCFILES = \
48 MDCA.cc \
49 MPSFFit.cc \
50 MPSFFitCalc.cc \
51 MSrcPosFromFile.cc
52# MSrcRotate.cc
53
54
55############################################################
56
57all: $(OBJS)
58
59include ../../../Makefile.rules
60
61clean: rmcint rmobjs rmcore rmlib
62mrproper: clean rmbak
63
64# @endcode
Note: See TracBrowser for help on using the repository browser.