Changeset 6303 for trunk/MagicSoft/Simulation/Detector/Camera
- Timestamp:
- 02/09/05 10:13:10 (20 years ago)
- Location:
- trunk/MagicSoft/Simulation/Detector/Camera
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/Makefile
r5396 r6303 19 19 # 20 20 # $RCSfile: Makefile,v $ 21 # $Revision: 1.2 8$21 # $Revision: 1.29 $ 22 22 # $Author: moralejo $ 23 # $Date: 200 4-11-11 16:16:49$23 # $Date: 2005-02-09 10:13:10 $ 24 24 # 25 25 ################################################################## … … 49 49 -I${INCLUDE_MARS_MGUI} \ 50 50 -I${INCLUDE_MARS_MC} \ 51 -I${INCLUDE_MARS_MRAW} 51 -I${INCLUDE_MARS_MRAW} \ 52 -I${INCLUDE_MARS_MCALIB} 52 53 53 54 RANLIB = -L${RANLIBDIR} -lranlib -
trunk/MagicSoft/Simulation/Detector/Camera/config.mk.Linux
r5103 r6303 18 18 #--------------------------------------------------------------- 19 19 # $RCSfile: config.mk.Linux,v $ 20 # $Revision: 1.1 0$20 # $Revision: 1.11 $ 21 21 # $Author: moralejo $ 22 # $Date: 200 4-09-17 14:48:21$22 # $Date: 2005-02-09 10:13:10 $ 23 23 ################################################################## 24 24 # @maintitle … … 55 55 INCLUDE_MARS_MC = ../../../Mars/mmc 56 56 INCLUDE_MARS_MRAW = ../../../Mars/mraw 57 INCLUDE_MARS_MCALIB = ../../../Mars/mcalib 57 58 58 59 -
trunk/MagicSoft/Simulation/Detector/Camera/config.mk.linux
r5103 r6303 18 18 #--------------------------------------------------------------- 19 19 # $RCSfile: config.mk.linux,v $ 20 # $Revision: 1. 7$20 # $Revision: 1.8 $ 21 21 # $Author: moralejo $ 22 # $Date: 200 4-09-17 14:48:21$22 # $Date: 2005-02-09 10:13:10 $ 23 23 ################################################################## 24 24 # @maintitle … … 55 55 INCLUDE_MARS_MC = ../../../Mars/mmc 56 56 INCLUDE_MARS_MRAW = ../../../Mars/mraw 57 INCLUDE_MARS_MCALIB = ../../../Mars/mcalib 57 58 58 59 OPTIM = -O5 -Wall -fno-exceptions -fPIC -Wpointer-arith -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Woverloaded-virtual -
trunk/MagicSoft/Simulation/Detector/Camera/config.mk.linux-gnu
r5103 r6303 18 18 #--------------------------------------------------------------- 19 19 # $RCSfile: config.mk.linux-gnu,v $ 20 # $Revision: 1.1 1$20 # $Revision: 1.12 $ 21 21 # $Author: moralejo $ 22 # $Date: 200 4-09-17 14:48:21$22 # $Date: 2005-02-09 10:13:10 $ 23 23 ################################################################## 24 24 # @maintitle … … 55 55 INCLUDE_MARS_MC = ../../../Mars/mmc 56 56 INCLUDE_MARS_MRAW = ../../../Mars/mraw 57 INCLUDE_MARS_MCALIB = ../../../Mars/mcalib 57 58 58 59 OPTIM = -O5 -Wall -fno-exceptions -fPIC -Wpointer-arith -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Woverloaded-virtual -
trunk/MagicSoft/Simulation/Detector/Camera/config.mk.osf1
r5096 r6303 18 18 #--------------------------------------------------------------- 19 19 # $RCSfile: config.mk.osf1,v $ 20 # $Revision: 1.1 1$20 # $Revision: 1.12 $ 21 21 # $Author: moralejo $ 22 # $Date: 200 4-09-17 10:32:54$22 # $Date: 2005-02-09 10:13:10 $ 23 23 ################################################################## 24 24 # @maintitle … … 56 56 INCLUDE_MARS_MC = ../../../Mars/mmc 57 57 INCLUDE_MARS_MRAW = ../../../Mars/mraw 58 INCLUDE_MARS_MCALIB = ../../../Mars/mcalib 58 59 59 60 OPTIM = -O2 -ieee -arch host -lpthread
Note:
See TracChangeset
for help on using the changeset viewer.