next up previous contents index
Next: Source Files Up: The Compiler Previous: The Compiler   Contents   Index


Invocation

Unlike other Modula-2 compilers, Ulm's Modula-2 compiler does not provide a specific invocation environment but just a simple command line interface. There is no integrated project support or a built-in make because there exist already fine tools for this under UNIX which can do this job much better. Therefore, it is rather easy to setup a makefile which contains the necessary rules for your Modula-2 sources (generated by the makefile generator for Modula-2) with other dependencies which, for example, support your documentation or the generation of Modula-2 sources (e.g. myacc).



Subsections

Andreas Borchert 2003-12-10