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

Last change on this file since 232 was 232, checked in by barrand, 17 years ago
  • Property svn:executable set to *
File size: 496 bytes
Line 
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 ../Resources/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" ../Resources/G4Lab/.
17
18
19
Note: See TracBrowser for help on using the repository browser.