source: branches/Mars_IncreaseNsb/mmc/Makefile@ 19549

Last change on this file since 19549 was 18558, checked in by tbretz, 8 years ago
Added path to mcore
File size: 739 bytes
Line 
1##################################################################
2#
3# makefile
4#
5# for the MARS software
6#
7##################################################################
8include ../Makefile.conf.general
9include ../Makefile.conf.$(OSTYPE)
10
11#------------------------------------------------------------------------------
12
13INCLUDES = -I. -I../mbase -I../MBase -I../mgeom -I../mgui -I../mcore
14
15CINT = Mc
16
17SRCFILES = 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
28all: $(OBJS)
29
30include ../Makefile.rules
31
32mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.