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

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