source: trunk/Mars/mreport/Makefile@ 12860

Last change on this file since 12860 was 12860, checked in by tbretz, 13 years ago
Added MReportRates to store the contenst of the TRIGGER_RATES service of the FTM.
File size: 1.2 KB
Line 
1##################################################################
2#
3# makefile
4#
5# for the MARS software
6#
7##################################################################
8include ../Makefile.conf.general
9include ../Makefile.conf.$(OSTYPE)
10
11#------------------------------------------------------------------------------
12
13#
14# Handling name of the Root Dictionary Files
15#
16CINT = Report
17
18#
19# connect the include files defined in the config.mk file
20#
21INCLUDES = -I. -I../mbase -I../mastro -I../mcamera -I../mgui -I../mtrigger \
22 -I../mcore
23# mgui - MCameraDC <MCamEvent>
24
25SRCFILES = MReport.cc \
26 MReportCC.cc \
27 MReportRec.cc \
28 MReportRun.cc \
29 MReportDAQ.cc \
30 MReportHelp.cc \
31 MReportDrive.cc \
32 MReportRates.cc \
33 MReportCamera.cc \
34 MReportTrigger.cc \
35 MReportCurrents.cc \
36 MReportFitsRead.cc \
37 MReportFileRead.cc \
38 MReportFileReadCC.cc \
39 MReportStarguider.cc \
40 MReportPyrometer.cc
41
42############################################################
43
44all: $(OBJS)
45
46include ../Makefile.rules
47
48mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.