| Line 123... |
Line 123... |
| 123 |
# 0: Don't write progdeps. Prog is Phony
|
123 |
# 0: Don't write progdeps. Prog is Phony
|
| 124 |
our $ScmToolsetSingleType = 0; # Toolset does not support Debug and Production
|
124 |
our $ScmToolsetSingleType = 0; # Toolset does not support Debug and Production
|
| 125 |
our $ScmToolsetProgSource = (); # Toolset Program Source
|
125 |
our $ScmToolsetProgSource = (); # Toolset Program Source
|
| 126 |
our $ScmToolsetSoName = 0; # 1: Shared library supports SoName
|
126 |
our $ScmToolsetSoName = 0; # 1: Shared library supports SoName
|
| 127 |
our $ScmToolsetNillLibSrc = 0; # 1: Librarys created without source specified
|
127 |
our $ScmToolsetNillLibSrc = 0; # 1: Librarys created without source specified
|
| - |
|
128 |
our $ScmToolsetProcessTests = 0; # 1: Pre/Post process unit test runs
|
| 128 |
|
129 |
|
| 129 |
our $ScmRoot = "";
|
130 |
our $ScmRoot = "";
|
| 130 |
our $ScmMakelib = "";
|
131 |
our $ScmMakelib = "";
|
| 131 |
our $ScmPlatform = "";
|
132 |
our $ScmPlatform = "";
|
| 132 |
our $ScmMachType = "";
|
133 |
our $ScmMachType = "";
|
| Line 9967... |
Line 9968... |
| 9967 |
Maketag( "make_script", @scriptdep );
|
9968 |
Maketag( "make_script", @scriptdep );
|
| 9968 |
Maketag( "make_prog", @progdep || @projectdep );
|
9969 |
Maketag( "make_prog", @progdep || @projectdep );
|
| 9969 |
Maketag( "make_test", @testprogdep );
|
9970 |
Maketag( "make_test", @testprogdep );
|
| 9970 |
Maketag( "exec_tests", $TESTS_TO_RUN || @TESTPROJECT_TO_URUN || $TESTS_TO_AUTORUN || @TESTPROJECT_TO_ARUN );
|
9971 |
Maketag( "exec_tests", $TESTS_TO_RUN || @TESTPROJECT_TO_URUN || $TESTS_TO_AUTORUN || @TESTPROJECT_TO_ARUN );
|
| 9971 |
Maketag( "exec_unit_tests", $TESTS_TO_AUTORUN || @TESTPROJECT_TO_ARUN );
|
9972 |
Maketag( "exec_unit_tests", $TESTS_TO_AUTORUN || @TESTPROJECT_TO_ARUN );
|
| - |
|
9973 |
Maketag( "process_tests", $ScmToolsetProcessTests );
|
| 9972 |
Maketag( "install_hdr", %INSTALL_HDRS );
|
9974 |
Maketag( "install_hdr", %INSTALL_HDRS );
|
| 9973 |
Maketag( "install_class", %INSTALL_CLSS );
|
9975 |
Maketag( "install_class", %INSTALL_CLSS );
|
| 9974 |
Maketag( "install_lib", %INSTALL_LIBS );
|
9976 |
Maketag( "install_lib", %INSTALL_LIBS );
|
| 9975 |
Maketag( "install_prog", %INSTALL_PROGS );
|
9977 |
Maketag( "install_prog", %INSTALL_PROGS );
|
| 9976 |
Maketag( "deploy", %DEPLOYPACKAGE );
|
9978 |
Maketag( "deploy", %DEPLOYPACKAGE );
|