Ignore:
Timestamp:
09/17/04 11:32:54 (20 years ago)
Author:
moralejo
Message:
Simplified. Now Mars code is not compiled by camera. Instead, libmars.so
is used for the linking at the very end.
File:
1 edited

Legend:

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

    r3045 r5096  
    1818#---------------------------------------------------------------
    1919# $RCSfile: config.mk.osf1,v $
    20 # $Revision: 1.10 $
    21 # $Author: blanch $
    22 # $Date: 2004-02-06 17:40:41 $
     20# $Revision: 1.11 $
     21# $Author: moralejo $
     22# $Date: 2004-09-17 10:32:54 $
    2323##################################################################
    2424# @maintitle
     
    4747INCLUDE_TRIGGER      = ../include-MTrigger
    4848INCLUDE_FADC         = ../include-MFadc
    49 INCLUDE_EVITA        = ../../../include-Classes
    50 INCLUDE_EVITA_MC     = ../../../include-Classes/MMcFormat
    51 INCLUDE_EVITA_RAW    = ../../../include-Classes/MRawFormat
    52 INCLUDE_EVITA_BASE   = ../../../include-Classes/MBase
    53 INCLUDE_MARS_MGEOM   = ../../../include-Classes/mgeom
    54 INCLUDE_REFL         = ../ReflectorII
    5549INCLUDE_STAR         = ../StarResponse
    5650INCLUDE_ROOT         = ${ROOTSYS}/include
    5751INCLUDE_CPLUS        = /usr/include/cxx
     52
     53INCLUDE_MARS_MBASE  = ../../../Mars/mbase
     54INCLUDE_MARS_MGEOM  = ../../../Mars/mgeom
     55INCLUDE_MARS_MGUI   = ../../../Mars/mgui
     56INCLUDE_MARS_MC     = ../../../Mars/mmc
     57INCLUDE_MARS_MRAW   = ../../../Mars/mraw
    5858
    5959OPTIM    = -O2 -ieee -arch host -lpthread   
     
    6262# libraries
    6363ROOTLIBS = `root-config --libs` -lMinuit -lHistPainter -lThread
    64 #ROOTLIBS =     -L${ROOTSYS}/lib -lNew -lCore -lCint -lHist \
    65 #               -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \
    66 #               -lMatrix -lPhysics -lm 
    6764
    68 ROOTGLIBS = `root-config --glibs` -lMinuit -lHistPainter -lThread
    69 #ROOTGLIBS =    -L${ROOTSYS}/lib -lNew -lCore -lCint -lHist \
    70 #               -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \
    71 #               -lMatrix -lPhysics -lGui -lm 
     65ROOTGLIBS = `root-config --glibs` -lMinuit -lHistPainter -lThread -lMatrix -lPhysics -lGui -lm 
    7266
    7367ROOTVER   = `root-config  --version`
     
    7670GLIBS =         $(ROOTLIBS) $(ROOTGLIBS)
    7771
    78 
    79 
    8072RANLIBDIR = ../lib
    81 CERNDIR = /CERN
    8273 
    8374# system
Note: See TracChangeset for help on using the changeset viewer.