Ignore:
Timestamp:
11/19/99 08:40:44 (25 years ago)
Author:
harald
Message:
Now it is possible to compile the camera programm under osf1.
File:
1 edited

Legend:

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

    r308 r327  
    1818#---------------------------------------------------------------
    1919# $RCSfile: config.mk.linux-gnu,v $
    20 # $Revision: 1.1.1.1 $
     20# $Revision: 1.2 $
    2121# $Author: harald $
    22 # $Date: 1999-11-05 11:59:32 $
     22# $Date: 1999-11-19 08:40:43 $
    2323##################################################################
    2424# @maintitle
     
    4747INCLUDE_REFL    = ../Reflector
    4848INCLUDE_ROOT    = ${ROOTSYS}/include
    49 INCLUDE_g++     = /usr/include/g++
     49INCLUDE_CPLUS   = /usr/include/g++
     50
     51# all the stuff for ROOT
     52
     53
     54ROOTLIBS      = -L$(ROOTSYS)/lib -lNew -lBase -lCint -lClib \
     55                -lCont -lFunc -lGraf -lGraf3d -lHist -lHtml \
     56                -lMatrix -lMeta -lMinuit -lNet -lPostscript \
     57                -lProof -lTree -lUnix -lZip -lRint
     58
     59ROOTGLIBS     = -lGpad -lGui -lGX11 -lX3d -lX11
     60
     61GLIBS         = $(ROOTLIBS) $(ROOTGLIBS) -L/usr/X11R6/lib \
     62                -lXpm -lX11  -lm -ldl -rdynamic
     63
     64
     65# compiler options
    5066
    5167#OPTIM    = -O2 -ieee 
Note: See TracChangeset for help on using the changeset viewer.