Ignore:
Timestamp:
01/15/01 12:43:30 (24 years ago)
Author:
magicsol
Message:
It takes into account some modifications in the repository.
Location:
trunk/MagicSoft/Simulation/Detector/Camera
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/Camera/config.mk.linux-gnu

    r387 r507  
    1818#---------------------------------------------------------------
    1919# $RCSfile: config.mk.linux-gnu,v $
    20 # $Revision: 1.3 $
    21 # $Author: blanch $
    22 # $Date: 2000-03-24 18:19:36 $
     20# $Revision: 1.4 $
     21# $Author: magicsol $
     22# $Date: 2001-01-15 12:42:19 $
    2323##################################################################
    2424# @maintitle
     
    4040# includes
    4141
    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++
     42INCLUDE              = ../include-GENERAL
     43INCLUDE_COR          = ../include-CORSIKA
     44INCLUDE_MC           = ../include-MC
     45INCLUDE_TRIGGER      = ../include-MTrigger
     46INCLUDE_FADC         = ../include-MFadc
     47INCLUDE_EVITA        = ../../../include-Classes
     48INCLUDE_EVITA_MC     = ../../../include-Classes/MMcFormat
     49INCLUDE_EVITA_RAW    = ../../../include-Classes/MRawFormat
     50INCLUDE_EVITA_BASE   = ../../../include-Classes/MBase
     51INCLUDE_REFL         = ../Reflector
     52INCLUDE_ROOT         = ${ROOTSYS}/include
     53INCLUDE_CPLUS        = /usr/include/g++
    5154
    5255OPTIM    = -O2 -Wall -fno-rtti -fno-exceptions -fPIC
  • trunk/MagicSoft/Simulation/Detector/Camera/config.mk.osf1

    r441 r507  
    1818#---------------------------------------------------------------
    1919# $RCSfile: config.mk.osf1,v $
    20 # $Revision: 1.3 $
     20# $Revision: 1.4 $
    2121# $Author: magicsol $
    22 # $Date: 2000-10-25 09:13:24 $
     22# $Date: 2001-01-15 12:43:30 $
    2323##################################################################
    2424# @maintitle
     
    4141
    4242ROOTSYS = `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
     43INCLUDE              = ../include-GENERAL
     44INCLUDE_COR          = ../include-CORSIKA
     45INCLUDE_MC           = ../include-MC
     46INCLUDE_TRIGGER      = ../include-MTrigger
     47INCLUDE_FADC         = ../include-MFadc
     48INCLUDE_EVITA        = ../../../include-Classes
     49INCLUDE_EVITA_MC     = ../../../include-Classes/MMcFormat
     50INCLUDE_EVITA_RAW    = ../../../include-Classes/MRawFormat
     51INCLUDE_EVITA_BASE   = ../../../include-Classes/MBase
     52INCLUDE_REFL         = ../Reflector
     53INCLUDE_ROOT         = ${ROOTSYS}/include
     54INCLUDE_CPLUS        = /usr/include/cxx
    5255
    5356OPTIM    = -ieee -arch host   
Note: See TracChangeset for help on using the changeset viewer.