changes suggested by mrdudz
This commit is contained in:
10
Makefile
10
Makefile
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
.PHONY: all mostlyclean clean install zip avail unavail bin lib doc html info samples test util checkstyle check
|
||||
|
||||
|
||||
10
doc/Makefile
10
doc/Makefile
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
ifneq ($(shell echo),)
|
||||
CMD_EXE = 1
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
ifneq ($(shell echo),)
|
||||
CMD_EXE = 1
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
#
|
||||
# Makefile for cc65 samples
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
|
||||
# Run 'make SYS=<target>'; or, set a SYS env.
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
|
||||
# Run 'make SYS=<target>'; or, set a SYS env.
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
|
||||
# Run 'make SYS=<target>'; or, set a SYS env.
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
|
||||
# Run 'make SYS=<target>'; or, set a SYS env.
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
# Sample makefile using a preprocessor against info files
|
||||
# and the --sync-lines option
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
|
||||
# Run 'make SYS=<target>'; or, set a SYS env.
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
|
||||
# Run 'make SYS=<target>'; or, set a SYS env.
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
|
||||
# Run 'make SYS=<target>'; or, set a SYS env.
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
|
||||
# Run 'make SYS=<target>'; or, set a SYS env.
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
|
||||
# Run 'make SYS=<target>'; or, set a SYS env.
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
|
||||
# Run 'make SYS=<target>'; or, set a SYS env.
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
|
||||
# Run 'make SYS=<target>'; or, set a SYS env.
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
|
||||
# Run 'make SYS=<target>'; or, set a SYS env.
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
|
||||
# Run 'make SYS=<target>'; or, set a SYS env.
|
||||
|
||||
10
src/Makefile
10
src/Makefile
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
ifneq ($(shell echo),)
|
||||
CMD_EXE = 1
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
#
|
||||
# Makefile for cc65 testcode
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
# Run 'make SYS=<target>'; or, set a SYS env.
|
||||
# var. to build for another target system.
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
|
||||
# Run 'make SYS=<target>'; or, set a SYS env.
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
# Run 'make SYS=<target>'; or, set a SYS env.
|
||||
# var. to build for another target system.
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
|
||||
# Run 'make SYS=<target>'; or, set a SYS env.
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
|
||||
# Run 'make SYS=<target>'; or, set a SYS env.
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
# top-level Makefile for the regression tests
|
||||
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
# top-level Makefile for the regression tests
|
||||
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
# Makefile for the assembler regression tests
|
||||
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
# Makefile for the tests that MUST NOT compile
|
||||
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
# Makefile for the assembler regression tests
|
||||
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
# Makefile for the remaining asm tests that need special care in one way or another
|
||||
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
# Makefile for the assembler regression tests
|
||||
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
# Makefile for the regression tests that return an error code on failure
|
||||
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
# Makefile for the disassembler regression tests
|
||||
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
# Makefile for the tests that MUST NOT compile
|
||||
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
# Makefile for the remaining tests that need special care in one way or another
|
||||
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
# Makefile for the regression tests that generate output which has to be
|
||||
# compared with reference output
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
# Makefile for the regression tests that return an error code on failure
|
||||
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
# Makefile for the tests that MUST NOT compile
|
||||
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
# Makefile for the currently failing regression tests that return an error code on failure
|
||||
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
# Makefile for the regression tests that return an error code on failure
|
||||
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
|
||||
.PHONY: atari gamate zlib
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
|
||||
CC = $(CROSS_COMPILE)gcc
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
|
||||
CC = $(CROSS_COMPILE)gcc
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||
ifneq ($(SILENT),s)
|
||||
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
|
||||
CC = $(CROSS_COMPILE)gcc
|
||||
|
||||
Reference in New Issue
Block a user