enable building library and samples
This commit is contained in:
@@ -11,9 +11,11 @@ endif
|
|||||||
CBMS = c128 \
|
CBMS = c128 \
|
||||||
c16 \
|
c16 \
|
||||||
c64 \
|
c64 \
|
||||||
|
c65 \
|
||||||
cbm510 \
|
cbm510 \
|
||||||
cbm610 \
|
cbm610 \
|
||||||
cx16 \
|
cx16 \
|
||||||
|
mega65 \
|
||||||
pet \
|
pet \
|
||||||
plus4 \
|
plus4 \
|
||||||
vic20
|
vic20
|
||||||
@@ -21,7 +23,6 @@ CBMS = c128 \
|
|||||||
GEOS = geos-apple \
|
GEOS = geos-apple \
|
||||||
geos-cbm
|
geos-cbm
|
||||||
|
|
||||||
# FIXME: c65 (and perhaps mega65?) should be moved up to CBMS maybe
|
|
||||||
TARGETS = agat \
|
TARGETS = agat \
|
||||||
apple2 \
|
apple2 \
|
||||||
apple2enh \
|
apple2enh \
|
||||||
@@ -31,7 +32,6 @@ TARGETS = agat \
|
|||||||
atari5200 \
|
atari5200 \
|
||||||
atari7800 \
|
atari7800 \
|
||||||
atmos \
|
atmos \
|
||||||
c65 \
|
|
||||||
creativision \
|
creativision \
|
||||||
$(CBMS) \
|
$(CBMS) \
|
||||||
$(GEOS) \
|
$(GEOS) \
|
||||||
@@ -47,8 +47,7 @@ TARGETS = agat \
|
|||||||
sim65c02 \
|
sim65c02 \
|
||||||
supervision \
|
supervision \
|
||||||
sym1 \
|
sym1 \
|
||||||
telestrat \
|
telestrat
|
||||||
mega65
|
|
||||||
|
|
||||||
TARGETTEST = none \
|
TARGETTEST = none \
|
||||||
sim6502 \
|
sim6502 \
|
||||||
@@ -196,11 +195,6 @@ ifeq ($(TARGET),$(filter $(TARGET),$(GEOS)))
|
|||||||
SRCDIRS += $(addprefix geos-common/,$(GEOSDIRS))
|
SRCDIRS += $(addprefix geos-common/,$(GEOSDIRS))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(TARGET),c65)
|
|
||||||
# FIXME: this does not work because of the SP vs C_SP clash
|
|
||||||
else ifeq ($(TARGET),mega65)
|
|
||||||
# FIXME: this does not work because of the SP vs C_SP clash
|
|
||||||
else
|
|
||||||
SRCDIRS += common \
|
SRCDIRS += common \
|
||||||
conio \
|
conio \
|
||||||
dbg \
|
dbg \
|
||||||
@@ -211,7 +205,6 @@ SRCDIRS += common \
|
|||||||
serial \
|
serial \
|
||||||
tgi \
|
tgi \
|
||||||
zlib
|
zlib
|
||||||
endif
|
|
||||||
|
|
||||||
vpath %.s $(SRCDIRS)
|
vpath %.s $(SRCDIRS)
|
||||||
vpath %.c $(SRCDIRS)
|
vpath %.c $(SRCDIRS)
|
||||||
|
|||||||
@@ -240,6 +240,9 @@ EXELIST_c64 = \
|
|||||||
tinyshell \
|
tinyshell \
|
||||||
tgidemo
|
tgidemo
|
||||||
|
|
||||||
|
EXELIST_c65 = \
|
||||||
|
checkversion
|
||||||
|
|
||||||
EXELIST_c128 = \
|
EXELIST_c128 = \
|
||||||
ascii \
|
ascii \
|
||||||
checkversion \
|
checkversion \
|
||||||
@@ -312,6 +315,9 @@ EXELIST_lunix = \
|
|||||||
EXELIST_lynx = \
|
EXELIST_lynx = \
|
||||||
notavailable
|
notavailable
|
||||||
|
|
||||||
|
EXELIST_mega65 = \
|
||||||
|
checkversion
|
||||||
|
|
||||||
EXELIST_nes = \
|
EXELIST_nes = \
|
||||||
hello
|
hello
|
||||||
|
|
||||||
@@ -418,6 +424,7 @@ TARGETS := \
|
|||||||
c128 \
|
c128 \
|
||||||
c16 \
|
c16 \
|
||||||
c64 \
|
c64 \
|
||||||
|
c65 \
|
||||||
cbm510 \
|
cbm510 \
|
||||||
cbm610 \
|
cbm610 \
|
||||||
creativision \
|
creativision \
|
||||||
@@ -426,6 +433,7 @@ TARGETS := \
|
|||||||
kim1 \
|
kim1 \
|
||||||
lunix \
|
lunix \
|
||||||
lynx \
|
lynx \
|
||||||
|
mega65 \
|
||||||
nes \
|
nes \
|
||||||
osic1p \
|
osic1p \
|
||||||
pce \
|
pce \
|
||||||
|
|||||||
Reference in New Issue
Block a user