Ignore:
Timestamp:
07/25/00 14:48:09 (24 years ago)
Author:
harald
Message:
During the Monte Carlo Software meeting, a new version of attenu.f was
promised by Jose Carlos, Frank Schroeder and Aitor Ibarra. I got this
version for the repository. A small change in the Makefile was also
neccessary. Thanks to Jose Carlos for his support to run it on alpha!
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/Reflector/Makefile

    r348 r428  
    1919#
    2020# $RCSfile: Makefile,v $
    21 # $Revision: 1.4 $
     21# $Revision: 1.5 $
    2222# $Author: harald $
    23 # $Date: 2000-01-28 09:19:54 $
     23# $Date: 2000-07-25 13:48:09 $
    2424#
    2525##################################################################
     
    4040           -I${INCLUDE_MC}   \
    4141           -I${INCLUDE_REFL} \
    42            -I/usr/include  -I/usr/include/g++
     42           -I/usr/include  -I/usr/include/cxx
    4343
    4444#CERNLIBDIR = ${CERNDIR}/pro/lib/
     
    4949# special flags
    5050
    51 osf_FORLIBS = -lUfor -lfor -lutil -lots -lm
     51osf_FORLIBS = -L/usr/lib -lUfor -lFutil -lfor -lutil -lots -lm
    5252linux_FORLIBS = -lm
    5353generic_FORLIBS = -lm
     
    6161FFLAGS    = ${CXXFLAGS}
    6262LIBS      = ${RANLIB} ${FORLIBS}
    63 #LIBS      = ${CERNLIB} ${RANLIB} ${FORLIBS}
     63LIBS      = ${CERNLIB} ${RANLIB} ${FORLIBS}
    6464
    6565#------------------------------------------------------------------------------
     
    100100        attenu.o \
    101101        readparam.o \
    102         reflector.o     
     102        reflector.o
    103103
    104104PROGRAM=reflector
Note: See TracChangeset for help on using the changeset viewer.