source: releases/Mars.2014.05.26/mbadpixels/Makefile

Last change on this file was 9518, checked in by tbretz, 15 years ago
*** empty log message ***
File size: 1.3 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 = BadPixels
17
18#
19# connect the include files defined in the config.mk file
20#
21INCLUDES = -I. -I../mbase -I../manalysis -I../mgeom -I../mgui \
22 -I../mmc -I../mpedestal -I../msignal -I../mpointing \
23 -I../mhbase -I../mhist -I../mraw
24# MBadPixelsCalc (manalysis): MPedPhotCam, MSigmabar
25# MBadPixelsCalc (mgeom): MGeomCam
26# MBadPixelsCam (mgui): MCamEvent
27# MMcBadPixelsSet (mmc): MMcRunHeader
28# MBadPixelsTreat (mpedestal): MPedPhot*
29# MBadPixelsTreat (msignal): MArrivalTime
30
31.SUFFIXES: .c .cc .cxx .h .hxx .o
32
33SRCFILES = MBadPixelsPix.cc \
34 MBadPixelsCam.cc \
35 MBadPixelsMerge.cc \
36 MBadPixelsCalc.cc \
37 MBadPixelsTreat.cc \
38 MMcBadPixelsSet.cc \
39 MHBadPixels.cc
40
41############################################################
42
43all: $(OBJS)
44
45include ../Makefile.rules
46
47clean: rmcint rmobjs rmcore rmlib
48
49mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.