We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c11e53 commit 181989fCopy full SHA for 181989f
Makefile.am
@@ -2,6 +2,10 @@
2
# Distributed under the MIT software license, see the accompanying
3
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5
+# Pattern rule to print variables, e.g. make print-top_srcdir
6
+print-%:
7
+ @echo $* = $($*)
8
+
9
ACLOCAL_AMFLAGS = -I build-aux/m4
10
SUBDIRS = src
11
if ENABLE_MAN
depends/Makefile
@@ -1,5 +1,9 @@
1
.NOTPARALLEL :
SOURCES_PATH ?= $(BASEDIR)/sources
WORK_PATH = $(BASEDIR)/work
BASE_CACHE ?= $(BASEDIR)/built
0 commit comments