changes suggested by mrdudz
This commit is contained in:
10
Makefile
10
Makefile
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
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
|
||||||
|
|
||||||
|
|||||||
10
doc/Makefile
10
doc/Makefile
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
endif
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
|
||||||
|
|
||||||
ifneq ($(shell echo),)
|
ifneq ($(shell echo),)
|
||||||
CMD_EXE = 1
|
CMD_EXE = 1
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
endif
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
|
||||||
|
|
||||||
ifneq ($(shell echo),)
|
ifneq ($(shell echo),)
|
||||||
CMD_EXE = 1
|
CMD_EXE = 1
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
endif
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Makefile for cc65 samples
|
# Makefile for cc65 samples
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
endif
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
|
||||||
|
|
||||||
|
|
||||||
# Run 'make SYS=<target>'; or, set a SYS env.
|
# Run 'make SYS=<target>'; or, set a SYS env.
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
endif
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
|
||||||
|
|
||||||
|
|
||||||
# Run 'make SYS=<target>'; or, set a SYS env.
|
# Run 'make SYS=<target>'; or, set a SYS env.
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
endif
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
|
||||||
|
|
||||||
|
|
||||||
# Run 'make SYS=<target>'; or, set a SYS env.
|
# Run 'make SYS=<target>'; or, set a SYS env.
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
endif
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
|
||||||
|
|
||||||
|
|
||||||
# Run 'make SYS=<target>'; or, set a SYS env.
|
# Run 'make SYS=<target>'; or, set a SYS env.
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
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,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
endif
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
|
||||||
|
|
||||||
|
|
||||||
# Run 'make SYS=<target>'; or, set a SYS env.
|
# Run 'make SYS=<target>'; or, set a SYS env.
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
endif
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
|
||||||
|
|
||||||
|
|
||||||
# Run 'make SYS=<target>'; or, set a SYS env.
|
# Run 'make SYS=<target>'; or, set a SYS env.
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
endif
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
|
||||||
|
|
||||||
|
|
||||||
# Run 'make SYS=<target>'; or, set a SYS env.
|
# Run 'make SYS=<target>'; or, set a SYS env.
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
endif
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
|
||||||
|
|
||||||
|
|
||||||
# Run 'make SYS=<target>'; or, set a SYS env.
|
# Run 'make SYS=<target>'; or, set a SYS env.
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
endif
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
|
||||||
|
|
||||||
|
|
||||||
# Run 'make SYS=<target>'; or, set a SYS env.
|
# Run 'make SYS=<target>'; or, set a SYS env.
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
endif
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
|
||||||
|
|
||||||
|
|
||||||
# Run 'make SYS=<target>'; or, set a SYS env.
|
# Run 'make SYS=<target>'; or, set a SYS env.
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
endif
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
|
||||||
|
|
||||||
|
|
||||||
# Run 'make SYS=<target>'; or, set a SYS env.
|
# Run 'make SYS=<target>'; or, set a SYS env.
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
endif
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
|
||||||
|
|
||||||
|
|
||||||
# Run 'make SYS=<target>'; or, set a SYS env.
|
# Run 'make SYS=<target>'; or, set a SYS env.
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
endif
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
|
||||||
|
|
||||||
|
|
||||||
# Run 'make SYS=<target>'; or, set a SYS env.
|
# Run 'make SYS=<target>'; or, set a SYS env.
|
||||||
|
|||||||
10
src/Makefile
10
src/Makefile
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
endif
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
|
||||||
|
|
||||||
ifneq ($(shell echo),)
|
ifneq ($(shell echo),)
|
||||||
CMD_EXE = 1
|
CMD_EXE = 1
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
endif
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Makefile for cc65 testcode
|
# Makefile for cc65 testcode
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
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,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
endif
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
|
||||||
|
|
||||||
|
|
||||||
# Run 'make SYS=<target>'; or, set a SYS env.
|
# Run 'make SYS=<target>'; or, set a SYS env.
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
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,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
endif
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
|
||||||
|
|
||||||
|
|
||||||
# Run 'make SYS=<target>'; or, set a SYS env.
|
# Run 'make SYS=<target>'; or, set a SYS env.
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
endif
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
|
||||||
|
|
||||||
|
|
||||||
# Run 'make SYS=<target>'; or, set a SYS env.
|
# Run 'make SYS=<target>'; or, set a SYS env.
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
endif
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
|
||||||
|
|
||||||
# top-level Makefile for the regression tests
|
# top-level Makefile for the regression tests
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
endif
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
|
||||||
|
|
||||||
# top-level Makefile for the regression tests
|
# top-level Makefile for the regression tests
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
endif
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
|
||||||
|
|
||||||
# Makefile for the assembler regression tests
|
# Makefile for the assembler regression tests
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
endif
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
|
||||||
|
|
||||||
# Makefile for the tests that MUST NOT compile
|
# Makefile for the tests that MUST NOT compile
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
endif
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
|
||||||
|
|
||||||
# Makefile for the assembler regression tests
|
# Makefile for the assembler regression tests
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
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
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
endif
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
|
||||||
|
|
||||||
# Makefile for the assembler regression tests
|
# Makefile for the assembler regression tests
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
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
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
endif
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
|
||||||
|
|
||||||
# Makefile for the disassembler regression tests
|
# Makefile for the disassembler regression tests
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
endif
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
|
||||||
|
|
||||||
# Makefile for the tests that MUST NOT compile
|
# Makefile for the tests that MUST NOT compile
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
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
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
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,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
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
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
endif
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
|
||||||
|
|
||||||
# Makefile for the tests that MUST NOT compile
|
# Makefile for the tests that MUST NOT compile
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
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
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
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
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
endif
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
|
||||||
|
|
||||||
|
|
||||||
.PHONY: atari gamate zlib
|
.PHONY: atari gamate zlib
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
endif
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
|
||||||
|
|
||||||
|
|
||||||
CC = $(CROSS_COMPILE)gcc
|
CC = $(CROSS_COMPILE)gcc
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
endif
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
|
||||||
|
|
||||||
|
|
||||||
CC = $(CROSS_COMPILE)gcc
|
CC = $(CROSS_COMPILE)gcc
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
# ---- Display info during parsing phase ----
|
# ---- Display info during parsing phase ----
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
ifneq ($(SILENT),s)
|
||||||
ifeq ($(MAKECMDGOALS),)
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
$(info ~~~ Invoked target: (default))
|
|
||||||
else
|
|
||||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
|
||||||
endif
|
endif
|
||||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
|
||||||
|
|
||||||
|
|
||||||
CC = $(CROSS_COMPILE)gcc
|
CC = $(CROSS_COMPILE)gcc
|
||||||
|
|||||||
Reference in New Issue
Block a user