Merge pull request #2675 from GorillaSapiens/sane_makefile_output
added information to Makefile output
This commit is contained in:
6
Makefile
6
Makefile
@@ -1,3 +1,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
.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:
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
ifneq ($(shell echo),)
|
ifneq ($(shell echo),)
|
||||||
CMD_EXE = 1
|
CMD_EXE = 1
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
ifneq ($(shell echo),)
|
ifneq ($(shell echo),)
|
||||||
CMD_EXE = 1
|
CMD_EXE = 1
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
#
|
#
|
||||||
# Makefile for cc65 samples
|
# Makefile for cc65 samples
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
# 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,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
# 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,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
# 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,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
# 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,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
# 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,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
# 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,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
# 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,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
# 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,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
# 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,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
# 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,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
# 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,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
# 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,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
# 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,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
# 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,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
ifneq ($(shell echo),)
|
ifneq ($(shell echo),)
|
||||||
CMD_EXE = 1
|
CMD_EXE = 1
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
#
|
#
|
||||||
# Makefile for cc65 testcode
|
# Makefile for cc65 testcode
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
# 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,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
# 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,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
# 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,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
# 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,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
# 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,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
# top-level Makefile for the regression tests
|
# top-level Makefile for the regression tests
|
||||||
|
|
||||||
ifneq ($(shell echo),)
|
ifneq ($(shell echo),)
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
# top-level Makefile for the regression tests
|
# top-level Makefile for the regression tests
|
||||||
|
|
||||||
ifneq ($(shell echo),)
|
ifneq ($(shell echo),)
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
# Makefile for the assembler regression tests
|
# Makefile for the assembler regression tests
|
||||||
|
|
||||||
ifneq ($(shell echo),)
|
ifneq ($(shell echo),)
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
# 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,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
# Makefile for the assembler regression tests
|
# Makefile for the assembler regression tests
|
||||||
|
|
||||||
ifneq ($(shell echo),)
|
ifneq ($(shell echo),)
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
# 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,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
# Makefile for the assembler regression tests
|
# Makefile for the assembler regression tests
|
||||||
|
|
||||||
ifneq ($(shell echo),)
|
ifneq ($(shell echo),)
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
# 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,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
# Makefile for the disassembler regression tests
|
# Makefile for the disassembler regression tests
|
||||||
|
|
||||||
ifneq ($(shell echo),)
|
ifneq ($(shell echo),)
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
# 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,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
# 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,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
# 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,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
# 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,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
# 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,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
# 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,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
# 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,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
.PHONY: atari gamate zlib
|
.PHONY: atari gamate zlib
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
CC = $(CROSS_COMPILE)gcc
|
CC = $(CROSS_COMPILE)gcc
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
CC = $(CROSS_COMPILE)gcc
|
CC = $(CROSS_COMPILE)gcc
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
# ---- Display info during parsing phase ----
|
||||||
|
SILENT:=$(findstring s,$(word 1, $(MAKEFLAGS)))
|
||||||
|
ifneq ($(SILENT),s)
|
||||||
|
$(info Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))) $(MAKECMDGOALS))
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
CC = $(CROSS_COMPILE)gcc
|
CC = $(CROSS_COMPILE)gcc
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user