All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions | Variables
fix-cmake-genie.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
 

Function Documentation

foreach my $lib ( sort keys%  dir_list)

Definition at line 57 of file fix-cmake-genie.pl.

57  {
58  next if m&add_subdirectory&i;
59  next if m&find_ups_product&i;
60  next if m&cet_find_library&i;
61  next if m&simple_plugin&i;
62  next if m&create_version_variables&i;
63  next if m&SUBDIRNAME&i;
64  next if m&SUBDIRS&i;
65  next if m&LIBRARY_NAME&i;
66  next if m&PACKAGE&i;
67  #s&\b\Q${lib}\E([^\.\s]*\b)([^\.]|$)&$dir_list{$lib}${1}${2}&g and last;
68  s&\b\Q${lib}\E\b([^\.]|$)&$dir_list{$lib}${1}${2}&g and last;
69 }
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-genie.pl.

use strict

Definition at line 1 of file fix-cmake-genie.pl.