Ignore:
Timestamp:
10/25/00 10:13:24 (24 years ago)
Author:
magicsol
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r400 r441  
    1818#---------------------------------------------------------------
    1919# $RCSfile: config.mk.osf1,v $
    20 # $Revision: 1.2 $
    21 # $Author: MagicSol $
    22 # $Date: 2000-06-07 11:20:05 $
     20# $Revision: 1.3 $
     21# $Author: magicsol $
     22# $Date: 2000-10-25 09:13:24 $
    2323##################################################################
    2424# @maintitle
     
    4040# includes
    4141
     42ROOTSYS = `root-config --prefix`
    4243INCLUDE         = ../include-GENERAL
    4344INCLUDE_COR     = ../include-CORSIKA
     
    5556
    5657# libraries
     58ROOTLIBS = `root-config --libs`
     59#ROOTLIBS =     -L${ROOTSYS}/lib -lNew -lCore -lCint -lHist \
     60#               -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \
     61#               -lMatrix -lPhysics -lm 
    5762
    58 ROOTLIBS =      -L/CERN/root/lib -lNew -lCore -lCint -lHist \
    59                 -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \
    60                 -lMatrix -lPhysics -lm 
    61 
    62 ROOTGLIBS =     -L/CERN/root/lib -lNew -lCore -lCint -lHist \
    63                 -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \
    64                 -lMatrix -lPhysics -lGui -lm 
     63ROOTGLIBS = `root-config --glibs`
     64#ROOTGLIBS =    -L${ROOTSYS}/lib -lNew -lCore -lCint -lHist \
     65#               -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \
     66#               -lMatrix -lPhysics -lGui -lm 
    6567
    6668GLIBS =         $(ROOTLIBS) $(ROOTGLIBS)
     
    6971
    7072RANLIBDIR = ../lib
    71 CERNDIR = /cern
    72 
     73CERNDIR = /CERN
     74 
    7375# system
    7476
Note: See TracChangeset for help on using the changeset viewer.