Create a separate direcotry for simulation compilation.

Moved most generated files into the build directory.  All object code,
io_src realated files, and swig related files are now in build.

Realized that ICG should be creating the makefile for the io_src
code.  ICG knows which files it created.

refs #80
This commit is contained in:
Alex Lin
2015-07-02 10:09:31 -05:00
parent 5fb037aa00
commit 469be90e32
9 changed files with 368 additions and 804 deletions

View File

@ -189,6 +189,10 @@ int main( int argc , char * argv[] ) {
free(input_file_cp) ;
free(input_file_full_path) ;
if ( ! sim_services_flag ) {
pa.printIOMakefile() ;
}
// Print empty io_src files for headers that we visited, but have no class/struct information.
pa.printEmptyFiles() ;