All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions | Variables
fix_cmake_genie3.pl File Reference

Go to the source code of this file.

Functions

use vars qw (%dir_list)
 
foreach my $lib (sort keys%dir_list)
 

Variables

use strict
 
 BEGIN
 
 s {GPHRESEG GPHRESXS\}/\$\{GPHRESEG\} \$\{GPHRESXS\}/g
 

Function Documentation

foreach my $lib ( sort keys%  dir_list)

Definition at line 50 of file fix_cmake_genie3.pl.

50  {
51  next if m&add_subdirectory&i;
52  next if m&simple_plugin&i;
53  next if m&SUBDIRNAME&i;
54  next if m&SUBDIRS&i;
55  #s&\b\Q${lib}\E([^\.\s]*\b)([^\.]|$)&$dir_list{$lib}${1}${2}&g and last;
56  s&\b\Q${lib}\E\b([^\.]|$)&$dir_list{$lib}${1}${2}&g and last;
57 }
BEGIN_PROLOG g
tuple m
now if test mode generate materials, CRT shell, world, gdml header else just generate CRT shell for u...
return match has_match and(match.match_pdg==11 or match.match_pdg==-11)
then echo File list $list not found else cat $list while read file do echo $file sed s
Definition: file_to_url.sh:60
foreach my $lib(sort keys%dir_list)
Definition: fix_cmake.pl:185
use vars qw ( dir_list)

Variable Documentation

BEGIN

Definition at line 5 of file fix_cmake_genie3.pl.

s {GPHRESEG GPHRESXS\}/\$\{GPHRESEG\} \$\{GPHRESXS\}/g

Definition at line 59 of file fix_cmake_genie3.pl.

use strict

Definition at line 1 of file fix_cmake_genie3.pl.