mirror of
https://frontier.innolan.net/github/AmigaExamples.git
synced 2026-09-12 01:42:04 +00:00
Cleaned up dir structure
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FLOPPY=bin/test.adf
|
||||
MODULE=main.s
|
||||
|
||||
include ../base.mk
|
||||
include ../shared/base.mk
|
||||
@@ -4,7 +4,7 @@ IMAGEFILE=../assets/mission-beach.png
|
||||
|
||||
MODULE=image.s
|
||||
|
||||
include ../base.mk
|
||||
include ../shared/base.mk
|
||||
|
||||
$(EXTRA): $(IMAGECON) $(IMAGEFILE)
|
||||
$(IMAGECON) --input $(IMAGEFILE) --output out/image --colors 32 --quantize --output-bitplanes --output-copperlist
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FLOPPY=bin/image.adf
|
||||
MODULE=sprite.s
|
||||
|
||||
include ../base.mk
|
||||
include ../shared/base.mk
|
||||
+1
-1
@@ -4,7 +4,7 @@ IMAGEFILE=../assets/mission-beach.png
|
||||
|
||||
MODULE=music.s
|
||||
|
||||
include ../base.mk
|
||||
include ../shared/base.mk
|
||||
|
||||
$(EXTRA): $(IMAGECON) $(IMAGEFILE)
|
||||
$(IMAGECON) --input $(IMAGEFILE) --output out/image --colors 32 --quantize --output-bitplanes --output-copperlist
|
||||
|
||||
@@ -3,7 +3,7 @@ EXTRA=out/copper-list.s
|
||||
|
||||
MODULE=copper.s
|
||||
|
||||
include ../base.mk
|
||||
include ../shared/base.mk
|
||||
|
||||
out/copper-list.s: out/copper_gen
|
||||
./out/copper_gen > out/copper-list.s
|
||||
|
||||
@@ -3,7 +3,7 @@ EXTRA=out/copper-list.s
|
||||
|
||||
MODULE=copper_vert.s
|
||||
|
||||
include ../base.mk
|
||||
include ../shared/base.mk
|
||||
|
||||
out/copper-list.s: out/copper_gen_vert
|
||||
./out/copper_gen_vert > out/copper-list.s
|
||||
|
||||
@@ -8,7 +8,7 @@ EXTRA=$(IMAGEDATA) $(TC_IMAGEDATA)
|
||||
SHARED_PALETTE_BASE=out/shared-palette
|
||||
SHARED_PALETTE=$(SHARED_PALETTE_BASE).pal
|
||||
|
||||
include ../base.mk
|
||||
include ../shared/base.mk
|
||||
|
||||
$(SHARED_PALETTE): $(IMAGEFILE) $(TC_IMAGEFILE)
|
||||
$(IMAGECON) --input $(IMAGEFILE),$(TC_IMAGEFILE) --output $(SHARED_PALETTE_BASE) --colors 32 --quantize --output-palette
|
||||
|
||||
@@ -9,7 +9,7 @@ EXTRA=$(IMAGEDATA) $(BOB_IMAGEDATA)
|
||||
SHARED_PALETTE_BASE=out/shared-palette
|
||||
SHARED_PALETTE=$(SHARED_PALETTE_BASE).pal
|
||||
|
||||
include ../base.mk
|
||||
include ../shared/base.mk
|
||||
|
||||
$(SHARED_PALETTE): $(IMAGEFILE) $(BOB_IMAGEFILE)
|
||||
$(IMAGECON) --input $(IMAGEFILE),$(BOB_IMAGEFILE) --output $(SHARED_PALETTE_BASE) --colors 32 --quantize --output-palette
|
||||
|
||||
@@ -31,7 +31,7 @@ These examples are developed on a mac using [cahirwpz's](https://github.com/cahi
|
||||
|
||||
The support tools I have developed have additional requirements which you may not have on your system.
|
||||
|
||||
For a dump of what I did to install them see [installing the cross development environment](BuildingCrossDev.md)
|
||||
For a dump of what I did to install them see [installing the cross development environment](doc/BuildingCrossDev.md)
|
||||
|
||||
building
|
||||
--------
|
||||
|
||||
Reference in New Issue
Block a user