Ignore:
Timestamp:
02/09/05 10:13:10 (20 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Simulation/Detector/Camera
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/Camera/Makefile

    r5396 r6303  
    1919#
    2020# $RCSfile: Makefile,v $
    21 # $Revision: 1.28 $
     21# $Revision: 1.29 $
    2222# $Author: moralejo $
    23 # $Date: 2004-11-11 16:16:49 $
     23# $Date: 2005-02-09 10:13:10 $
    2424#
    2525##################################################################
     
    4949        -I${INCLUDE_MARS_MGUI} \
    5050        -I${INCLUDE_MARS_MC} \
    51         -I${INCLUDE_MARS_MRAW}
     51        -I${INCLUDE_MARS_MRAW} \
     52        -I${INCLUDE_MARS_MCALIB}
    5253
    5354RANLIB  = -L${RANLIBDIR} -lranlib
  • trunk/MagicSoft/Simulation/Detector/Camera/config.mk.Linux

    r5103 r6303  
    1818#---------------------------------------------------------------
    1919# $RCSfile: config.mk.Linux,v $
    20 # $Revision: 1.10 $
     20# $Revision: 1.11 $
    2121# $Author: moralejo $
    22 # $Date: 2004-09-17 14:48:21 $
     22# $Date: 2005-02-09 10:13:10 $
    2323##################################################################
    2424# @maintitle
     
    5555INCLUDE_MARS_MC     = ../../../Mars/mmc
    5656INCLUDE_MARS_MRAW   = ../../../Mars/mraw
     57INCLUDE_MARS_MCALIB = ../../../Mars/mcalib
    5758
    5859
  • trunk/MagicSoft/Simulation/Detector/Camera/config.mk.linux

    r5103 r6303  
    1818#---------------------------------------------------------------
    1919# $RCSfile: config.mk.linux,v $
    20 # $Revision: 1.7 $
     20# $Revision: 1.8 $
    2121# $Author: moralejo $
    22 # $Date: 2004-09-17 14:48:21 $
     22# $Date: 2005-02-09 10:13:10 $
    2323##################################################################
    2424# @maintitle
     
    5555INCLUDE_MARS_MC     = ../../../Mars/mmc
    5656INCLUDE_MARS_MRAW   = ../../../Mars/mraw
     57INCLUDE_MARS_MCALIB = ../../../Mars/mcalib
    5758
    5859OPTIM    = -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  
    1818#---------------------------------------------------------------
    1919# $RCSfile: config.mk.linux-gnu,v $
    20 # $Revision: 1.11 $
     20# $Revision: 1.12 $
    2121# $Author: moralejo $
    22 # $Date: 2004-09-17 14:48:21 $
     22# $Date: 2005-02-09 10:13:10 $
    2323##################################################################
    2424# @maintitle
     
    5555INCLUDE_MARS_MC     = ../../../Mars/mmc
    5656INCLUDE_MARS_MRAW   = ../../../Mars/mraw
     57INCLUDE_MARS_MCALIB = ../../../Mars/mcalib
    5758
    5859OPTIM    = -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  
    1818#---------------------------------------------------------------
    1919# $RCSfile: config.mk.osf1,v $
    20 # $Revision: 1.11 $
     20# $Revision: 1.12 $
    2121# $Author: moralejo $
    22 # $Date: 2004-09-17 10:32:54 $
     22# $Date: 2005-02-09 10:13:10 $
    2323##################################################################
    2424# @maintitle
     
    5656INCLUDE_MARS_MC     = ../../../Mars/mmc
    5757INCLUDE_MARS_MRAW   = ../../../Mars/mraw
     58INCLUDE_MARS_MCALIB = ../../../Mars/mcalib
    5859
    5960OPTIM    = -O2 -ieee -arch host -lpthread   
Note: See TracChangeset for help on using the changeset viewer.