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

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