Ignore:
Timestamp:
09/17/04 14:51:02 (20 years ago)
Author:
moralejo
Message:
Adapted headers to current c++ style, removed -Wno-deprecated from
compilation options.
File:
1 edited

Legend:

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

    r2432 r5099  
    1818#---------------------------------------------------------------
    1919# $RCSfile: config.mk.linux-gnu,v $
    20 # $Revision: 1.2 $
    21 # $Author: blanch $
    22 # $Date: 2003-10-26 20:10:41 $
     20# $Revision: 1.3 $
     21# $Author: moralejo $
     22# $Date: 2004-09-17 13:51:01 $
    2323##################################################################
    2424# @maintitle
     
    4141INCLUDE_TRIGGER = ../include-MTrigger
    4242INCLUDE_FADC    = ../include-MFadc
    43 INCLUDE_EVITA   = ../../../include-Classes
    44 INCLUDE_EVITA_MC     = ../../../include-Classes/MMcFormat
    45 INCLUDE_EVITA_RAW    = ../../../include-Classes/MRawFormat
    46 INCLUDE_EVITA_BASE   = ../../../include-Classes/MBase
    47 INCLUDE_REFL    = ../Reflector
    4843INCLUDE_ROOT    = ${ROOTSYS}/include
    4944INCLUDE_CPLUS   = /usr/include/g++
     45
     46INCLUDE_MARS_MBASE  = ../../../Mars/mbase
     47INCLUDE_MARS_MGEOM  = ../../../Mars/mgeom
     48INCLUDE_MARS_MGUI   = ../../../Mars/mgui
     49INCLUDE_MARS_MC     = ../../../Mars/mmc
     50INCLUDE_MARS_MRAW   = ../../../Mars/mraw
    5051
    5152# all the stuff for ROOT
     
    5455ROOTLIBS      = `root-config --libs`
    5556
    56 #       -L/cern/root/lib -lNew -lCore -lCint -lHist -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript -lMatrix -lPhysics -lm -ldl -rdynamic
    57 
    5857ROOTGLIBS     = `root-config --glibs`
    59 
    60 #       -L/cern/root/lib -lNew -lCore -lCint -lHist -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript -lMatrix -lPhysics -lGui -lm -ldl -rdynamic
    6158
    6259GLIBS         = $(ROOTLIBS) $(ROOTGLIBS) -L/usr/X11R6/lib \
     
    6663# compiler options
    6764
    68 #OPTIM    = -O2 -ieee 
    6965OPTIM    = -O2 -Wall -fPIC
    7066DEBUG    = -g
     
    7369
    7470RANLIBDIR = ../lib
    75 CERNDIR = /cern
    7671
    7772# system
Note: See TracChangeset for help on using the changeset viewer.