source: trunk/MagicSoft/Mars/mbase/Makefile@ 7764

Last change on this file since 7764 was 7438, checked in by tbretz, 19 years ago
*** empty log message ***
File size: 1.6 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 MParameters.cc \
52 MArray.cc \
53 MArrayB.cc \
54 MArrayS.cc \
55 MArrayD.cc \
56 MArrayF.cc \
57 MArrayI.cc \
58 MTime.cc \
59 MClone.cc \
60 MContinue.cc \
61 MPrint.cc \
62 MZlib.cc
63
64############################################################
65
66all: $(OBJS)
67
68include ../Makefile.rules
69
70mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.