dos33fsprogs/combo_disk/Makefile

30 lines
1.1 KiB
Makefile
Raw Normal View History

2018-09-04 17:22:58 +00:00
include ../Makefile.inc
2018-09-20 14:16:32 +00:00
DOS33 = ../dos33fs-utils/dos33
2018-09-04 17:22:58 +00:00
all: combo_disk.dsk
combo_disk.dsk: ../two-liners/ENTROPY \
../waterfall/WATERFALL \
../still_alive/SA_COMPRESSED \
../split_screen/CREDITS \
../mode7_demo/MODE7_DEMO \
../mockingboard/KSP_THEME_6CH \
2018-09-20 14:16:32 +00:00
../fancy_lores/DISP4096 \
2018-10-10 16:01:20 +00:00
../fireworks/FIREWORKS \
../space_bars/SPACE_BARS
2018-09-04 17:22:58 +00:00
$(DOS33) -y combo_disk.dsk BSAVE -a 0x0c00 ../two-liners/ENTROPY
$(DOS33) -y combo_disk.dsk BSAVE -a 0x1000 ../waterfall/WATERFALL
$(DOS33) -y combo_disk.dsk BSAVE -a 0x5900 ../still_alive/SA_COMPRESSED
$(DOS33) -y combo_disk.dsk SAVE A ../still_alive/STILL_ALIVE.BAS STILLALIVE.BAS
$(DOS33) -y combo_disk.dsk BSAVE -a 0x1000 ../split_screen/CREDITS
$(DOS33) -y combo_disk.dsk BSAVE -a 0x2000 ../mode7_demo/MODE7_DEMO_C MODE7-DEMO
$(DOS33) -y combo_disk.dsk BSAVE -a 0x4000 ../mockingboard/KSP_THEME_6CH KSP-THEME
$(DOS33) -y combo_disk.dsk BSAVE -a 0x1000 ../fancy_lores/DISP4096
$(DOS33) -y combo_disk.dsk BSAVE -a 0x1000 ../fancy_lores/DISP4048D
2018-09-20 14:16:32 +00:00
$(DOS33) -y combo_disk.dsk BSAVE -a 0x1000 ../fireworks/FIREWORKS
2018-10-10 16:01:20 +00:00
$(DOS33) -y combo_disk.dsk BSAVE -a 0x4000 ../space_bars/SPACE_BARS SPACE-BARS
2018-09-04 17:22:58 +00:00
clean:
rm -f *~ *.o *.lst