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

Last change on this file since 7388 was 5796, checked in by riegel, 20 years ago
*** empty log message ***
File size: 1.0 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 MReportRun.cc \
27 MReportDAQ.cc \
28 MReportHelp.cc \
29 MReportDrive.cc \
30 MReportCamera.cc \
31 MReportTrigger.cc \
32 MReportCurrents.cc \
33 MReportFileRead.cc \
34 MReportFileReadCC.cc \
35 MReportStarguider.cc
36############################################################
37
38all: $(OBJS)
39
40include ../Makefile.rules
41
42mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.