source: trunk/MagicSoft/include-Classes/MMcFormat/Makefile@ 4308

Last change on this file since 4308 was 3927, checked in by tbretz, 21 years ago
*** empty log message ***
  • Property svn:executable set to *
File size: 697 bytes
Line 
1##################################################################
2#
3# makefile
4#
5# for the MARS software
6#
7##################################################################
8include ../Makefile.conf.$(OSTYPE)
9include ../Makefile.conf.general
10
11#------------------------------------------------------------------------------
12
13INCLUDES = -I. -I../mbase -I../MBase -I../mgeom
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
25############################################################
26
27all: $(OBJS)
28
29include ../Makefile.rules
30
31mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.