source: tags/Mars-V0.9/mbase/Makefile

Last change on this file was 6553, checked in by tbretz, 20 years ago
*** empty log message ***
File size: 1.5 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
13INCLUDES = -I. -I../mfileio -I../mfbase -I../mastro
14# mfileio: MRead (MEvtLoop)
15# mfbase: MF (MContinue)
16# mastro: MAstro (MTime)
17
18CINT = Base
19
20SRCFILES = MLogo.cc \
21 MArgs.cc \
22 MString.cc \
23 MMath.cc \
24 MEnv.cc \
25 MLog.cc \
26 MLogManip.cc \
27 MLogPlugin.cc \
28 MLogHtml.cc \
29 MParContainer.cc \
30 MParList.cc \
31 MInputStreamID.cc \
32 MTask.cc \
33 MTaskEnv.cc \
34 MTaskInteractive.cc \
35 MTaskList.cc \
36 MFilter.cc \
37 MEvtLoop.cc \
38 MProgressBar.cc \
39 MSearch.cc \
40 MGMenu.cc \
41 MGMap.cc \
42 MIter.cc \
43 MDirIter.cc \
44 MRunIter.cc \
45 MReadSocket.cc \
46 MGGroupFrame.cc \
47 MGList.cc \
48 MGTask.cc \
49 MStatusArray.cc \
50 MStatusDisplay.cc \
51 MArray.cc \
52 MArrayB.cc \
53 MArrayS.cc \
54 MArrayD.cc \
55 MArrayF.cc \
56 MArrayI.cc \
57 MTime.cc \
58 MClone.cc \
59 MContinue.cc \
60 MPrint.cc
61
62############################################################
63
64all: $(OBJS)
65
66include ../Makefile.rules
67
68mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.