1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2026-05-03 22:48:46 +00:00

install ahi and cgx if makeing libSDL12

This commit is contained in:
Bebbo
2018-02-11 22:45:55 +01:00
parent 6a28a4866e
commit 26456fddc7

View File

@@ -45,7 +45,7 @@ x:
help: help:
@echo "make help display this help" @echo "make help display this help"
@echo "make all build and install all" @echo "make all build and install all"
@echo "make <target> builds a target: binutils, gcc, fd2sfd, fd2pragma, ira, sfdc, vasm, vbcc, vlink, libnix, ixemul, libgcc, clib2, libdebug" @echo "make <target> builds a target: binutils, gcc, fd2sfd, fd2pragma, ira, sfdc, vasm, vbcc, vlink, libnix, ixemul, libgcc, clib2, libdebug, libSDL12"
@echo "make clean remove the build folder" @echo "make clean remove the build folder"
@echo "make clean-<target> remove the target's build folder" @echo "make clean-<target> remove the target's build folder"
@echo "make clean-prefix remove all content from the prefix folder" @echo "make clean-prefix remove all content from the prefix folder"
@@ -612,6 +612,8 @@ CONFIG_LIBSDL12 = PREFX=$(PREFIX) PREF=$(PREFIX)
libSDL12: build/libSDL12/_done libSDL12: build/libSDL12/_done
build/libSDL12/_done: build/libSDL12/Makefile.bax build/libSDL12/_done: build/libSDL12/Makefile.bax
$(MAKE) sdk=ahi
$(MAKE) sdk=cgx
cd build/libSDL12 && $(MAKE) -f Makefile.bax $(CONFIG_LIBSDL12) cd build/libSDL12 && $(MAKE) -f Makefile.bax $(CONFIG_LIBSDL12)
cp build/libSDL12/libSDL.a $(PREFIX)/m68k-amigaos/lib/ cp build/libSDL12/libSDL.a $(PREFIX)/m68k-amigaos/lib/
rsync -a build/libSDL12/include/*.h $(PREFIX)/m68k-amigaos/include rsync -a build/libSDL12/include/*.h $(PREFIX)/m68k-amigaos/include