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.linux-gnu

    r5072 r5096  
    1818#---------------------------------------------------------------
    1919# $RCSfile: config.mk.linux-gnu,v $
    20 # $Revision: 1.9 $
     20# $Revision: 1.10 $
    2121# $Author: moralejo $
    22 # $Date: 2004-09-16 15:16:34 $
     22# $Date: 2004-09-17 10:32:54 $
    2323##################################################################
    2424# @maintitle
     
    4646INCLUDE_TRIGGER      = ../include-MTrigger
    4747INCLUDE_FADC         = ../include-MFadc
    48 INCLUDE_EVITA        = ../../../include-Classes
    49 INCLUDE_EVITA_MC     = ../../../include-Classes/MMcFormat
    50 INCLUDE_EVITA_RAW    = ../../../include-Classes/MRawFormat
    51 INCLUDE_EVITA_BASE   = ../../../include-Classes/MBase
    52 INCLUDE_MARS_MGEOM   = ../../../include-Classes/mgeom
    53 INCLUDE_REFL         = ../ReflectorII
    5448INCLUDE_STAR         = ../StarResponse
    5549INCLUDE_ROOT         = ${ROOTSYS}/include
    5650INCLUDE_CPLUS        = /usr/include/g++
     51
     52INCLUDE_MARS_MBASE  = ../../../Mars/mbase
     53INCLUDE_MARS_MGEOM  = ../../../Mars/mgeom
     54INCLUDE_MARS_MGUI   = ../../../Mars/mgui
     55INCLUDE_MARS_MC     = ../../../Mars/mmc
     56INCLUDE_MARS_MRAW   = ../../../Mars/mraw
    5757
    5858OPTIM    = -O5 -Wall -fno-exceptions -fPIC -Wpointer-arith -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Woverloaded-virtual -Wno-deprecated
     
    6363ROOTLIBS =  `root-config --libs` -lMinuit -lHistPainter -lThread
    6464
    65 #       -L/CERN/root/lib -lNew -lCore -lCint -lHist \
    66 #               -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \
    67 #               -lMatrix -lPhysics -lm 
    68 
    6965ROOTGLIBS = `root-config --glibs` -lMinuit -lHistPainter -lThread
    70 
    71 #       -L/CERN/root/lib -lNew -lCore -lCint -lHist \
    72 #               -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \
    73 #               -lMatrix -lPhysics -lGui -lm 
    74 
    75 GLIBS =         $(ROOTLIBS) $(ROOTGLIBS)
    7666
    7767ROOTVER   = `root-config  --version`
    7868ROOTCFLAGS= `root-config  --cflags`
    7969
     70GLIBS =         $(ROOTLIBS) $(ROOTGLIBS)
    8071
    8172RANLIBDIR = ../lib
    82 CERNDIR = /cern
    8373
    8474# system
Note: See TracChangeset for help on using the changeset viewer.