All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Update-v09_06_00-serviceConfigurations.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 
3 import sys, re
4 
5 import SerialSubstitution
6 from SerialSubstitution import AddProcessor, RunSubstitutor
7 
8 
9 ################################################################################
10 if __name__ == "__main__":
11 
12  #############################################################################
13  # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
14  # C++ source code
15  #
17 
18  Subst.AddFileType("fcl")
19 
20  # include files
21  Subst.AddWord ("icarus_basic_services", "icarus_common_services")
22  Subst.AddWord ("services_icarus.fcl", "services_common_icarus.fcl")
23 
24  # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
25  #############################################################################
26 
27  sys.exit(RunSubstitutor())
28 #