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

Last change on this file since 4098 was 4081, checked in by tbretz, 20 years ago
*** empty log message ***
File size: 1.4 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 MLog.cc \
25 MLogManip.cc \
26 MLogPlugin.cc \
27 MLogHtml.cc \
28 MParContainer.cc \
29 MParList.cc \
30 MInputStreamID.cc \
31 MTask.cc \
32 MTaskInteractive.cc \
33 MTaskList.cc \
34 MFilter.cc \
35 MEvtLoop.cc \
36 MProgressBar.cc \
37 MSearch.cc \
38 MGMenu.cc \
39 MGMap.cc \
40 MIter.cc \
41 MDirIter.cc \
42 MRunIter.cc \
43 MReadSocket.cc \
44 MGGroupFrame.cc \
45 MGList.cc \
46 MGTask.cc \
47 MStatusArray.cc \
48 MStatusDisplay.cc \
49 MArray.cc \
50 MArrayB.cc \
51 MArrayS.cc \
52 MTime.cc \
53 MClone.cc \
54 MContinue.cc \
55 MPrint.cc
56
57############################################################
58
59all: $(OBJS)
60
61include ../Makefile.rules
62
63mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.