source:
trunk/Mars/mimage/Makefile@
20037
| Last change on this file since 20037 was 19969, checked in by , 5 years ago | |
|---|---|
| File size: 1.3 KB | |
| Line | |
|---|---|
| 1 | ################################################################## |
| 2 | # |
| 3 | # makefile |
| 4 | # |
| 5 | # for the MARS software |
| 6 | # |
| 7 | ################################################################## |
| 8 | include ../Makefile.conf.general |
| 9 | include ../Makefile.conf.$(OSTYPE) |
| 10 | |
| 11 | #------------------------------------------------------------------------------ |
| 12 | |
| 13 | # |
| 14 | # Handling name of the Root Dictionary Files |
| 15 | # |
| 16 | CINT = Image |
| 17 | |
| 18 | # |
| 19 | # connect the include files defined in the config.mk file |
| 20 | # |
| 21 | INCLUDES = -I. -I../mbase -I../mhbase -I../mgeom -I../msignal \ |
| 22 | -I../mgui -I../mmc -I../mpointing -I../mpedestal \ |
| 23 | -I../mhist -I../manalysis |
| 24 | |
| 25 | # mhist: MHHillas (MHCamera) |
| 26 | |
| 27 | |
| 28 | SRCFILES = MImgCleanStd.cc \ |
| 29 | MImgCleanTime.cc \ |
| 30 | MImgCleanSimple.cc \ |
| 31 | MImgCleanFAMOUS.cc \ |
| 32 | MHillas.cc \ |
| 33 | MHillasSrc.cc \ |
| 34 | MHillasExt.cc \ |
| 35 | MHillasCalc.cc \ |
| 36 | MImagePar.cc \ |
| 37 | MNewImagePar.cc \ |
| 38 | MNewImagePar2.cc \ |
| 39 | MConcentration.cc \ |
| 40 | MHHillas.cc \ |
| 41 | MHHillasSrc.cc \ |
| 42 | MHHillasExt.cc \ |
| 43 | MHImagePar.cc \ |
| 44 | MHNewImagePar.cc \ |
| 45 | MHNewImagePar2.cc \ |
| 46 | MHVsSize.cc \ |
| 47 | MStereoPar.cc \ |
| 48 | MStereoCalc.cc |
| 49 | |
| 50 | ############################################################ |
| 51 | |
| 52 | all: $(OBJS) |
| 53 | |
| 54 | include ../Makefile.rules |
| 55 | |
| 56 | mrproper: clean rmbak |
Note:
See TracBrowser
for help on using the repository browser.
