source: trunk/MagicSoft/Mars/mjoptim/Makefile@ 8448

Last change on this file since 8448 was 7152, checked in by tbretz, 19 years ago
*** empty log message ***
File size: 994 bytes
Line 
1##################################################################
2#
3# makefile
4#
5# for the MARS software
6#
7##################################################################
8include ../Makefile.conf.$(OSTYPE)
9include ../Makefile.conf.general
10
11#------------------------------------------------------------------------------
12
13#
14# Handling name of the Root Dictionary Files
15#
16CINT = Optim
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../mgeom -I../mfilter -I../mjobs
23# mdata: MDataMember
24# mfbase: MF
25# mfilter: MFMagicCuts
26# mhbase: MHMatrix
27# manalysis: MMatrixLoop
28# mjobs: MJob
29# mgeom: MGeomCam
30
31SRCFILES = MJOptimize.cc \
32 MJOptimizeCuts.cc \
33 MJOptimizeDisp.cc \
34 MJOptimizeEnergy.cc
35
36############################################################
37
38all: $(OBJS)
39
40include ../Makefile.rules
41
42mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.