source: snovis/trunk/cmt/cpg4lab.sh @ 222

Last change on this file since 222 was 222, checked in by barrand, 17 years ago
  • Property svn:executable set to *
File size: 485 bytes
RevLine 
[222]1#!/bin/sh -f
2
3G4Lab_home="${HOME}/dev/OpenScientist/head dev/G4Lab/v8r0p0"
4
5mkdir -p ../source/G4Lab
6mkdir -p ../source/G4Lab/Interfaces
7mkdir -p ../source/G4Lab/cxx
8mkdir -p ../scripts/G4Lab
9
10find "${G4Lab_home}/include/G4Lab" -name "*.h" -exec /bin/cp {} ../source/G4Lab/. \;
11
12/bin/mv ../source/G4Lab/IGeant4Manager.h ../source/G4Lab/Interfaces/.
13
14find "${G4Lab_home}/source" -name "*.cxx" -exec /bin/cp {} ../source/G4Lab/cxx/. \;
15
16#/bin/cp -R "${G4Lab_home}/scripts" ../scripts
17
18
19
Note: See TracBrowser for help on using the repository browser.