# # Makefile for AmiGo # Requires Make from fish disk #69 # # Lattice 5.0.2 # Note: Use of the optimizer seemed to result in an AmiGo binary that randomly # crashed. OBJS = amigo.o amigainterface.o menus.o goplayer.o killable.o \ goplayutils.o intrgraphics.o # Go Built into Ram: go : go.h $(OBJS) BLink lib:c.o $(OBJS) to Ram:AmiGo lib lib:lc.lib+lib:amiga.lib SC SD ND amigo.o : AmiGo.c go.h lc -b0 -v -cuw amigo amigainterface.o : amigainterface.c go.h lc -cf -b0 -v -cuw -O amigainterface menus.o : menus.c lc -b0 -v -cuw menus goplayer.o : goplayer.c goplayutils.h lc -b0 -v -cuw goplayer killable.o : killable.c lc -b0 -v -cuw -O killable goplayutils.o : goplayutils.c goplayutils.h lc -b0 -v -cuw goplayutils intrgraphics.o : intrgraphics.c lc -ad -b0 -v -cuw intrgraphics