# # Velleman K8048 Makefile # # Copyright (c) 2005-2007 Darron Broad # All rights reserved. # # Licensed under the terms of the BSD license, see file LICENSE # for details. # # $Id: Makefile,v 1.8 2009/11/19 10:18:56 darron Exp $ # AS=env - ACME="/usr/local/lib/ACME" /usr/local/bin/acme -f cbm --cpu 6502 -v1 OBJECT=tomcat.prg loader.prg tomcat+4.prg all: title ${OBJECT} $(OBJECT): $(HEADER) $(HEADER): title: dd if=titlegfx.bin of=titlebmp.bin bs=1 skip=2050 dd if=titlegfx.bin of=titlecol.bin bs=1 skip=2 count=2048 install: clean: rm -f *.lab tomcat.prg loader.prg tomcat+4.prg titlecol.bin titlebmp.bin *~ %.prg: %.a65 $(AS) -o $@ -l $*.lab $<