Ignore:
Timestamp:
09/17/04 14:51:02 (20 years ago)
Author:
moralejo
Message:
Adapted headers to current c++ style, removed -Wno-deprecated from
compilation options.
File:
1 edited

Legend:

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

    r5082 r5099  
    1919#
    2020# $RCSfile: Makefile,v $
    21 # $Revision: 1.6 $
     21# $Revision: 1.7 $
    2222# $Author: moralejo $
    23 # $Date: 2004-09-16 16:20:13 $
     23# $Date: 2004-09-17 13:51:01 $
    2424#
    2525##################################################################
     
    4040        -I${INCLUDE_COR}  \
    4141        -I${INCLUDE_MC}   \
    42         -I${INCLUDE_EVITA}   \
    43         -I${INCLUDE_EVITA_MC}   \
    44         -I${INCLUDE_EVITA_RAW}   \
    45         -I${INCLUDE_EVITA_BASE}   \
    46         -I${INCLUDE_MARS_MGEOM}   \
    4742        -I${INCLUDE_TRIGGER}   \
    4843        -I${INCLUDE_FADC}   \
    4944        -I${INCLUDE_ROOT} \
    50         -I${INCLUDE_CPLUS}
     45        -I${INCLUDE_CPLUS} \
     46        -I${INCLUDE_MARS_MBASE} \
     47        -I${INCLUDE_MARS_MGEOM} \
     48        -I${INCLUDE_MARS_MGUI} \
     49        -I${INCLUDE_MARS_MC} \
     50        -I${INCLUDE_MARS_MRAW}
     51
    5152
    5253RANLIB  = -L${RANLIBDIR} -lranlib
     
    5859
    5960osf_FORLIBS = -lUfor -lfor -lutil -lots -lm
    60 #linux_FORLIBS =  -lf2c -lm /usr/lib/libc.a
    6161linux_FORLIBS =  -lm -ldl
    62 #linux_FORLIBS =  -lm -ldl -rdynamic
    6362generic_FORLIBS = -lm
     63
     64MARSLIBS = ../../../Mars/libmars.so
    6465
    6566FORLIBS = ${${SYSTEM}_FORLIBS}
     
    7071CFLAGS    = ${CXXFLAGS}
    7172FFLAGS    = ${CXXFLAGS}
    72 LIBS      = ${RANLIB} ${ROOTLIBS} ${ROOTGLIBS} ${GLIBS}
     73LIBS      = ${RANLIB} ${ROOTLIBS} ${ROOTGLIBS} ${GLIBS} ${MARSLIBS}
    7374
    7475#
Note: See TracChangeset for help on using the changeset viewer.