Changeset 1148 in svn for trunk/examples/DelphesProMC.sh
- Timestamp:
- Jun 25, 2013, 9:41:18 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/DelphesProMC.sh
r1146 r1148 1 #!/bin/sh 1 2 2 INC="-I$PROMC/include -I$PROMC/src" 3 if [ -z "$PROMC" ] 4 then 5 echo "** ERROR: PROMC variable is not set. Is ProMC installed?" 6 else 7 echo ">> PROMC is set to $PROMC" 8 echo ">> Building DelphesProMC"; 3 9 4 LIB="$PROMC/src/*.cc -L$PROMC/lib -lprotoc -lprotobuf -lprotobuf-lite -lcbook -lz"10 INC="-I$PROMC/include -I$PROMC/src" 5 11 6 g++ -I. -Iexternal $INC `root-config --cflags --ldflags --libs` -lEG -L. -lDelphes $LIB -o DelphesProMC examples/DelphesProMC.cpp 12 LIB="$PROMC/src/*.cc -L$PROMC/lib -lprotoc -lprotobuf -lprotobuf-lite -lcbook -lz" 7 13 14 g++ -I. -Iexternal $INC `root-config --cflags --ldflags --libs` -lEG -L. -lDelphes $LIB -o DelphesProMC examples/DelphesProMC.cpp 15 fi
Note:
See TracChangeset
for help on using the changeset viewer.