summaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-05-06 18:22:51 -0400
committermidipix <writeonce@midipix.org>2016-11-10 23:35:47 -0500
commit18a88361a9eff9d3b2ca8cd95ad17795dfc9c9bc (patch)
treeb5290fa235b258aeb59d5989e130dd274105bdee /Makefile.in
parent598fb413f4b747f53f2ceab77797105cb502caab (diff)
downloadperk-18a88361a9eff9d3b2ca8cd95ad17795dfc9c9bc.tar.bz2
perk-18a88361a9eff9d3b2ca8cd95ad17795dfc9c9bc.tar.xz
build system: added the .conf convenience make target.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index db198d5..ab066e4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -242,6 +242,10 @@ clean: clean-implib
.display-pe .display-elf .display-dirs .display-build \
.display-config
+.conf: PAGER ?= less
+.conf:
+ $(MAKE) .display | $(PAGER)
+
.display-project:
@echo PACKAGE:' '$(PACKAGE)
@echo NICKNAME:' '$(NICKNAME)
@@ -357,7 +361,7 @@ clean: clean-implib
@echo $(CFLAGS)
-.PHONY: all install shared static app .display \
+.PHONY: all install shared static app \
package-app \
shared-objs shared-lib \
static-objs static-lib \
@@ -365,6 +369,7 @@ clean: clean-implib
install-shared install-static \
install-headers install-app \
clean distclean clean-implib version \
+ .display .conf \
.display-project .display-env .display-tools .display-flags \
.display-pe .display-elf .display-dirs .display-build \
implib implib-ver implib-soname implib-solink \