Line | |
---|
1 | ##################################################################
|
---|
2 | #
|
---|
3 | # 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../mbase -I../mdata -I../mfileio -I../mhbase
|
---|
14 |
|
---|
15 | CINT = FBase
|
---|
16 |
|
---|
17 | SRCFILES = MF.cc \
|
---|
18 | MFDataPhrase.cc \
|
---|
19 | MFilterList.cc \
|
---|
20 | MFEventSelector.cc \
|
---|
21 | MFEventSelector2.cc \
|
---|
22 | MFDataChain.cc \
|
---|
23 | MFDataMember.cc \
|
---|
24 | MFRealTimePeriod.cc
|
---|
25 |
|
---|
26 | ############################################################
|
---|
27 |
|
---|
28 | all: $(OBJS)
|
---|
29 |
|
---|
30 | include ../Makefile.rules
|
---|
31 |
|
---|
32 | mrproper: clean rmbak
|
---|
Note:
See
TracBrowser
for help on using the repository browser.