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

Last change on this file since 3927 was 3927, 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 MIter.cc \
39 MDirIter.cc \
40 MRunIter.cc \
41 MReadSocket.cc \
42 MGGroupFrame.cc \
43 MGList.cc \
44 MGTask.cc \
45 MStatusArray.cc \
46 MStatusDisplay.cc \
47 MArray.cc \
48 MArrayB.cc \
49 MArrayS.cc \
50 MTime.cc \
51 MClone.cc \
52 MContinue.cc \
53 MPrint.cc
54
55############################################################
56
57all: $(OBJS)
58
59include ../Makefile.rules
60
61mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.