|
Last change
on this file since 276 was 232, checked in by barrand, 19 years ago |
|
|
-
Property svn:executable
set to
*
|
|
File size:
496 bytes
|
| Line | |
|---|
| 1 | #!/bin/sh -f
|
|---|
| 2 |
|
|---|
| 3 | G4Lab_home="${HOME}/dev/OpenScientist/head dev/G4Lab/v8r0p0"
|
|---|
| 4 |
|
|---|
| 5 | mkdir -p ../source/G4Lab
|
|---|
| 6 | mkdir -p ../source/G4Lab/Interfaces
|
|---|
| 7 | mkdir -p ../source/G4Lab/cxx
|
|---|
| 8 | mkdir -p ../Resources/G4Lab
|
|---|
| 9 |
|
|---|
| 10 | find "${G4Lab_home}/include/G4Lab" -name "*.h" -exec /bin/cp {} ../source/G4Lab/. \;
|
|---|
| 11 |
|
|---|
| 12 | /bin/mv ../source/G4Lab/IGeant4Manager.h ../source/G4Lab/Interfaces/.
|
|---|
| 13 |
|
|---|
| 14 | find "${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.