view bootman/makefile @ 2811:611715587834 lwtools-port

Updated rules.mak and level1/coco1/bootfiles/makefile Updated the rules.mak file to remove the format entire image related to drivewire server disk images. Updated level1/coco1/bootfiles/makefile to create 3 new bootfile images. These images are stripped down to just the common files needed for vovdg games on os9 level 1. These bootfiles are for becker, dw, and arduino. Also corrected a duplicated dd descriptor when building some bootfiles that had both floppy_40d, floppy_80d, RBDW, RBBECKER, and RBARDUINO. Removed the dd descriptor from each of these sections and made it where the dd descriptor for the specific section was added in the main bootfile list.
author David Ladd <drencor-xeen@users.sf.net>
date Mon, 11 Feb 2013 20:16:24 -0600
parents 6c8f028e8c5e
children e4a0f58a5f9b c1892376e7a7
line wrap: on
line source

include ../rules.mak

all: bootman_coco_6551 bootman_coco3_6551 #bootman_loader

bootman_loader: bootman_loader.a
	mamou $^ -o$@ -mb

bootman_coco_6551: bootman.r boot_config.r mach_coco.r llio_6551.r llbt_1773.r
	$(LINKER) $^ -o=$@

bootman_coco3_6551: bootman.r boot_config.r mach_coco3.r llio_6551.r llbt_1773.r
	$(LINKER) $^ -o=$@

dsk: bootman
	decb dskini bootman.dsk
	decb copy -b -2 bootman_coco_6551 bootman.dsk,BM6551.BIN
	decb copy -b -2 bootman_coco3_6551 bootman.dsk,BM36551.BIN

clean:
	-$(RM) *.r bootman_coco_6551 bootman_coco3_6551 bootman.dsk