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