Changeset 507 for trunk/MagicSoft
- Timestamp:
- 01/15/01 12:43:30 (24 years ago)
- Location:
- trunk/MagicSoft/Simulation/Detector/Camera
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/config.mk.linux-gnu
r387 r507 18 18 #--------------------------------------------------------------- 19 19 # $RCSfile: config.mk.linux-gnu,v $ 20 # $Revision: 1. 3$21 # $Author: blanch$22 # $Date: 200 0-03-24 18:19:36$20 # $Revision: 1.4 $ 21 # $Author: magicsol $ 22 # $Date: 2001-01-15 12:42:19 $ 23 23 ################################################################## 24 24 # @maintitle … … 40 40 # includes 41 41 42 INCLUDE = ../include-GENERAL 43 INCLUDE_COR = ../include-CORSIKA 44 INCLUDE_MC = ../include-MC 45 INCLUDE_TRIGGER = ../include-MTrigger 46 INCLUDE_FADC = ../include-MFadc 47 INCLUDE_EVITA = ../../../include-Classes 48 INCLUDE_REFL = ../Reflector 49 INCLUDE_ROOT = ${ROOTSYS}/include 50 INCLUDE_CPLUS = /usr/include/g++ 42 INCLUDE = ../include-GENERAL 43 INCLUDE_COR = ../include-CORSIKA 44 INCLUDE_MC = ../include-MC 45 INCLUDE_TRIGGER = ../include-MTrigger 46 INCLUDE_FADC = ../include-MFadc 47 INCLUDE_EVITA = ../../../include-Classes 48 INCLUDE_EVITA_MC = ../../../include-Classes/MMcFormat 49 INCLUDE_EVITA_RAW = ../../../include-Classes/MRawFormat 50 INCLUDE_EVITA_BASE = ../../../include-Classes/MBase 51 INCLUDE_REFL = ../Reflector 52 INCLUDE_ROOT = ${ROOTSYS}/include 53 INCLUDE_CPLUS = /usr/include/g++ 51 54 52 55 OPTIM = -O2 -Wall -fno-rtti -fno-exceptions -fPIC -
trunk/MagicSoft/Simulation/Detector/Camera/config.mk.osf1
r441 r507 18 18 #--------------------------------------------------------------- 19 19 # $RCSfile: config.mk.osf1,v $ 20 # $Revision: 1. 3$20 # $Revision: 1.4 $ 21 21 # $Author: magicsol $ 22 # $Date: 200 0-10-25 09:13:24$22 # $Date: 2001-01-15 12:43:30 $ 23 23 ################################################################## 24 24 # @maintitle … … 41 41 42 42 ROOTSYS = `root-config --prefix` 43 INCLUDE = ../include-GENERAL 44 INCLUDE_COR = ../include-CORSIKA 45 INCLUDE_MC = ../include-MC 46 INCLUDE_TRIGGER = ../include-MTrigger 47 INCLUDE_FADC = ../include-MFadc 48 INCLUDE_EVITA = ../../../include-Classes 49 INCLUDE_REFL = ../Reflector 50 INCLUDE_ROOT = ${ROOTSYS}/include 51 INCLUDE_CPLUS = /usr/include/cxx 43 INCLUDE = ../include-GENERAL 44 INCLUDE_COR = ../include-CORSIKA 45 INCLUDE_MC = ../include-MC 46 INCLUDE_TRIGGER = ../include-MTrigger 47 INCLUDE_FADC = ../include-MFadc 48 INCLUDE_EVITA = ../../../include-Classes 49 INCLUDE_EVITA_MC = ../../../include-Classes/MMcFormat 50 INCLUDE_EVITA_RAW = ../../../include-Classes/MRawFormat 51 INCLUDE_EVITA_BASE = ../../../include-Classes/MBase 52 INCLUDE_REFL = ../Reflector 53 INCLUDE_ROOT = ${ROOTSYS}/include 54 INCLUDE_CPLUS = /usr/include/cxx 52 55 53 56 OPTIM = -ieee -arch host
Note:
See TracChangeset
for help on using the changeset viewer.