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

Last change on this file since 5130 was 3927, checked in by tbretz, 21 years ago
*** empty log message ***
File size: 1.0 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
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 MagicDomino.cc \
37 MagicCivilization.cc \
38 MineSweeper.cc
39
40############################################################
41
42all: $(OBJS)
43
44include ../Makefile.rules
45
46mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.