AmigaDOS port of imake by Per Bojsen (bojsen@dc.dth.dk) 1991 Summary of porting decisions and minor changes: 0) The port was done using SAS/C 5.10a 1) Amiga specific code is marked by #ifdef AMIGA. 2) The Makefile was converted to something SAS/C lmk can handle. The Makefile: The Makefile may be configured for the processor type you have. If you don't have the `butility.lib' then just comment it out. The library contains enhanced versions of some of the functions in the SAS standard C library. The executable: The executable as distributed is compiled for the M68030, and linked with butility.lib, and requires 2.04 (V37 Kickstart). The port itself does not require 2.0, so if you build it yourself you should be able to make a version runable on AmigaOS 1.3. Notes on using imake: Imake uses a C preprocessor, named cpp, to do its work. The cpp you want to use should adhere to some conventions: whitespace in the beginning of lines should be retained in the output of the preprocessor, and tabs may not be converted to spaces. The TI COOL cpp ported by me can be used with imake. Send any bugreports and/or praise to: bojsen@dc.dth.dk bojsen@moria.dc.dth.dk cbmvax!cbmehq!lenler!bojsen Per Bojsen Maglegaards Alle 51, st. th. DK-2860 Soeborg Denmark