Line | |
---|
1 | ##################################################################
|
---|
2 | #
|
---|
3 | # makefile
|
---|
4 | #
|
---|
5 | # for the MARS software
|
---|
6 | #
|
---|
7 | ##################################################################
|
---|
8 | include ../Makefile.conf.$(OSTYPE)
|
---|
9 | include ../Makefile.conf.general
|
---|
10 |
|
---|
11 | #------------------------------------------------------------------------------
|
---|
12 |
|
---|
13 | #
|
---|
14 | # Handling name of the Root Dictionary Files
|
---|
15 | #
|
---|
16 | CINT = BadPixels
|
---|
17 |
|
---|
18 | #
|
---|
19 | # connect the include files defined in the config.mk file
|
---|
20 | #
|
---|
21 | INCLUDES = -I. -I../mbase -I../manalysis -I../mgeom -I../mgui \
|
---|
22 | -I../mmc -I../mpedestal
|
---|
23 | # MBadPixelsCalc (manalysis): MPedPhotCam, MSigmabar
|
---|
24 | # MBadPixelsCalc (mgeom): MGeomCam
|
---|
25 | # MBadPixelsCam (mgui): MCamEvent
|
---|
26 | # MMcBadPixelsSet (mmc): MMcRunHeader
|
---|
27 | # MBadPixelsTreat (mpedestal): MPedPhot*
|
---|
28 |
|
---|
29 | .SUFFIXES: .c .cc .cxx .h .hxx .o
|
---|
30 |
|
---|
31 | SRCFILES = MBadPixelsPix.cc \
|
---|
32 | MBadPixelsCam.cc \
|
---|
33 | MBadPixelsMerge.cc \
|
---|
34 | MBadPixelsCalc.cc \
|
---|
35 | MBadPixelsTreat.cc \
|
---|
36 | MMcBadPixelsSet.cc
|
---|
37 |
|
---|
38 | ############################################################
|
---|
39 |
|
---|
40 | all: $(OBJS)
|
---|
41 |
|
---|
42 | include ../Makefile.rules
|
---|
43 |
|
---|
44 | clean: rmcint rmobjs rmcore rmlib
|
---|
45 |
|
---|
46 | mrproper: clean rmbak
|
---|
Note:
See
TracBrowser
for help on using the repository browser.