Download s s

Transcript
Structure
23
HOW TO COMPILE SIMPL
-SIMPL is compiled w i t h the aid of a makefile.
The MAKE
program keeps track of which f i l e s which have been updated and
w i l l only recompile those. 7 h source code for simp1 is located
on ESVAX in 'sam3/simpl/prog. When in t h i s directory it is only
necessary to type nmakewand the make program w i l l compile all
new files.
The executable code is then put i n t o a f i l e called
%implW. If it is necessary to recompile the whole program after
a change i n the operating system, then you must f i r s t remove a l l
the f i l e s which end i n n.on. This is done by entering "rrn *.o".
Then recompile using the
program. The updated executable
is always put i n nsimplw.
c3