1. cp unix-gcc.mak Makefile

2. Makefile:
	commented out the lines testing /usr/include/time.h
	deleted x11 device, added amiga devices
	added amiga driver specifications
	specification of libamiga,a AFTER libc.a: -lib c amiga !
	MAKEFILE=Makefile
	INSTALL=/usr/local/bin/install -c
	CFLAGS=-O2 -m68030 -m68881

3. gssetdev: changed lines in gssetmod
	echo -> echo -
	-> /bin/sh ./gsaddmod ...
	-> /bin/sh ./gssetmod ...

4. gssetmod: changed lines in gssetmod
	echo -> echo -
	-> /bin/sh ./gsaddmod ...

5. gsconfig: line 1 and 23: put 'then' into the next line

6. copied sourcecodes of amiga drivers to gs26
	Intuition-Driver:
	- gdevintui.c
	- gdevintui.h
	- gs_intui.c
	- gt.c
	- rkmmodel.c
	- rkmmodel.h
	Retina-Driver
	- gdevretina.c
	- gdevretina.h
	ILBM-Driver
	- gdevilbm.c
	- gdevilbm.h
	- ilbmpacker.c
	- ilbmpacker.h
   also copied the RCS-files.

7. renamed C:Sort to C:_Sort :) so GNUSort is used

8. malloc_.h [2.6.0]:
	#if defined(_HPUX_SOURCE)... || defined(__STDC__)

9. gssetmod: changed line in gssetmod
	echo -> echo -

13. Enviromnment:
	TEMP=/t/
	GS_LIB=/usr/local/lib/ghostscript:/usr/local/lib/ghostscript/fonts
	GS_DEVICE=retina24

14. Added contrib-Lines to Makefile