## LCPsetuprun - ajlopez: build both LCP phases and test the Hominid project.-RJL041102 rm include/HMfuncptr.h ##/* To make sure LCPsetup.exe generates HMfuncptr.h*/ make -f Makesetup ##/* Compiling, and Linking LCPsetup if it's necessary*/ cd executables ##/* Changing directory to executables directory*/ ##TBD: run in test not executables. - RJL041102 ./LCPsetup.exe --setup ##/* Executing LCPsetup.exe --setup */ ## file HMfuncptr.h for function pointer array is now available for LCPmain touse - RJL041102 mv HMfuncptr.h ../include ##/* Moving HMfuncptr.h to include directory */ rm LCPmain.exe ##/* To make sure LCPmain.exe is compiled, and linked*/ cd .. ##/* Changing directory to main directory */ make -f Makerun ##/* Compiling, and Linking LCPmain.exe */ cd executables ##/* Changing directory to executables directory*/ ##TBD: run in test not executables. - RJL041102 ./LCPmain.exe ##/* Executing LCPmain.exe */