Last change
on this file since 18481 was 17387, checked in by tbretz, 11 years ago |
Removed svn:executable property, these are no executables.
|
File size:
728 bytes
|
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../MBase -I../mgeom -I../mgui
|
---|
14 |
|
---|
15 | CINT = Mc
|
---|
16 |
|
---|
17 | SRCFILES = MMcTrigHeader.cxx \
|
---|
18 | MMcFadcHeader.cxx \
|
---|
19 | MMcRunHeader.cxx \
|
---|
20 | MMcEvt.cxx \
|
---|
21 | MMcTrig.cxx \
|
---|
22 | MMcConfigRunHeader.cc \
|
---|
23 | MMcCorsikaRunHeader.cc \
|
---|
24 | MMcEvtBasic.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.