source: trunk/MagicSoft/Mars/mtools/Makefile@ 8411

Last change on this file since 8411 was 8087, checked in by meyer, 18 years ago
*** empty log message ***
File size: 1.1 KB
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 = Tools
17
18#
19# connect the include files defined in the config.mk file
20#
21INCLUDES = -I. -I../mbase -I../mgui -I../mgeom -I../mdata -I../mhbase \
22 -I../mfileio -I../mfbase -I../manalysis -I../mhist
23
24#manalysis: MChisqEval (MParameters)
25
26SRCFILES = MChisqEval.cc \
27 MTFillMatrix.cc \
28 MHSimulatedAnnealing.cc \
29 MSimulatedAnnealing.cc \
30 MFFT.cc \
31 MCubicCoeff.cc \
32 MCubicSpline.cc \
33 MagicReversi.cc \
34 MagicSnake.cc \
35 MagicShow.cc \
36 MagicJam.cc \
37 MagicDomino.cc \
38 MagicCivilization.cc \
39 MineSweeper.cc \
40 MRolke.cc
41
42############################################################
43
44all: $(OBJS)
45
46include ../Makefile.rules
47
48mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.