Split CP up into components that can be called individually

Found some more dead code to delete.  Added a couple of progress
printouts.

refs #86
This commit is contained in:
Alex Lin
2015-07-21 09:55:53 -05:00
parent 9b7a933a06
commit deac866379
9 changed files with 13 additions and 942 deletions

View File

@ -400,6 +400,7 @@ void PrintAttributes::printIOMakefile() {
return ;
}
std::cout << "Creating/updating io_src Makefile" << std::endl ;
makefile_io_src.open("build/Makefile_io_src") ;
makefile_io_src << "TRICK_IO_CXXFLAGS := \\" << std::endl ;