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

Last change on this file since 8324 was 8011, checked in by tbretz, 18 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 = MAGIC.cc \
21 MLogo.cc \
22 MArgs.cc \
23 MString.cc \
24 MMath.cc \
25 MEnv.cc \
26 MLog.cc \
27 MLogManip.cc \
28 MLogPlugin.cc \
29 MLogHtml.cc \
30 MParContainer.cc \
31 MParList.cc \
32 MInputStreamID.cc \
33 MTask.cc \
34 MTaskEnv.cc \
35 MTaskInteractive.cc \
36 MTaskList.cc \
37 MFilter.cc \
38 MEvtLoop.cc \
39 MProgressBar.cc \
40 MSearch.cc \
41 MGMenu.cc \
42 MGMap.cc \
43 MIter.cc \
44 MDirIter.cc \
45 MRunIter.cc \
46 MReadSocket.cc \
47 MGGroupFrame.cc \
48 MGList.cc \
49 MGTask.cc \
50 MStatusArray.cc \
51 MStatusDisplay.cc \
52 MParameters.cc \
53 MArray.cc \
54 MArrayB.cc \
55 MArrayS.cc \
56 MArrayD.cc \
57 MArrayF.cc \
58 MArrayI.cc \
59 MTime.cc \
60 MClone.cc \
61 MContinue.cc \
62 MPrint.cc \
63 MZlib.cc
64
65############################################################
66
67all: $(OBJS)
68
69include ../Makefile.rules
70
71mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.