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

Last change on this file since 9148 was 9035, checked in by tbretz, 16 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 MParList.cc \
31 MParContainer.cc \
32 MParEmulated.cc \
33 MParameters.cc \
34 MInputStreamID.cc \
35 MTask.cc \
36 MTaskEnv.cc \
37 MTaskInteractive.cc \
38 MTaskList.cc \
39 MFilter.cc \
40 MEvtLoop.cc \
41 MProgressBar.cc \
42 MSearch.cc \
43 MGMenu.cc \
44 MGMap.cc \
45 MIter.cc \
46 MDirIter.cc \
47 MReadSocket.cc \
48 MGGroupFrame.cc \
49 MGList.cc \
50 MGTask.cc \
51 MStatusArray.cc \
52 MStatusDisplay.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 MThread.cc \
65 MObjLookup.cc
66
67############################################################
68
69all: $(OBJS)
70
71include ../Makefile.rules
72
73mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.