source: trunk/Mars/mreport/Makefile@ 15191

Last change on this file since 15191 was 12861, checked in by tbretz, 13 years ago
Added containers for FSC temperatures and humidity.
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 MReportCamera.cc \
33 MReportTrigger.cc \
34 MReportCurrents.cc \
35 MReportFitsRead.cc \
36 MReportFileRead.cc \
37 MReportFileReadCC.cc \
38 MReportStarguider.cc \
39 MReportPyrometer.cc \
40 MReportRates.cc \
41 MReportTemperatures.cc \
42 MReportHumidity.cc
43
44
45############################################################
46
47all: $(OBJS)
48
49include ../Makefile.rules
50
51mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.