Changeset 3927
- Timestamp:
- 05/01/04 16:33:16 (21 years ago)
- Location:
- trunk/MagicSoft
- Files:
-
- 43 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3926 r3927 19 19 -*-*- END OF LINE -*-*- 20 20 21 2004/05/01: Thomas Bretz 22 23 * macros/rootlogon.C: 24 - ignore MARSSYS if libmars.so is found in the current path 25 26 * mastro/MObservatory.cc: 27 - small change to coordinates 28 29 * mbase/MLog.[h,cc]: 30 - enhanced output in case of problem with mutices 31 32 * mtemp/TempIncl.h, mtemp/TemlLinkDef.h: 33 - removed everything 34 35 * Makefile*, */Makefile 36 - changed all to support mtemp/mifae and similar 37 38 39 21 40 2004/05/01: Abelardo Moralejo 41 22 42 * mmain/MEventDisplay.cc 23 43 - changed back integration range for MC to 0-14 slices to avoid 24 44 confusions. 25 45 46 47 26 48 2004/05/01: Markus Gaug 49 27 50 * macros/dohtml.C 28 51 - include directory mpedestal … … 41 64 42 65 66 43 67 2004/04/30: Thomas Bretz 44 68 … … 49 73 * mbase/MTime.h: 50 74 - added 'istream &operator<<(istream &in, MTime &t)' 75 76 * mbase/BaseLinkDef.h: 77 - added new operator 51 78 52 79 -
trunk/MagicSoft/Mars/Makefile
r3806 r3927 67 67 mtools 68 68 69 # monline \70 71 69 #LIBRARIES = $(SUBDIRS:%=lib/lib%.a) 72 70 LIBRARIES = $(SUBDIRS:=.a) … … 76 74 77 75 #------------------------------------------------------------------------------ 78 79 76 .SUFFIXES: .c .cc .h .o 80 77 81 78 SRCFILES = 82 79 83 SRCS = $(SRCFILES)84 HEADERS = $(SRCFILES:.cc=.h)85 OBJS = $(SRCFILES:.cc=.o) MCint.o86 87 80 ############################################################ 88 all: rmlib$(SOLIB) $(PROGRAMS)81 all: $(SOLIB) $(PROGRAMS) 89 82 @echo " Done. " 90 83 @echo " " 91 84 92 85 static: LIBS=$(SUBDIRS:=/*.o) $(OBJS) 93 static: rmlib $(LIBRARIES) $(PROGRAMS) 86 #static: rmlib $(LIBRARIES) $(PROGRAMS) 87 static: $(LIBRARIES) $(PROGRAMS) 94 88 @echo " Done. " 95 89 @echo " " … … 104 98 @echo " Linking $(SOLIB) ..." 105 99 $(CXX) $(CXXFLAGS) $(DYNLIB) $(OBJS) $(SUBDIRS:=/*.o) $(ROOTGLIBS) -o $@ 106 # $(CXX) $(CXXFLAGS) $(DYNLIB) $(OBJS) -Wl,--export-dynamic -Llib $(LIBRARIES:%.a=-l%) -o $@107 100 108 $(PROGRAMS): $( LIBS) $(PROGRAMS:=.o)101 $(PROGRAMS): $(SOLIB) $(PROGRAMS:=.o) 109 102 @echo " Linking $@ ..." 110 $(CXX) $(CXXFLAGS) $(ROOTGLIBS) $(LIBS) $@.o $(MARS_LIB) -o $@ 111 112 # FOR CONVINIENCE CREATE Dep-file first! 113 $(LIBRARIES): 114 @echo " Creating lib$@:" 115 (cd $*; $(MAKE) -f Makefile; cd ..; mv $*/$@ lib/lib$@) 116 117 $(MRPROPERS): 118 @echo " Doing Mr.Proper in $(@:.mrproper=)" 119 (cd $(@:.mrproper=); ($(MAKE) -f Makefile mrproper > /dev/null); cd ..;) 120 121 $(CLEANERS): 122 @echo "Cleaning $(@:.clean=):" 123 (cd $(@:.clean=); $(MAKE) -f Makefile clean; cd ..;) 103 $(CXX) $(CXXFLAGS) $(ROOTGLIBS) $(SOLIB) $@.o $(MARS_LIB) -o $@ 124 104 125 105 dox: $(SOLIB) -
trunk/MagicSoft/Mars/Makefile.conf.general
r3782 r3927 24 24 FFLAGS = $(CXXFLAGS) 25 25 26 HEADERS = $($(subst .cxx,.cc,SRCFILES):.cc=.h) 27 OBJS = $($(subst .cxx,.cc,SRCFILES):.cc=.o) $(CINT)Cint.o -
trunk/MagicSoft/Mars/Makefile.conf.linux
r2491 r3927 6 6 # 7 7 ################################################################## 8 # @maintitle9 10 # @code11 8 12 9 # compilers … … 36 33 37 34 .SILENT: 38 39 # @endcode40 ##EOF41 42 -
trunk/MagicSoft/Mars/Makefile.rules
r3445 r3927 1 1 include $(CINT)Dep.d 2 2 3 $(MRPROPERS): 4 @echo " Doing Mr.Proper in $(@:.mrproper=)" 5 (cd $(@:.mrproper=); ($(MAKE) -f Makefile mrproper > /dev/null); cd ..;) 6 7 $(CLEANERS): 8 @echo "Cleaning $(@:.clean=):" 9 (cd $(@:.clean=); $(MAKE) -f Makefile clean; cd ..;) 10 11 $(LIBRARIES): 12 @echo " Calling make in $(@:.a=)" 13 (cd $*; $(MAKE) -f Makefile all) 14 3 15 $(LIB): $(OBJS) $(CINT)Cint.o 4 @echo " - Building Library lib$(LIB)"5 $( AR) $(LIB) $(OBJS) $(CINT)Cint.o16 @echo " - Building Library $(LIB)" 17 $(CXX) $(CXXFLAGS) $(DYNLIB) $(OBJS) $(CINT)Cint.o -o $(LIB) 6 18 @echo " " 7 19 8 20 $(CINT)Cint.cc: $(HEADERS) $(CINT)LinkDef.h 9 21 @echo " - Generating dictionary $(CINT)Cint.cc" 10 11 22 $(ROOTSYS)/bin/rootcint -f $(CINT)Cint.cc \ 12 23 -c $(INCLUDES) $(DEFINES) $(HEADERS) $(CINT)Incl.h $(CINT)LinkDef.h -
trunk/MagicSoft/Mars/macros/rootlogon.C
r3758 r3927 85 85 cout << endl; 86 86 87 TString dir = gSystem->Getenv("MARSSYS"); 87 const Bool_t fileexist = !gSystem->AccessPathName("libmars.so", kFileExists); 88 89 TString dir = fileexist ? "" : gSystem->Getenv("MARSSYS"); 88 90 if (!dir.IsNull()) 89 91 { -
trunk/MagicSoft/Mars/manalysis/Makefile
r3806 r3927 1 1 ################################################################## 2 2 # 3 # makefile3 # subdirectory makefile 4 4 # 5 5 # for the MARS software … … 9 9 include ../Makefile.conf.general 10 10 11 #------------------------------------------------------------------------------ 12 11 13 # 12 14 # Handling name of the Root Dictionary Files 13 15 # 14 16 CINT = Analysis 15 16 #17 # Library name to creatre18 #19 LIB = manalysis.a20 17 21 18 # … … 28 25 -I../mbadpixels -I../mastro -I../mpedestal 29 26 # mcalib: MGeomApply (MCalibrationCam) 30 31 #------------------------------------------------------------------------------32 33 .SUFFIXES: .c .cc .cxx .h .hxx .o34 27 35 28 SRCFILES = MHPedestalPix.cc \ … … 77 70 MMcCalibrationUpdate.cc 78 71 79 SRCS = $(SRCFILES)80 HEADERS = $(SRCFILES:.cc=.h)81 OBJS = $(SRCFILES:.cc=.o)82 83 72 ############################################################ 84 73 85 all: $(LIB)74 all: $(OBJS) 86 75 87 76 include ../Makefile.rules … … 90 79 91 80 mrproper: clean rmbak 92 93 # @endcode -
trunk/MagicSoft/Mars/mastro/MObservatory.cc
r3568 r3927 75 75 switch (name) 76 76 { 77 // BE EXTREMLY CARFEFULL CHANGING THIS CLASS! THE TRACKING SYSTEM78 // IS BASED ON IT!77 // BE EXTREMLY CARFEFULL CHANGING THIS CLASS! 78 // THE TRACKING SYSTEM IS BASED ON IT! 79 79 case kMagic1: 80 // Values taken from the GPS Receiver (avg 2 0h)81 // on 2 6/11/2003at 17h30 in the counting house82 fLatitude = MAstro::Dms2Rad(28, 45, 42. 576, '+');83 fLongitude = MAstro::Dms2Rad(17, 53, 26. 460, '-');84 fHeight = 219 6.5; // m80 // Values taken from the GPS Receiver (avg 24h) 81 // on 29/04/2004 at 17h30 in the counting house 82 fLatitude = MAstro::Dms2Rad(28, 45, 42.462, '+'); 83 fLongitude = MAstro::Dms2Rad(17, 53, 26.525, '-'); 84 fHeight = 2199.4; // m 85 85 fObservatoryName = "Observatorio del Roque de los Muchachos (Magic1)"; 86 86 break; -
trunk/MagicSoft/Mars/mastro/Makefile
r3811 r3927 9 9 include ../Makefile.conf.general 10 10 11 #------------------------------------------------------------------------------ 12 11 13 # 12 14 # Handling name of the Root Dictionary Files … … 15 17 16 18 # 17 # Library name to creatre18 #19 LIB = mastro.a20 21 #22 19 # connect the include files defined in the config.mk file 23 20 # 24 21 INCLUDES = -I. -I../mbase -I../mgeom -I../mtemp 25 26 22 # mgeom (MAstroCamera): MGeomCam, MGeomMirror 27 28 #------------------------------------------------------------------------------29 30 .SUFFIXES: .c .cc .cxx .h .hxx .o31 23 32 24 SRCFILES = MAstro.cc \ … … 36 28 MObservatory.cc 37 29 38 SRCS = $(SRCFILES)39 HEADERS = $(SRCFILES:.cc=.h)40 OBJS = $(SRCFILES:.cc=.o)41 42 30 ############################################################ 43 31 44 all: $( LIB)32 all: $(OBJS) 45 33 46 34 include ../Makefile.rules 47 35 48 #clean: rmcint rmobjs rmcore rmlib49 50 36 mrproper: clean rmbak 51 52 # @endcode53 -
trunk/MagicSoft/Mars/mbadpixels/Makefile
r3806 r3927 9 9 include ../Makefile.conf.general 10 10 11 #------------------------------------------------------------------------------ 12 11 13 # 12 14 # Handling name of the Root Dictionary Files 13 15 # 14 16 CINT = BadPixels 15 16 #17 # Library name to creatre18 #19 LIB = mbadpixels.a20 17 21 18 # … … 30 27 # MBadPixelsTreat (mpedestal): MPedPhot* 31 28 32 33 #------------------------------------------------------------------------------34 35 29 .SUFFIXES: .c .cc .cxx .h .hxx .o 36 30 … … 42 36 MMcBadPixelsSet.cc 43 37 44 SRCS = $(SRCFILES)45 HEADERS = $(SRCFILES:.cc=.h)46 OBJS = $(SRCFILES:.cc=.o)47 48 38 ############################################################ 49 39 50 all: $( LIB)40 all: $(OBJS) 51 41 52 42 include ../Makefile.rules … … 55 45 56 46 mrproper: clean rmbak 57 58 # @endcode -
trunk/MagicSoft/Mars/mbase/MLog.cc
r2784 r3927 359 359 360 360 // lock mutex 361 Lock( );361 Lock("UpdateGui"); 362 362 363 363 TGText &txt=*fGui->GetText(); … … 387 387 388 388 // release mutex 389 UnLock( );390 } 391 392 void MLog::Lock( )389 UnLock("UpdateGui"); 390 } 391 392 void MLog::Lock(const char *msg) 393 393 { 394 394 #ifdef _REENTRANT 395 fMuxGui->Lock(); 395 if (fMuxGui->Lock()==13) 396 Error("Lock", "%s - mutex is already locked by this thread\n", msg); 396 397 #endif 397 398 } 398 399 399 void MLog::UnLock( )400 void MLog::UnLock(const char *msg) 400 401 { 401 402 #ifdef _REENTRANT 402 fMuxGui->UnLock(); 403 if (fMuxGui->UnLock()==13) 404 Error("UnLock", "%s - tried to unlock mutex locked by other thread\n", msg); 403 405 #endif 404 406 } … … 410 412 int MLog::sync() 411 413 { 412 Lock( );414 Lock("sync"); 413 415 WriteBuffer(); 414 UnLock( );416 UnLock("sync"); 415 417 416 418 if (fDevice&eStdout) … … 446 448 if (fOutputLevel <= fDebugLevel) 447 449 { 448 Lock( );450 Lock("overflow"); 449 451 450 452 *fPPtr++ = (char)i; … … 453 455 WriteBuffer(); 454 456 455 UnLock( );457 UnLock("overflow"); 456 458 } 457 459 -
trunk/MagicSoft/Mars/mbase/MLog.h
r3183 r3927 102 102 ~MLog(); 103 103 104 void Lock( );105 void UnLock( );104 void Lock(const char *msg); 105 void UnLock(const char *msg); 106 106 107 107 void EnableDirectGui() { fIsDirectGui = kTRUE; } -
trunk/MagicSoft/Mars/mbase/Makefile
r3581 r3927 1 1 ################################################################## 2 2 # 3 # makefile3 # subdirectory makefile 4 4 # 5 5 # for the MARS software 6 6 # 7 7 ################################################################## 8 # @maintitle9 10 # @code11 12 #13 # please change all system depend values in the14 # config.mk.${OSTYPE} file15 #16 #17 8 include ../Makefile.conf.$(OSTYPE) 18 9 include ../Makefile.conf.general 19 10 20 # @endcode11 #------------------------------------------------------------------------------ 21 12 22 13 INCLUDES = -I. -I../mfileio -I../mfbase -I../mastro … … 25 16 # mastro: MAstro (MTime) 26 17 27 # @code 28 29 CINT = Base 30 LIB = mbase.a 31 32 #------------------------------------------------------------------------------ 33 34 .SUFFIXES: .c .cc .cxx .h .hxx .o 18 CINT = Base 35 19 36 20 SRCFILES = MLogo.cc \ … … 49 33 MFilter.cc \ 50 34 MEvtLoop.cc \ 51 MStatusDisplay.cc \52 35 MProgressBar.cc \ 53 36 MSearch.cc \ … … 70 53 MPrint.cc 71 54 72 SRCS = $(SRCFILES)73 HEADERS = $(SRCFILES:.cc=.h)74 OBJS = $(SRCFILES:.cc=.o)75 76 55 ############################################################ 77 56 78 all: $( LIB)57 all: $(OBJS) 79 58 80 59 include ../Makefile.rules 81 60 82 #clean: rmcint rmobjs rmcore rmlib83 84 61 mrproper: clean rmbak 85 86 # @endcode -
trunk/MagicSoft/Mars/mcalib/Makefile
r3917 r3927 9 9 include ../Makefile.conf.general 10 10 11 #------------------------------------------------------------------------------ 12 11 13 # 12 14 # Handling name of the Root Dictionary Files 13 15 # 14 16 CINT = Calib 15 16 #17 # Library name to creatre18 #19 LIB = mcalib.a20 17 21 18 # … … 33 30 # mmc: MMcFadcHeader, MMcEvt 34 31 # mimage MHillas 35 36 #------------------------------------------------------------------------------37 38 .SUFFIXES: .c .cc .cxx .h .hxx .o39 32 40 33 SRCFILES = MCalibrate.cc \ … … 55 48 MCalibrationChargePINDiode.cc \ 56 49 MHCalibrationChargeBlindPix.cc \ 57 MHCalibrationChargeBlindPix.cc \58 50 MHCalibrationChargePix.cc \ 59 51 MHCalibrationCam.cc \ … … 69 61 MHGausEvents.cc 70 62 71 SRCS = $(SRCFILES)72 HEADERS = $(SRCFILES:.cc=.h)73 OBJS = $(SRCFILES:.cc=.o)74 75 63 ############################################################ 76 64 77 all: $( LIB)65 all: $(OBJS) 78 66 79 67 include ../Makefile.rules 80 68 81 #clean: rmcint rmobjs rmcore rmlib82 83 69 mrproper: clean rmbak 84 85 # @endcode -
trunk/MagicSoft/Mars/mcamera/Makefile
r2800 r3927 9 9 include ../Makefile.conf.general 10 10 11 #------------------------------------------------------------------------------ 12 11 13 # 12 14 # Handling name of the Root Dictionary Files … … 15 17 16 18 # 17 # Library name to creatre18 #19 LIB = mcamera.a20 21 #22 19 # connect the include files defined in the config.mk file 23 20 # 24 21 INCLUDES = -I. -I../mbase -I../mgui 25 22 # mgui - MCameraDC <MCamEvent> 26 27 #------------------------------------------------------------------------------28 29 .SUFFIXES: .c .cc .cxx .h .hxx .o30 23 31 24 SRCFILES = MCameraAUX.cc \ … … 39 32 MCameraPowerSupply.cc 40 33 41 SRCS = $(SRCFILES)42 HEADERS = $(SRCFILES:.cc=.h)43 OBJS = $(SRCFILES:.cc=.o)44 45 34 ############################################################ 46 35 47 all: $( LIB)36 all: $(OBJS) 48 37 49 38 include ../Makefile.rules 50 39 51 #clean: rmcint rmobjs rmcore rmlib52 53 40 mrproper: clean rmbak 54 55 # @endcode56 -
trunk/MagicSoft/Mars/mdata/Makefile
r3666 r3927 6 6 # 7 7 ################################################################## 8 # @maintitle9 10 # @code11 12 #13 # please change all system depend values in the14 # config.mk.${OSTYPE} file15 #16 #17 8 include ../Makefile.conf.$(OSTYPE) 18 9 include ../Makefile.conf.general 19 10 20 # @endcode11 #------------------------------------------------------------------------------ 21 12 22 13 INCLUDES = -I. -I../mbase -I../mhbase 23 14 24 # @code25 26 15 CINT = Data 27 LIB = mdata.a28 29 #------------------------------------------------------------------------------30 31 .SUFFIXES: .c .cc .cxx .h .hxx .o32 16 33 17 SRCFILES = MData.cc \ … … 40 24 MDataFormula.cc 41 25 42 SRCS = $(SRCFILES)43 HEADERS = $(SRCFILES:.cc=.h)44 OBJS = $(SRCFILES:.cc=.o)45 46 26 ############################################################ 47 27 48 all: $( LIB)28 all: $(OBJS) 49 29 50 30 include ../Makefile.rules 51 31 52 #clean: rmcint rmobjs rmcore rmlib53 54 32 mrproper: clean rmbak 55 33 56 # @endcode57 -
trunk/MagicSoft/Mars/mfbase/Makefile
r3331 r3927 6 6 # 7 7 ################################################################## 8 # @maintitle9 10 # @code11 12 #13 # please change all system depend values in the14 # config.mk.${OSTYPE} file15 #16 #17 8 include ../Makefile.conf.$(OSTYPE) 18 9 include ../Makefile.conf.general 19 10 20 # @endcode11 #------------------------------------------------------------------------------ 21 12 22 13 INCLUDES = -I. -I../mbase -I../mdata -I../mfileio -I../mhbase 23 14 24 # @code25 26 15 CINT = FBase 27 LIB = mfbase.a28 29 #------------------------------------------------------------------------------30 31 .SUFFIXES: .c .cc .cxx .h .hxx .o32 16 33 17 SRCFILES = MF.cc \ … … 39 23 MFRealTimePeriod.cc 40 24 41 SRCS = $(SRCFILES)42 HEADERS = $(SRCFILES:.cc=.h)43 OBJS = $(SRCFILES:.cc=.o)44 45 25 ############################################################ 46 26 47 all: $( LIB)27 all: $(OBJS) 48 28 49 29 include ../Makefile.rules 50 30 51 #clean: rmcint rmobjs rmcore rmlib52 53 31 mrproper: clean rmbak 54 55 # @endcode56 -
trunk/MagicSoft/Mars/mfileio/Makefile
r3821 r3927 6 6 # 7 7 ################################################################## 8 # @maintitle9 10 # @code11 12 #13 # please change all system depend values in the14 # config.mk.${OSTYPE} file15 #16 #17 8 include ../Makefile.conf.$(OSTYPE) 18 9 include ../Makefile.conf.general 19 10 20 # @endcode11 #------------------------------------------------------------------------------ 21 12 22 13 INCLUDES = -I. -I../mbase -I../mraw -I../mmc -I../mreflector -I../mgui \ … … 34 25 #mpedestal: MPedestalCam (MCT1ReadAscii) 35 26 36 # @code37 38 27 CINT = FileIO 39 LIB = mfileio.a40 41 #------------------------------------------------------------------------------42 43 .SUFFIXES: .c .cc .cxx .h .hxx .o44 28 45 29 SRCFILES = MRead.cc \ … … 55 39 MCT1ReadPreProc.cc 56 40 57 SRCS = $(SRCFILES)58 HEADERS = $(SRCFILES:.cc=.h)59 OBJS = $(SRCFILES:.cc=.o)60 61 41 ############################################################ 62 42 63 all: $( LIB)43 all: $(OBJS) 64 44 65 45 include ../Makefile.rules 66 46 67 #clean: rmcint rmobjs rmcore rmlib68 69 47 mrproper: clean rmbak 70 71 # @endcode72 -
trunk/MagicSoft/Mars/mfilter/Makefile
r3816 r3927 6 6 # 7 7 ################################################################## 8 # @maintitle9 10 # @code11 12 #13 # please change all system depend values in the14 # config.mk.${OSTYPE} file15 #16 #17 8 include ../Makefile.conf.$(OSTYPE) 18 9 include ../Makefile.conf.general 19 10 20 # @endcode11 #------------------------------------------------------------------------------ 21 12 22 13 INCLUDES = -I. -I../mbase -I../mfbase -I../mraw -I../mmc -I../mdata \ … … 25 16 -I../mpedestal 26 17 27 # @code28 29 18 CINT = Filter 30 LIB = mfilter.a31 32 #------------------------------------------------------------------------------33 34 .SUFFIXES: .c .cc .cxx .h .hxx .o35 19 36 20 SRCFILES = MFTriggerLvl1.cc \ … … 49 33 MFEnergySlope.cc 50 34 51 SRCS = $(SRCFILES)52 HEADERS = $(SRCFILES:.cc=.h)53 OBJS = $(SRCFILES:.cc=.o)54 55 35 ############################################################ 56 36 57 all: $( LIB)37 all: $(OBJS) 58 38 59 39 include ../Makefile.rules 60 40 61 #clean: rmcint rmobjs rmcore rmlib62 63 41 mrproper: clean rmbak 64 65 # @endcode66 -
trunk/MagicSoft/Mars/mgeom/Makefile
r2800 r3927 9 9 include ../Makefile.conf.general 10 10 11 #------------------------------------------------------------------------------ 12 11 13 # 12 14 # Handling name of the Root Dictionary Files … … 15 17 16 18 # 17 # Library name to creatre18 #19 LIB = mgeom.a20 21 #22 19 # connect the include files defined in the config.mk file 23 20 # 24 21 INCLUDES = -I. -I../mbase -I../MBase 25 26 #------------------------------------------------------------------------------27 28 .SUFFIXES: .c .cc .cxx .h .hxx .o29 22 30 23 SRCFILES = MGeomPix.cc \ … … 41 34 MGeomPMT.cc 42 35 43 SRCS = $(SRCFILES)44 HEADERS = $(SRCFILES:.cc=.h)45 OBJS = $(SRCFILES:.cc=.o)46 47 36 ############################################################ 48 37 49 all: $( LIB)38 all: $(OBJS) 50 39 51 40 include ../Makefile.rules 52 41 53 #clean: rmcint rmobjs rmcore rmlib54 55 42 mrproper: clean rmbak 56 57 # @endcode58 -
trunk/MagicSoft/Mars/mgui/Makefile
r2800 r3927 9 9 include ../Makefile.conf.general 10 10 11 #------------------------------------------------------------------------------ 12 11 13 # 12 14 # Handling name of the Root Dictionary Files … … 15 17 16 18 # 17 # Library name to creatre18 #19 LIB = mgui.a20 21 #22 19 # connect the include files defined in the config.mk file 23 20 # 24 21 INCLUDES = -I. -I../mbase -I../mgeom 25 22 26 #------------------------------------------------------------------------------27 28 .SUFFIXES: .c .cc .cxx .h .hxx .o29 30 23 SRCFILES = MHexagon.cc \ 31 24 MCamEvent.cc 32 25 33 SRCS = $(SRCFILES)34 HEADERS = $(SRCFILES:.cc=.h)35 OBJS = $(SRCFILES:.cc=.o)36 37 26 ############################################################ 38 27 39 all: $( LIB)28 all: $(OBJS) 40 29 41 30 include ../Makefile.rules 42 31 43 #clean: rmcint rmobjs rmcore rmlib44 45 32 mrproper: clean rmbak 46 47 # @endcode48 -
trunk/MagicSoft/Mars/mhbase/Makefile
r2800 r3927 9 9 include ../Makefile.conf.general 10 10 11 #------------------------------------------------------------------------------ 12 11 13 # 12 14 # Handling name of the Root Dictionary Files … … 15 17 16 18 # 17 # Library name to creatre18 #19 LIB = mhbase.a20 21 #22 19 # connect the include files defined in the config.mk file 23 20 # 24 21 INCLUDES = -I. -I../mbase -I../mdata 25 26 #------------------------------------------------------------------------------27 28 .SUFFIXES: .c .cc .cxx .h .hxx .o29 22 30 23 SRCFILES = MFillH.cc \ … … 36 29 MHMatrix.cc 37 30 38 SRCS = $(SRCFILES)39 HEADERS = $(SRCFILES:.cc=.h)40 OBJS = $(SRCFILES:.cc=.o)41 42 31 ############################################################ 43 32 44 all: $( LIB)33 all: $(OBJS) 45 34 46 35 include ../Makefile.rules 47 36 48 #clean: rmcint rmobjs rmcore rmlib49 50 37 mrproper: clean rmbak 51 52 # @endcode53 54 55 56 57 58 59 60 -
trunk/MagicSoft/Mars/mhist/Makefile
r3816 r3927 9 9 include ../Makefile.conf.general 10 10 11 #------------------------------------------------------------------------------ 12 11 13 # 12 14 # Handling name of the Root Dictionary Files 13 15 # 14 16 CINT = Hist 15 16 #17 # Library name to creatre18 #19 LIB = mhist.a20 17 21 18 # … … 26 23 -I../mmain -I../mmc -I../mreflector -I../mpointing \ 27 24 -I../mastro -I../mpedestal 28 29 #------------------------------------------------------------------------------30 31 .SUFFIXES: .c .cc .cxx .h .hxx .o32 25 33 26 SRCFILES = MHEvent.cc \ … … 64 57 # MHCurrents.cc \ 65 58 66 67 SRCS = $(SRCFILES)68 HEADERS = $(SRCFILES:.cc=.h)69 OBJS = $(SRCFILES:.cc=.o)70 71 59 ############################################################ 72 60 73 all: $( LIB)61 all: $(OBJS) 74 62 75 63 include ../Makefile.rules 76 64 77 #clean: rmcint rmobjs rmcore rmlib78 79 65 mrproper: clean rmbak 80 81 # @endcode82 83 84 85 86 87 88 89 -
trunk/MagicSoft/Mars/mhistmc/Makefile
r3795 r3927 9 9 include ../Makefile.conf.general 10 10 11 #------------------------------------------------------------------------------ 12 11 13 # 12 14 # Handling name of the Root Dictionary Files … … 15 17 16 18 # 17 # Library name to creatre18 #19 LIB = mhistmc.a20 21 #22 19 # connect the include files defined in the config.mk file 23 20 # 24 21 INCLUDES = -I. -I../mbase -I../mhbase -I../mhist -I../mmc -I../manalysis \ 25 22 -I../mimage -I../mgeom -I../mgui 26 27 #------------------------------------------------------------------------------28 29 .SUFFIXES: .c .cc .cxx .h .hxx .o30 23 31 24 SRCFILES = MHMcEnergy.cc \ … … 42 35 MHMcTriggerLvl2.cc 43 36 44 SRCS = $(SRCFILES)45 HEADERS = $(SRCFILES:.cc=.h)46 OBJS = $(SRCFILES:.cc=.o)47 48 37 ############################################################ 49 38 50 all: $( LIB)39 all: $(OBJS) 51 40 52 41 include ../Makefile.rules 53 42 54 #clean: rmcint rmobjs rmcore rmlib55 56 43 mrproper: clean rmbak 57 58 # @endcode59 60 61 62 63 64 65 66 -
trunk/MagicSoft/Mars/mhvstime/Makefile
r3395 r3927 9 9 include ../Makefile.conf.general 10 10 11 #------------------------------------------------------------------------------ 12 11 13 # 12 14 # Handling name of the Root Dictionary Files 13 15 # 14 16 CINT = HVsTime 15 16 #17 # Library name to creatre18 #19 LIB = mhvstime.a20 17 21 18 # … … 28 25 # mraw (MRawEvtHeader) 29 26 30 #------------------------------------------------------------------------------31 32 .SUFFIXES: .c .cc .cxx .h .hxx .o33 34 27 SRCFILES = MHVsTime.cc \ 35 28 MHPixVsTime.cc \ 36 29 MHSectorVsTime.cc 37 38 39 SRCS = $(SRCFILES)40 HEADERS = $(SRCFILES:.cc=.h)41 OBJS = $(SRCFILES:.cc=.o)42 30 43 31 ############################################################ 44 32 45 all: $( LIB)33 all: $(OBJS) 46 34 47 35 include ../Makefile.rules 48 36 49 #clean: rmcint rmobjs rmcore rmlib50 51 37 mrproper: clean rmbak 52 53 # @endcode -
trunk/MagicSoft/Mars/mimage/Makefile
r3821 r3927 9 9 include ../Makefile.conf.general 10 10 11 #------------------------------------------------------------------------------ 12 11 13 # 12 14 # Handling name of the Root Dictionary Files … … 15 17 16 18 # 17 # Library name to creatre18 #19 LIB = mimage.a20 21 #22 19 # connect the include files defined in the config.mk file 23 20 # 24 21 INCLUDES = -I. -I../mbase -I../mhbase -I../mgeom -I../manalysis \ 25 22 -I../mgui -I../mmc -I../mpointing -I../mpedestal 26 27 #------------------------------------------------------------------------------28 29 .SUFFIXES: .c .cc .cxx .h .hxx .o30 23 31 24 SRCFILES = MImgCleanStd.cc \ … … 46 39 MStereoCalc.cc 47 40 48 SRCS = $(SRCFILES)49 HEADERS = $(SRCFILES:.cc=.h)50 OBJS = $(SRCFILES:.cc=.o)51 52 41 ############################################################ 53 42 54 all: $( LIB)43 all: $(OBJS) 55 44 56 45 include ../Makefile.rules 57 46 58 #clean: rmcint rmobjs rmcore rmlib59 60 47 mrproper: clean rmbak 61 62 # @endcode -
trunk/MagicSoft/Mars/mjobs/Makefile
r3854 r3927 9 9 include ../Makefile.conf.general 10 10 11 #------------------------------------------------------------------------------ 12 11 13 # 12 14 # Handling name of the Root Dictionary Files 13 15 # 14 16 CINT = Jobs 15 16 #17 # Library name to creatre18 #19 LIB = mjobs.a20 17 21 18 # … … 28 25 #manalysis: MChisqEval (MParameters) 29 26 30 #------------------------------------------------------------------------------31 32 .SUFFIXES: .c .cc .cxx .h .hxx .o33 34 27 SRCFILES = MJPedestal.cc \ 35 28 MJCalibration.cc \ … … 38 31 MGCamDisplays.cc 39 32 40 SRCS = $(SRCFILES)41 HEADERS = $(SRCFILES:.cc=.h)42 OBJS = $(SRCFILES:.cc=.o)43 44 33 ############################################################ 45 34 46 all: $( LIB)35 all: $(OBJS) 47 36 48 37 include ../Makefile.rules 49 38 50 #clean: rmcint rmobjs rmcore rmlib51 52 39 mrproper: clean rmbak 53 54 # @endcode55 -
trunk/MagicSoft/Mars/mmain/Makefile
r3815 r3927 9 9 include ../Makefile.conf.general 10 10 11 #------------------------------------------------------------------------------ 12 11 13 # 12 14 # Handling name of the Root Dictionary Files 13 15 # 14 16 CINT = Main 15 16 #17 # Library name to creatre18 #19 LIB = mmain.a20 17 21 18 # … … 27 24 -I../mdata -I../msignal -I../mcalib -I../mbadpixels \ 28 25 -I../mpointing -I../mpedestal 29 30 #------------------------------------------------------------------------------31 32 .SUFFIXES: .c .cc .cxx .h .hxx .o33 26 34 27 SRCFILES = MBrowser.cc \ … … 43 36 MCameraDisplay.cc 44 37 45 SRCS = $(SRCFILES)46 HEADERS = $(SRCFILES:.cc=.h)47 OBJS = $(SRCFILES:.cc=.o)48 49 38 ############################################################ 50 39 51 all: $( LIB)40 all: $(OBJS) 52 41 53 42 include ../Makefile.rules 54 43 55 #clean: rmcint rmobjs rmcore rmlib56 57 44 mrproper: clean rmbak 58 59 # @endcode -
trunk/MagicSoft/Mars/mmontecarlo/Makefile
r3331 r3927 9 9 include ../Makefile.conf.general 10 10 11 #------------------------------------------------------------------------------ 12 11 13 # 12 14 # Handling name of the Root Dictionary Files 13 15 # 14 16 CINT = MonteCarlo 15 16 #17 # Library name to creatre18 #19 LIB = mmontecarlo.a20 17 21 18 # … … 26 23 -I../mfilter -I../mdata -I../mfbase 27 24 28 #------------------------------------------------------------------------------29 30 .SUFFIXES: .c .cc .cxx .h .hxx .o31 32 25 SRCFILES = MMcCollectionAreaCalc.cc \ 33 26 MMcThresholdCalc.cc \ … … 37 30 MMcWeightEnergySpecCalc.cc 38 31 39 SRCS = $(SRCFILES)40 HEADERS = $(SRCFILES:.cc=.h)41 OBJS = $(SRCFILES:.cc=.o)42 43 32 ############################################################ 44 33 45 all: $( LIB)34 all: $(OBJS) 46 35 47 36 include ../Makefile.rules 48 37 49 #clean: rmcint rmobjs rmcore rmlib50 51 38 mrproper: clean rmbak 52 53 # @endcode54 -
trunk/MagicSoft/Mars/mpedestal/Makefile
r3806 r3927 9 9 include ../Makefile.conf.general 10 10 11 #------------------------------------------------------------------------------ 12 11 13 # 12 14 # Handling name of the Root Dictionary Files 13 15 # 14 16 CINT = Pedestal 15 16 #17 # Library name to creatre18 #19 LIB = mpedestal.a20 17 21 18 # … … 32 29 # MPedPhotCalc (MBadPixelsCam) 33 30 34 #------------------------------------------------------------------------------35 36 .SUFFIXES: .c .cc .cxx .h .hxx .o37 38 31 SRCFILES = MMcPedestalCopy.cc \ 39 32 MMcPedestalNSBAdd.cc \ … … 45 38 MPedestalPix.cc 46 39 47 SRCS = $(SRCFILES)48 HEADERS = $(SRCFILES:.cc=.h)49 OBJS = $(SRCFILES:.cc=.o)50 51 40 ############################################################ 52 41 53 all: $( LIB)42 all: $(OBJS) 54 43 55 44 include ../Makefile.rules … … 58 47 59 48 mrproper: clean rmbak 60 61 # @endcode -
trunk/MagicSoft/Mars/mpointing/Makefile
r3570 r3927 9 9 include ../Makefile.conf.general 10 10 11 #------------------------------------------------------------------------------ 12 11 13 # 12 14 # Handling name of the Root Dictionary Files 13 15 # 14 16 CINT = Pointing 15 16 #17 # Library name to creatre18 #19 LIB = mpointing.a20 17 21 18 # … … 25 22 -I../mastro -I../mgeom 26 23 27 #------------------------------------------------------------------------------28 29 .SUFFIXES: .c .cc .cxx .h .hxx .o30 31 24 SRCFILES = MPointingPos.cc \ 32 25 MPointingPosCalc.cc \ … … 34 27 MSrcPosCalc.cc 35 28 36 SRCS = $(SRCFILES)37 HEADERS = $(SRCFILES:.cc=.h)38 OBJS = $(SRCFILES:.cc=.o)39 40 29 ############################################################ 41 30 42 all: $( LIB)31 all: $(OBJS) 43 32 44 33 include ../Makefile.rules 45 34 46 #clean: rmcint rmobjs rmcore rmlib47 48 35 mrproper: clean rmbak 49 50 # @endcode51 -
trunk/MagicSoft/Mars/mranforest/Makefile
r2862 r3927 9 9 include ../Makefile.conf.general 10 10 11 #------------------------------------------------------------------------------ 12 11 13 # 12 14 # Handling name of the Root Dictionary Files … … 15 17 16 18 # 17 # Library name to creatre18 #19 LIB = mranforest.a20 21 #22 19 # connect the include files defined in the config.mk file 23 20 # 24 21 INCLUDES = -I. -I../mbase -I../mhbase -I../mdata -I../manalysis -I../mmc -I../mfileio 25 22 # MParContainer MH MDataArray MHadronness MMcEvt 26 #------------------------------------------------------------------------------27 28 .SUFFIXES: .c .cc .cxx .h .hxx .o29 23 30 24 SRCFILES = MRanTree.cc \ … … 36 30 MHRanForestGini.cc 37 31 38 SRCS = $(SRCFILES)39 HEADERS = $(SRCFILES:.cc=.h)40 OBJS = $(SRCFILES:.cc=.o)41 42 32 ############################################################ 43 33 44 all: $( LIB)34 all: $(OBJS) 45 35 46 36 include ../Makefile.rules 47 37 48 #clean: rmcint rmobjs rmcore rmlib49 50 38 mrproper: clean rmbak 51 52 # @endcode -
trunk/MagicSoft/Mars/mraw/Makefile
r2800 r3927 9 9 include ../Makefile.conf.general 10 10 11 #------------------------------------------------------------------------------ 12 11 13 # 12 14 # Handling name of the Root Dictionary Files … … 15 17 16 18 # 17 # Library name to creatre18 #19 LIB = mraw.a20 21 #22 19 # connect the include files defined in the config.mk file 23 20 # 24 21 INCLUDES = -I. -I../mbase -I../mgui -I../mgeom -I../MBase 25 22 # mgui (MCamEvent), mgeom(MGeomCam) 26 27 #------------------------------------------------------------------------------28 29 .SUFFIXES: .c .cc .cxx .h .hxx .o30 23 31 24 SRCFILES = MRawRunHeader.cc \ … … 40 33 MRawSocketRead.cc 41 34 42 SRCS = $(SRCFILES)43 HEADERS = $(SRCFILES:.cc=.h)44 OBJS = $(SRCFILES:.cc=.o)45 46 35 ############################################################ 47 36 48 all: $( LIB)37 all: $(OBJS) 49 38 50 39 include ../Makefile.rules 51 40 52 #clean: rmcint rmobjs rmcore rmlib53 54 41 mrproper: clean rmbak 55 56 # @endcode57 -
trunk/MagicSoft/Mars/mreflector/Makefile
r2800 r3927 9 9 include ../Makefile.conf.general 10 10 11 #------------------------------------------------------------------------------ 12 11 13 # 12 14 # Handling name of the Root Dictionary Files … … 15 17 16 18 # 17 # Library name to creatre18 #19 LIB = mreflector.a20 21 #22 19 # connect the include files defined in the config.mk file 23 20 # 24 21 INCLUDES = -I. -I../mbase -I../mgui -I../mgeom 25 26 #------------------------------------------------------------------------------27 28 .SUFFIXES: .c .cc .cxx .h .hxx .o29 22 30 23 SRCFILES = MRflEvtData.cc \ … … 33 26 MRflSinglePhoton.cc 34 27 35 SRCS = $(SRCFILES)36 HEADERS = $(SRCFILES:.cc=.h)37 OBJS = $(SRCFILES:.cc=.o)38 39 28 ############################################################ 40 29 41 all: $( LIB)30 all: $(OBJS) 42 31 43 32 include ../Makefile.rules 44 33 45 #clean: rmcint rmobjs rmcore rmlib46 47 34 mrproper: clean rmbak 48 49 # @endcode50 -
trunk/MagicSoft/Mars/mreport/Makefile
r3331 r3927 9 9 include ../Makefile.conf.general 10 10 11 #------------------------------------------------------------------------------ 12 11 13 # 12 14 # Handling name of the Root Dictionary Files … … 15 17 16 18 # 17 # Library name to creatre18 #19 LIB = mreport.a20 21 #22 19 # connect the include files defined in the config.mk file 23 20 # 24 21 INCLUDES = -I. -I../mbase -I../mastro -I../mcamera -I../mgui 25 22 # mgui - MCameraDC <MCamEvent> 26 27 #------------------------------------------------------------------------------28 29 .SUFFIXES: .c .cc .cxx .h .hxx .o30 23 31 24 SRCFILES = MReport.cc \ … … 40 33 MReportFileRead.cc 41 34 42 SRCS = $(SRCFILES)43 HEADERS = $(SRCFILES:.cc=.h)44 OBJS = $(SRCFILES:.cc=.o)45 46 35 ############################################################ 47 36 48 all: $( LIB)37 all: $(OBJS) 49 38 50 39 include ../Makefile.rules 51 40 52 #clean: rmcint rmobjs rmcore rmlib53 54 41 mrproper: clean rmbak 55 56 # @endcode57 -
trunk/MagicSoft/Mars/msignal/Makefile
r3913 r3927 9 9 include ../Makefile.conf.general 10 10 11 #------------------------------------------------------------------------------ 12 11 13 # 12 14 # Handling name of the Root Dictionary Files 13 15 # 14 16 CINT = Signal 15 16 #17 # Library name to creatre18 #19 LIB = msignal.a20 17 21 18 # … … 30 27 # mraw (MRawEvtData): MExtractSignal 31 28 # manalysis (MPedestalCam): MExtractSignal 32 33 #------------------------------------------------------------------------------34 35 .SUFFIXES: .c .cc .cxx .h .hxx .o36 29 37 30 SRCFILES = MExtractedSignalCam.cc \ … … 57 50 MArrivalTimePix.cc 58 51 59 SRCS = $(SRCFILES)60 HEADERS = $(SRCFILES:.cc=.h)61 OBJS = $(SRCFILES:.cc=.o)62 63 52 ############################################################ 64 53 65 all: $( LIB)54 all: $(OBJS) 66 55 67 56 include ../Makefile.rules 68 57 69 #clean: rmcint rmobjs rmcore rmlib70 71 58 mrproper: clean rmbak 72 73 # @endcode74 -
trunk/MagicSoft/Mars/msql/Makefile
r3328 r3927 9 9 include ../Makefile.conf.general 10 10 11 ############################################################ 12 11 13 # 12 14 # Handling name of the Root Dictionary Files … … 15 17 16 18 # 17 # Library name to creatre18 #19 LIB = msql.a20 21 #22 19 # connect the include files defined in the config.mk file 23 20 # 24 21 INCLUDES = -I. -I../mbase -I../mraw 25 26 .SUFFIXES: .c .cc .cxx .h .hxx .o27 22 28 23 SRCFILES = \ … … 30 25 MSqlInsertRun.cc 31 26 32 SRCS = $(SRCFILES)33 HEADERS = $(SRCFILES:.cc=.h)34 OBJS = $(SRCFILES:.cc=.o)35 36 27 ############################################################ 37 28 38 all: $( LIB)29 all: $(OBJS) 39 30 40 31 include ../Makefile.rules 41 32 42 #clean: rmcint rmobjs rmcore rmlib43 44 33 mrproper: clean rmbak 45 46 # @endcode47 48 -
trunk/MagicSoft/Mars/mtemp/Makefile
r2800 r3927 1 1 ################################################################## 2 2 # 3 # makefile3 # subdirectory makefile 4 4 # 5 5 # for the MARS software … … 9 9 include ../Makefile.conf.general 10 10 11 # 12 # Handling name of the Root Dictionary Files 13 # 14 CINT = Temp 11 #------------------------------------------------------------------------------ 15 12 16 # 17 # Library name to creatre 18 # 19 LIB = mtemp.a 13 INCLUDES = -I. 20 14 21 # 22 # connect the include files defined in the config.mk file 23 # 24 INCLUDES = -I. -I../mbase -I../mraw -I../manalysis -I../mmc \ 25 -I../mgui -I../mgeom -I../mdata -I../mhist -I../../slalib 15 CINT = Temp 26 16 27 .SUFFIXES: .c .cc .cxx .h .hxx .o 28 29 SRCFILES = \ 30 MObservatoryLocation.cc \ 31 MVPObject.cc \ 32 MVPPlotter.cc \ 33 MVPTime.cc 34 35 SRCS = $(SRCFILES) 36 HEADERS = $(SRCFILES:.cc=.h) 37 OBJS = $(SRCFILES:.cc=.o) 17 SRCFILES = 38 18 39 19 ############################################################ 40 20 41 all: $( LIB)21 all: $(OBJS) 42 22 43 23 include ../Makefile.rules 44 24 45 #clean: rmcint rmobjs rmcore rmlib46 47 25 mrproper: clean rmbak 48 49 # @endcode50 51 -
trunk/MagicSoft/Mars/mtemp/TempIncl.h
r1681 r3927 1 1 #ifndef __CINT__ 2 2 3 #include <slalib.h>4 5 3 #endif // __CINT__ -
trunk/MagicSoft/Mars/mtemp/TempLinkDef.h
r1681 r3927 5 5 #pragma link off all functions; 6 6 7 #pragma link C++ class MObservatoryLocation+;8 #pragma link C++ class MVPObject+;9 #pragma link C++ class MVPPlotter+;10 #pragma link C++ class MVPTime+; -
trunk/MagicSoft/Mars/mtemp/mifae/Makefile
r3916 r3927 23 23 24 24 PROGRAMS = makeHillas psffit 25 SOLIB = ../../libmars.so26 LIB = mifae.a25 #SOLIB = ../../libmars.so 26 #LIB = mifae.a 27 27 28 28 #------------------------------------------------------------------------------ … … 48 48 49 49 50 .SUFFIXES: .c .cc .h .o50 #.SUFFIXES: .c .cc .h .o 51 51 52 52 SRCFILES = \ … … 57 57 # MSrcRotate.cc 58 58 59 SRCS = $(SRCFILES)60 HEADERS = $(SRCFILES:.cc=.h)61 OBJS = $(SRCFILES:.cc=.o)59 #SRCS = $(SRCFILES) 60 #HEADERS = $(SRCFILES:.cc=.h) 61 #OBJS = $(SRCFILES:.cc=.o) 62 62 63 63 ############################################################ 64 64 #all: $(LIB) $(PROGRAMS) 65 all: $( LIB)65 all: $(OBJS) 66 66 @echo " Done. " 67 67 @echo " " -
trunk/MagicSoft/Mars/mtools/Makefile
r3331 r3927 9 9 include ../Makefile.conf.general 10 10 11 #------------------------------------------------------------------------------ 12 11 13 # 12 14 # Handling name of the Root Dictionary Files 13 15 # 14 16 CINT = Tools 15 16 #17 # Library name to creatre18 #19 LIB = mtools.a20 17 21 18 # … … 26 23 27 24 #manalysis: MChisqEval (MParameters) 28 29 #------------------------------------------------------------------------------30 31 .SUFFIXES: .c .cc .cxx .h .hxx .o32 25 33 26 SRCFILES = MChisqEval.cc \ … … 45 38 MineSweeper.cc 46 39 47 48 SRCS = $(SRCFILES)49 HEADERS = $(SRCFILES:.cc=.h)50 OBJS = $(SRCFILES:.cc=.o)51 52 40 ############################################################ 53 41 54 all: $( LIB)42 all: $(OBJS) 55 43 56 44 include ../Makefile.rules 57 45 58 #clean: rmcint rmobjs rmcore rmlib59 60 46 mrproper: clean rmbak 61 62 # @endcode63 -
trunk/MagicSoft/include-Classes/MMcFormat/Makefile
r2800 r3927 6 6 # 7 7 ################################################################## 8 # @maintitle9 10 # @code11 12 #13 # please change all system depend values in the14 # config.mk.${OSTYPE} file15 #16 #17 8 include ../Makefile.conf.$(OSTYPE) 18 9 include ../Makefile.conf.general 19 10 20 # @endcode11 #------------------------------------------------------------------------------ 21 12 22 13 INCLUDES = -I. -I../mbase -I../MBase -I../mgeom 23 14 24 # @code25 26 15 CINT = Mc 27 LIB = mmc.a28 29 #------------------------------------------------------------------------------30 31 .SUFFIXES: .c .cc .cxx .h .hxx .o32 16 33 17 SRCFILES = MMcTrigHeader.cxx \ … … 35 19 MMcRunHeader.cxx \ 36 20 MMcEvt.cxx \ 37 MMcTrig.cxx 38 39 SRCFILESCC = MMcConfigRunHeader.cc \ 40 MMcCorsikaRunHeader.cc 41 42 43 SRCS = $(SRCFILES) 44 45 HEADERS = $(SRCFILES:.cxx=.hxx) $(SRCFILESCC:.cc=.h) 46 OBJS = $(SRCFILES:.cxx=.o) $(SRCFILESCC:.cc=.o) 21 MMcTrig.cxx \ 22 MMcConfigRunHeader.cc \ 23 MMcCorsikaRunHeader.cc 47 24 48 25 ############################################################ 49 26 50 all: $( LIB)27 all: $(OBJS) 51 28 52 29 include ../Makefile.rules 53 30 54 #clean: rmcint rmobjs rmcore rmlib55 56 31 mrproper: clean rmbak 57 58 # @endcode
Note:
See TracChangeset
for help on using the changeset viewer.