Ignore:
Timestamp:
02/06/04 17:44:49 (21 years ago)
Author:
blanch
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/Camera/Makefile.conf.general

    r2349 r3045  
    44
    55ROOTVER    =  `root-config --version`
    6 ROOTLIBS   =  `root-config --libs` -lMinuit -lHistPainter
    7 ROOTGLIBS  =  `root-config --glibs` -lMinuit -lHistPainter
     6ROOTLIBS   =  `root-config --libs` -lMinuit -lHistPainter -lThread
     7ROOTGLIBS  =  `root-config --glibs` -lMinuit -lHistPainter -lThread
    88ROOTCFLAGS =  `root-config --cflags`
    99
     
    1818#   export MARSLIBS="-lX11 -lXpm -L/usr/X11R6/lib"
    1919#
    20 DEFINES   = -DMARSVER=\"\<cvs\>\" -DROOTVER=\"$(ROOTVER)\" $(ARCHDEF) $(MARSDEFINES)
     20DEFINES   = -DMARSVER=\"\<cvs\>\" -D__MARS__ -DROOTVER=\"$(ROOTVER)\" $(ARCHDEF) $(MARSDEFINES)
    2121
    2222CXXFLAGS  = $(ROOTCFLAGS) $(INCLUDES) $(OPTIM) $(DEBUG) $(DEFINES)
Note: See TracChangeset for help on using the changeset viewer.