aboutsummaryrefslogtreecommitdiffstats
path: root/mk/all.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-10 02:27:59 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-10 02:27:59 +0100
commit544831854014d160b8f9100d6442219da90aacea (patch)
treee8565f3cedb81479b0526799fd054a96ac1874cb /mk/all.mk
parentm (diff)
downloadscrotty-544831854014d160b8f9100d6442219da90aacea.tar.gz
scrotty-544831854014d160b8f9100d6442219da90aacea.tar.bz2
scrotty-544831854014d160b8f9100d6442219da90aacea.tar.xz
a bunch of stuff...
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to '')
-rw-r--r--mk/all.mk27
1 files changed, 16 insertions, 11 deletions
diff --git a/mk/all.mk b/mk/all.mk
index 7b00995..f6cad42 100644
--- a/mk/all.mk
+++ b/mk/all.mk
@@ -8,20 +8,25 @@
#=== This file includes all the other files in appropriate order. ===#
+
ifndef Q
A = \e[35m
Z = 
endif
-include mk/path.mk
-include mk/empty.mk
-include mk/tools.mk
-include mk/copy.mk
-include mk/lang-c.mk
-include mk/texinfo.mk
-include mk/man.mk
-include mk/i18n.mk
-include mk/clean.mk
-include mk/dist.mk
-include mk/tags.mk
+include $(v)mk/path.mk
+include .config.mk
+include $(v)mk/path.mk
+include $(v)mk/lowerpath.mk
+include $(v)mk/empty.mk
+include $(v)mk/tools.mk
+include $(v)mk/copy.mk
+include $(v)mk/lang-c.mk
+include $(v)mk/texinfo.mk
+include $(v)mk/man.mk
+include $(v)mk/i18n.mk
+include $(v)mk/clean.mk
+include $(v)mk/dist.mk
+include $(v)mk/tags.mk
+include $(v)mk/prologue.mk