Line | |
---|
1 | ##################################################################
|
---|
2 | #
|
---|
3 | # subdirectory makefile
|
---|
4 | #
|
---|
5 | # for the MARS software
|
---|
6 | #
|
---|
7 | ##################################################################
|
---|
8 | include ../Makefile.conf.$(OSTYPE)
|
---|
9 | include ../Makefile.conf.general
|
---|
10 |
|
---|
11 | #------------------------------------------------------------------------------
|
---|
12 |
|
---|
13 | INCLUDES = -I. -I../mfileio -I../mfbase -I../mastro
|
---|
14 | # mfileio: MRead (MEvtLoop)
|
---|
15 | # mfbase: MF (MContinue)
|
---|
16 | # mastro: MAstro (MTime)
|
---|
17 |
|
---|
18 | CINT = Base
|
---|
19 |
|
---|
20 | SRCFILES = MLogo.cc \
|
---|
21 | MArgs.cc \
|
---|
22 | MString.cc \
|
---|
23 | MMath.cc \
|
---|
24 | MEnv.cc \
|
---|
25 | MLog.cc \
|
---|
26 | MLogManip.cc \
|
---|
27 | MLogPlugin.cc \
|
---|
28 | MLogHtml.cc \
|
---|
29 | MParContainer.cc \
|
---|
30 | MParList.cc \
|
---|
31 | MInputStreamID.cc \
|
---|
32 | MTask.cc \
|
---|
33 | MTaskEnv.cc \
|
---|
34 | MTaskInteractive.cc \
|
---|
35 | MTaskList.cc \
|
---|
36 | MFilter.cc \
|
---|
37 | MEvtLoop.cc \
|
---|
38 | MProgressBar.cc \
|
---|
39 | MSearch.cc \
|
---|
40 | MGMenu.cc \
|
---|
41 | MGMap.cc \
|
---|
42 | MIter.cc \
|
---|
43 | MDirIter.cc \
|
---|
44 | MRunIter.cc \
|
---|
45 | MReadSocket.cc \
|
---|
46 | MGGroupFrame.cc \
|
---|
47 | MGList.cc \
|
---|
48 | MGTask.cc \
|
---|
49 | MStatusArray.cc \
|
---|
50 | MStatusDisplay.cc \
|
---|
51 | MParameters.cc \
|
---|
52 | MArray.cc \
|
---|
53 | MArrayB.cc \
|
---|
54 | MArrayS.cc \
|
---|
55 | MArrayD.cc \
|
---|
56 | MArrayF.cc \
|
---|
57 | MArrayI.cc \
|
---|
58 | MTime.cc \
|
---|
59 | MClone.cc \
|
---|
60 | MContinue.cc \
|
---|
61 | MPrint.cc
|
---|
62 |
|
---|
63 | ############################################################
|
---|
64 |
|
---|
65 | all: $(OBJS)
|
---|
66 |
|
---|
67 | include ../Makefile.rules
|
---|
68 |
|
---|
69 | mrproper: clean rmbak
|
---|
Note:
See
TracBrowser
for help on using the repository browser.