source: trunk/Mars/mjtrain/Makefile@ 15625

Last change on this file since 15625 was 9870, checked in by tbretz, 14 years ago
Added new class MJTrainCuts to help analysing the performance of the random forest and finding classical cuts.
File size: 1010 bytes
Line 
1##################################################################
2#
3# makefile
4#
5# for the MARS software
6#
7##################################################################
8include ../Makefile.conf.general
9include ../Makefile.conf.$(OSTYPE)
10
11#------------------------------------------------------------------------------
12
13#
14# Handling name of the Root Dictionary Files
15#
16CINT = Train
17
18#
19# connect the include files defined in the config.mk file
20#
21INCLUDES = -I. -I../mbase -I../mhbase -I../mfbase -I../mdata -I../mfileio \
22 -I../manalysis -I../mfilter -I../mjobs -I../mtools \
23 -I../mranforest -I../mhflux -I../mmc -I../mhist -I../mpointing \
24 -I../mimage -I../mjoptim
25
26SRCFILES = MJTrainRanForest.cc \
27 MJTrainEnergy.cc \
28 MJTrainDisp.cc \
29 MJTrainImpact.cc \
30 MJTrainSeparation.cc \
31 MJTrainCuts.cc
32
33############################################################
34
35all: $(OBJS)
36
37include ../Makefile.rules
38
39mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.