Last change
on this file since 18558 was 17127, checked in by tbretz, 11 years ago |
Moved the mcode stuff from mbase to Mars root directory
|
File size:
1.8 KB
|
Line | |
---|
1 | ##################################################################
|
---|
2 | #
|
---|
3 | # subdirectory makefile
|
---|
4 | #
|
---|
5 | # for the MARS software
|
---|
6 | #
|
---|
7 | ##################################################################
|
---|
8 | include ../Makefile.conf.general
|
---|
9 | include ../Makefile.conf.$(OSTYPE)
|
---|
10 |
|
---|
11 | #------------------------------------------------------------------------------
|
---|
12 |
|
---|
13 | INCLUDES = -I. -I../mfileio -I../mfbase -I../mastro -I../mcore
|
---|
14 | # mfileio: MRead (MEvtLoop)
|
---|
15 | # mfbase: MF (MContinue)
|
---|
16 | # mastro: MAstro (MTime)
|
---|
17 |
|
---|
18 | CINT = Base
|
---|
19 |
|
---|
20 | SRCFILES = 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 | MParSpline.cc \
|
---|
34 | MParList.cc \
|
---|
35 | MParContainer.cc \
|
---|
36 | MParEmulated.cc \
|
---|
37 | MParEnv.cc \
|
---|
38 | MParameters.cc \
|
---|
39 | MInputStreamID.cc \
|
---|
40 | MTask.cc \
|
---|
41 | MTaskEnv.cc \
|
---|
42 | MTaskInteractive.cc \
|
---|
43 | MTaskList.cc \
|
---|
44 | MFilter.cc \
|
---|
45 | MEvtLoop.cc \
|
---|
46 | MProgressBar.cc \
|
---|
47 | MSearch.cc \
|
---|
48 | MIter.cc \
|
---|
49 | MDirIter.cc \
|
---|
50 | MReadSocket.cc \
|
---|
51 | MGGroupFrame.cc \
|
---|
52 | MGMenu.cc \
|
---|
53 | MGMap.cc \
|
---|
54 | MGList.cc \
|
---|
55 | MGTask.cc \
|
---|
56 | MStatusArray.cc \
|
---|
57 | MStatusDisplay.cc \
|
---|
58 | MLut.cc \
|
---|
59 | MArray.cc \
|
---|
60 | MArrayB.cc \
|
---|
61 | MArrayS.cc \
|
---|
62 | MArrayD.cc \
|
---|
63 | MArrayF.cc \
|
---|
64 | MArrayI.cc \
|
---|
65 | MTime.cc \
|
---|
66 | MClone.cc \
|
---|
67 | MContinue.cc \
|
---|
68 | MPrint.cc \
|
---|
69 | MThread.cc \
|
---|
70 | MObjLookup.cc
|
---|
71 |
|
---|
72 | ############################################################
|
---|
73 |
|
---|
74 | all: $(OBJS)
|
---|
75 |
|
---|
76 | include ../Makefile.rules
|
---|
77 |
|
---|
78 | mrproper: clean rmbak
|
---|
Note:
See
TracBrowser
for help on using the repository browser.