source: trunk/MagicSoft/Mars/mfileio/Makefile@ 9456

Last change on this file since 9456 was 9029, checked in by tbretz, 16 years ago
*** empty log message ***
File size: 1.1 KB
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../mraw -I../mmc -I../mreflector -I../mgui \
14 -I../mdata -I../mbadpixels
15#mraw: MRawRunHeader (MReadMaraFile)
16#mmc: MMcRunHeader (MReadMarsFile)
17#mreflector: MRfl* (MReadRflFile)
18#mgui: MCamEvent (MReadRflFile)
19#mdata: MData* (MWriteAsciiFile)
20
21CINT = FileIO
22
23SRCFILES = MRead.cc \
24 MChain.cc \
25 MReadTree.cc \
26 MReadFiles.cc \
27 MReadReports.cc \
28 MReadMarsFile.cc \
29 MReadRflFile.cc \
30 MReadScanFile.cc \
31 MWriteFile.cc \
32 MWriteAsciiFile.cc \
33 MWriteRootFile.cc
34
35############################################################
36
37all: $(OBJS)
38
39include ../Makefile.rules
40
41mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.