//rm include/HMfuncptr.h ##/* To make sure LCPsetup.exe generates HMfuncptr.h */ make -f Makerjlsetup ##/* Compiling, and Linking LCPsetup if it's necessary*/ ## should compile makeHead.c for Makerjlrun use cd rjlexecutables ##/* Changing directory to executables directory */ ##./LCPsetup.exe --setup ##/* Executing LCPsetup.exe --setup */ //mv HMfuncptr.h ../include ##/* Moving HMfuncptr.h to include directory */ rm LCPmain.exe ##/* To make sure LCPmain.exe is compiled, and linked*/ cp obj/makeHead.o rjlobj/makeHead.o ##/* copy and skip LCPsetup.exe */ cd .. ##/* Changing directory to main directory */ make -f Makerjlrun ##/* Compiling, and Linking LCPmain.exe */ cd rjlexecutables ##/* Changing directory to executables directory */ ./LCPmain.exe ##/* Executing LCPmain.exe */