source: trunk/MagicSoft/Mars/mtemp/mmpi/SupercutsONOFFClasses/Makefile@ 5138

Last change on this file since 5138 was 4411, checked in by paneque, 20 years ago
*** empty log message ***
File size: 1.4 KB
Line 
1##################################################################
2#
3# subdirectory makefile
4#
5# for the MARS software
6#
7##################################################################
8include ../../../Makefile.conf.$(OSTYPE)
9include ../../../Makefile.conf.general
10
11#------------------------------------------------------------------------------
12
13CINT = SuperCutsONOFF
14LIB = SuperCutsONOFF.a
15
16#------------------------------------------------------------------------------
17
18INCLUDES = -I. \
19 -I../../../mbase \
20 -I../../../mfbase \
21 -I../../../mjobs \
22 -I../../../mpedestal \
23 -I../../../mbadpixels \
24 -I../../../mfileio \
25 -I../../../mraw \
26 -I../../../manalysis \
27 -I../../../mgui \
28 -I../../../mgeom \
29 -I../../../msignal \
30 -I../../../mcalib \
31 -I../../../mfilter \
32 -I../../../mhbase \
33 -I../../../mimage \
34 -I../../../mpointing \
35 -I../../../mcamera \
36 -I../../../mhist \
37 -I../../../mmc \
38 -I../../../mreport \
39 -I../../../mastro \
40 -I../../../mdata
41
42SRCFILES = \
43 MFRandomSplit.cc \
44 MSupercutsCalcONOFF.cc \
45 MHFindSignificanceONOFF.cc \
46 MTSupercutsApplied.cc \
47 MFindSupercutsONOFF.cc \
48 MFindSupercutsONOFFThetaLoop.cc
49
50############################################################
51
52all: $(OBJS)
53
54include ../../../Makefile.rules
55
56clean: rmcint rmobjs rmcore rmlib
57mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.