cc65 2.13. allows to define all necessary paths through the single env var CC65_HOME.

This commit is contained in:
oliverschmidt 2010-01-27 22:37:15 +00:00
parent 440ffae2a0
commit 882e4692c7
3 changed files with 6 additions and 6 deletions

View file

@ -30,7 +30,7 @@
#
# Author: Oliver Schmidt <ol.sc@web.de>
#
# $Id: Makefile.apple2enh,v 1.8 2009/10/18 10:06:44 oliverschmidt Exp $
# $Id: Makefile.apple2enh,v 1.9 2010/01/27 22:37:15 oliverschmidt Exp $
#
CONTIKI_SOURCEFILES += log-asm.S pfs.S
@ -59,7 +59,7 @@ disk: all
java -jar $(AC) -p $(DISK) cs8900a.eth rel 0 < cs8900a.eth
java -jar $(AC) -p $(DISK) lan91c96.eth rel 0 < lan91c96.eth
ifeq ($(findstring WITH_MOUSE,$(DEFINES)),WITH_MOUSE)
java -jar $(AC) -p $(DISK) a2e.stdmou.mou rel 0 < $(LD65_LIB)/../mou/a2e.stdmou.mou
java -jar $(AC) -p $(DISK) a2e.stdmou.mou rel 0 < $(CC65_HOME)/mou/a2e.stdmou.mou
endif
ifeq ($(HTTPD-CFS),1)
java -jar $(AC) -p $(DISK) index.html bin 0 < httpd-cfs/index.html

View file

@ -30,7 +30,7 @@
#
# Author: Oliver Schmidt <ol.sc@web.de>
#
# $Id: Makefile.c128,v 1.4 2009/10/18 09:58:21 oliverschmidt Exp $
# $Id: Makefile.c128,v 1.5 2010/01/27 22:37:16 oliverschmidt Exp $
#
CONTIKI_CPU = $(CONTIKI)/cpu/6502
@ -53,7 +53,7 @@ disk: all
$(C1541) -attach $(DISK) -write cs8900a.eth cs8900a.eth
$(C1541) -attach $(DISK) -write lan91c96.eth lan91c96.eth
ifeq ($(findstring WITH_MOUSE,$(DEFINES)),WITH_MOUSE)
$(C1541) -attach $(DISK) -write $(LD65_LIB)/../mou/c128-1351.mou c128-1351.mou
$(C1541) -attach $(DISK) -write $(CC65_HOME)/mou/c128-1351.mou c128-1351.mou
endif
ifeq ($(HTTPD-CFS),1)
$(C1541) -attach $(DISK) -write httpd-cfs/index.html index.html

View file

@ -30,7 +30,7 @@
#
# Author: Oliver Schmidt <ol.sc@web.de>
#
# $Id: Makefile.c64,v 1.6 2009/10/18 09:58:21 oliverschmidt Exp $
# $Id: Makefile.c64,v 1.7 2010/01/27 22:37:16 oliverschmidt Exp $
#
CONTIKI_CPU = $(CONTIKI)/cpu/6502
@ -53,7 +53,7 @@ disk: all
$(C1541) -attach $(DISK) -write cs8900a.eth cs8900a.eth
$(C1541) -attach $(DISK) -write lan91c96.eth lan91c96.eth
ifeq ($(findstring WITH_MOUSE,$(DEFINES)),WITH_MOUSE)
$(C1541) -attach $(DISK) -write $(LD65_LIB)/../mou/c64-1351.mou c64-1351.mou
$(C1541) -attach $(DISK) -write $(CC65_HOME)/mou/c64-1351.mou c64-1351.mou
endif
ifeq ($(HTTPD-CFS),1)
$(C1541) -attach $(DISK) -write httpd-cfs/index.html index.html