![]() |
|
|||
Warning, file /geant4/examples/extended/physicslists/extensibleFactory/shared/scripts/copy_files.sh was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 #!/bin/sh 0002 0003 # Script to copy classes from shared directory into include and src 0004 # as it is required by GNUmake build. 0005 # Usage: copy_files.sh directoryName 0006 # 0007 # By I. Hrivnacova, IPN Orsay 0008 0009 DIRNAME=$1 0010 0011 cp -rp $DIRNAME/include include 0012 cp -rp $DIRNAME/src src 0013 0014 echo "... copy_files.sh from $1 finished" 0015
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |