Ignore:
Timestamp:
02/06/04 17:44:49 (21 years ago)
Author:
blanch
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2963 r3045  
    1818#---------------------------------------------------------------
    1919# $RCSfile: config.mk.linux,v $
    20 # $Revision: 1.3 $
     20# $Revision: 1.4 $
    2121# $Author: blanch $
    22 # $Date: 2004-01-30 09:52:59 $
     22# $Date: 2004-02-06 17:39:51 $
    2323##################################################################
    2424# @maintitle
     
    5656INCLUDE_CPLUS        = /usr/include/g++
    5757
    58 OPTIM    = -O2 -Wall -fno-rtti -fno-exceptions -fPIC
     58# OPTIM    = -O2 -Wall -fno-rtti -fno-exceptions -fPIC
     59OPTIM    = -O5 -Wall -fno-exceptions -fPIC -Wpointer-arith -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Woverloaded-virtual
    5960DEBUG    = -g
    6061
    6162# libraries
    6263
    63 ROOTLIBS =  `root-config --libs`
     64ROOTLIBS =  `root-config --libs` -lMinuit -lHistPainter -lThread
    6465
    6566#       -L/CERN/root/lib -lNew -lCore -lCint -lHist \
     
    6768#               -lMatrix -lPhysics -lm 
    6869
    69 ROOTGLIBS = `root-config --glibs`
     70ROOTGLIBS = `root-config --glibs` -lMinuit -lHistPainter -lThread
    7071
    7172#       0-L/CERN/root/lib -lNew -lCore -lCint -lHist \
    7273#               -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \
    7374#               -lMatrix -lPhysics -lGui -lm 
     75
     76ROOTVER   = `root-config  --version`
     77ROOTCFLAGS= `root-config  --cflags`
     78
    7479
    7580GLIBS =         $(ROOTLIBS) $(ROOTGLIBS)
Note: See TracChangeset for help on using the changeset viewer.