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

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