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

Last change on this file since 9229 was 9229, checked in by tbretz, 16 years ago
*** empty log message ***
File size: 1.7 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 MSpline3.cc \
26 MEnv.cc \
27 MLog.cc \
28 MLogManip.cc \
29 MLogPlugin.cc \
30 MLogHtml.cc \
31 MParList.cc \
32 MParContainer.cc \
33 MParEmulated.cc \
34 MParameters.cc \
35 MInputStreamID.cc \
36 MTask.cc \
37 MTaskEnv.cc \
38 MTaskInteractive.cc \
39 MTaskList.cc \
40 MFilter.cc \
41 MEvtLoop.cc \
42 MProgressBar.cc \
43 MSearch.cc \
44 MGMenu.cc \
45 MGMap.cc \
46 MIter.cc \
47 MDirIter.cc \
48 MReadSocket.cc \
49 MGGroupFrame.cc \
50 MGList.cc \
51 MGTask.cc \
52 MStatusArray.cc \
53 MStatusDisplay.cc \
54 MArray.cc \
55 MArrayB.cc \
56 MArrayS.cc \
57 MArrayD.cc \
58 MArrayF.cc \
59 MArrayI.cc \
60 MTime.cc \
61 MClone.cc \
62 MContinue.cc \
63 MPrint.cc \
64 MZlib.cc \
65 MThread.cc \
66 MObjLookup.cc
67
68############################################################
69
70all: $(OBJS)
71
72include ../Makefile.rules
73
74mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.