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

    r5072 r5096  
    1818#---------------------------------------------------------------
    1919# $RCSfile: config.mk.linux,v $
    20 # $Revision: 1.5 $
     20# $Revision: 1.6 $
    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++
    5751
    58 #OPTIM    = -O2 -Wall -fno-rtti -fno-exceptions -fPIC
     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
     57
    5958OPTIM    = -O5 -Wall -fno-exceptions -fPIC -Wpointer-arith -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Woverloaded-virtual -Wno-deprecated
    60 
    6159DEBUG    = -g
    6260
     
    6563ROOTLIBS =  `root-config --libs` -lMinuit -lHistPainter -lThread
    6664
    67 #       -L/CERN/root/lib -lNew -lCore -lCint -lHist \
    68 #               -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \
    69 #               -lMatrix -lPhysics -lm 
    70 
    71 ROOTGLIBS = `root-config --glibs` -lThread -lMinuit -lHistPainter -lThread
    72 
    73 #       0-L/CERN/root/lib -lNew -lCore -lCint -lHist \
    74 #               -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \
    75 #               -lMatrix -lPhysics -lGui -lm 
     65ROOTGLIBS = `root-config --glibs` -lMinuit -lHistPainter -lThread
    7666
    7767ROOTVER   = `root-config  --version`
    7868ROOTCFLAGS= `root-config  --cflags`
    7969
     70GLIBS =         $(ROOTLIBS) $(ROOTGLIBS)
    8071
    81 GLIBS =         $(ROOTLIBS) $(ROOTGLIBS)
     72RANLIBDIR = ../lib
    8273
    8374#
     
    8980#GLIBS = -static -L/cern/root/root/lib -lRoot -lpthread -lm -ldl
    9081#
    91 
    92 RANLIBDIR = ../lib
    93 CERNDIR = /cern
    9482
    9583# system
Note: See TracChangeset for help on using the changeset viewer.