source: trunk/MagicSoft/Mars/mreport/Makefile@ 9410

Last change on this file since 9410 was 8955, 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
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# mgui - MCameraDC <MCamEvent>
23
24SRCFILES = MReport.cc \
25 MReportCC.cc \
26 MReportRec.cc \
27 MReportRun.cc \
28 MReportDAQ.cc \
29 MReportHelp.cc \
30 MReportDrive.cc \
31 MReportCamera.cc \
32 MReportTrigger.cc \
33 MReportCurrents.cc \
34 MReportFileRead.cc \
35 MReportFileReadCC.cc \
36 MReportStarguider.cc \
37 MReportPyrometer.cc
38
39############################################################
40
41all: $(OBJS)
42
43include ../Makefile.rules
44
45mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.