source: JEM-EUSO/esaf_cc_at_lal/packages/g4libs.gmk @ 114

Last change on this file since 114 was 114, checked in by moretto, 11 years ago

actual version of ESAF at CCin2p3

File size: 308 bytes
Line 
1#this config file includes Geant4 libs
2ifdef G4INSTALL
3GEANT_LIBDIR := $(G4INSTALL)/lib/Linux-g++
4G4LIBS   := -L${GEANT_LIBDIR} $(shell cat ${GEANT_LIBDIR}/libname.map | ${GEANT_LIBDIR}/liblist -m ${GEANT_LIBDIR})
5G4LIBS   += -L${CLHEP_LIB_DIR} -l${CLHEP_LIB}
6#-L/usr/lib -lxerces-c-3.1
7export G4LIBS
8endif
Note: See TracBrowser for help on using the repository browser.