X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libsrc%2FMakefile;h=f4aa031014f54e6bf6e402e897d94435960a746b;hb=bba961e54deb382509425ec5544e68f59ed036c3;hp=549a7d4e9531714450ecdfa6d38d292dfa866205;hpb=ac5bb6707d9ccfd2f586a0de7c2bb108e5811dd5;p=cc65 diff --git a/libsrc/Makefile b/libsrc/Makefile index 549a7d4e9..f4aa03101 100644 --- a/libsrc/Makefile +++ b/libsrc/Makefile @@ -1,4 +1,3 @@ - ifneq ($(shell echo),) CMD_EXE = 1 endif @@ -15,22 +14,25 @@ CBMS = c128 \ GEOS = geos-apple \ geos-cbm -TARGETS = apple2 \ - apple2enh \ - atari \ - atarixl \ - atari5200 \ - atmos \ - $(CBMS) \ - $(GEOS) \ - gamate \ - lynx \ - nes \ - osic1p \ - pce \ - sim6502 \ - sim65c02 \ - supervision +TARGETS = apple2 \ + apple2enh \ + atari \ + atarixl \ + atari2600 \ + atari5200 \ + atmos \ + creativision \ + $(CBMS) \ + $(GEOS) \ + gamate \ + lynx \ + nes \ + osic1p \ + pce \ + sim6502 \ + sim65c02 \ + supervision \ + telestrat DRVTYPES = emd \ joy \ @@ -38,14 +40,13 @@ DRVTYPES = emd \ ser \ tgi -OUTPUTDIRS := lib \ - asminc \ - cfg \ - include \ - samples \ - $(subst ../,,$(filter-out $(wildcard ../include/*.*),$(wildcard ../include/*)))\ - $(subst ../,,$(wildcard ../target/*/drv/*))\ - $(subst ../,,$(wildcard ../target/*/util))\ +OUTPUTDIRS := lib \ + asminc \ + cfg \ + include \ + $(subst ../,,$(filter-out $(wildcard ../include/*.*),$(wildcard ../include/*))) \ + $(subst ../,,$(wildcard ../target/*/drv/*)) \ + $(subst ../,,$(wildcard ../target/*/util)) .PHONY: all mostlyclean clean install zip lib $(TARGETS)