mirror of
https://github.com/alpine9000/amiga_examples
synced 2025-12-08 14:59:01 +00:00
Include disk images for examples
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
out/
|
||||
bin/
|
||||
*~
|
||||
#*#
|
||||
.#*
|
||||
Binary file not shown.
@@ -1,4 +1,3 @@
|
||||
MAKEADF=../tools/makeadf
|
||||
FLOPPY=bin/image.adf
|
||||
EXTRA=out/image-copper-list.s out/image.bin
|
||||
IMAGEFILE=../assets/mission-beach.png
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
MAKEADF=../tools/makeadf
|
||||
FLOPPY=bin/image.adf
|
||||
MODULE=sprite.s
|
||||
|
||||
|
||||
Binary file not shown.
@@ -1,4 +1,3 @@
|
||||
MAKEADF=../tools/makeadf
|
||||
FLOPPY=bin/image.adf
|
||||
EXTRA=out/image-copper-list.s out/image.bin
|
||||
IMAGEFILE=../assets/mission-beach.png
|
||||
|
||||
Binary file not shown.
@@ -1,4 +1,3 @@
|
||||
MAKEADF=../tools/makeadf
|
||||
FLOPPY=bin/copper_bars.adf
|
||||
EXTRA=out/copper-list.s
|
||||
|
||||
|
||||
Binary file not shown.
@@ -1,4 +1,3 @@
|
||||
MAKEADF=../tools/makeadf
|
||||
FLOPPY=bin/copper_vert.adf
|
||||
EXTRA=out/copper-list.s
|
||||
|
||||
|
||||
Binary file not shown.
@@ -1,9 +1,9 @@
|
||||
MAKEADFDIR=../tools/makeadf/
|
||||
MAKEADF=$(MAKEADFDIR)/bin/makeadf
|
||||
MAKEADF=$(MAKEADFDIR)/out/makeadf
|
||||
HOST_WARNINGS=-pedantic-errors -Wfatal-errors -Wall -Werror -Wextra -Wno-unused-parameter -Wshadow
|
||||
HOST_CFLAGS=-g $(HOST_WARNINGS)
|
||||
IMAGECONDIR=../tools/imagecon
|
||||
IMAGECON=$(IMAGECONDIR)/bin/imagecon
|
||||
IMAGECON=$(IMAGECONDIR)/out/imagecon
|
||||
|
||||
all: bin out $(MAKEADF) $(FLOPPY)
|
||||
|
||||
@@ -47,4 +47,4 @@ out/main.bin: out/main.o
|
||||
vlink -brawbin1 $< -o $@
|
||||
|
||||
clean:
|
||||
rm -rf out bin *~
|
||||
rm -rf out *~
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
IMAGECON=./bin/imagecon
|
||||
IMAGECON=./out/imagecon
|
||||
SRCS=imagecon.c
|
||||
HOST_WARNINGS=-pedantic-errors -Wfatal-errors -Wall -Werror -Wextra -Wno-unused-parameter -Wshadow -limagequant
|
||||
HOST_CFLAGS=$(HOST_WARNINGS)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
MAKEADF=./bin/makeadf
|
||||
MAKEADF=./out/makeadf
|
||||
SRCS=makeadf.c
|
||||
HOST_WARNINGS=-pedantic-errors -Wfatal-errors -Wall -Werror -Wextra -Wno-unused-parameter -Wshadow
|
||||
HOST_CFLAGS=$(HOST_WARNINGS)
|
||||
|
||||
Reference in New Issue
Block a user