[beast: 12/20] BUILD: Makefile.decl: provide QSTDOUT



commit e327fad78bf59811ebcaff046e1d1d86ca6074be
Author: Tim Janik <timj gnu org>
Date:   Sun Jun 18 23:40:15 2017 +0200

    BUILD: Makefile.decl: provide QSTDOUT
    
    Signed-off-by: Tim Janik <timj gnu org>

 Makefile.decl |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/Makefile.decl b/Makefile.decl
index 8434419..d5e87b9 100644
--- a/Makefile.decl
+++ b/Makefile.decl
@@ -1,4 +1,5 @@
 # BEAST & BSE                                          -*-mode:makefile;-*-
+# This Source Code Form is licensed MPL-2.0: http://mozilla.org/MPL/2.0
 
 # declare variables that we might want to use += on.
 EXTRA_HEADERS=
@@ -10,14 +11,11 @@ GENERATED=$(strip $(GENERATED_CLEANFILES))
 EXTRA_DIST=
 noinst_DATA=
 
-# Verbosity macros
+# == Verbosity ==
 Q       = $(if $(findstring 1, $(V)) ,, @)
 QGEN    = $(Q:@=@echo '  GEN   ' $@; )
 QSTDERR = $(Q:@=2>/dev/null)
-
-# assign project wide defaults
-AM_CFLAGS   += -D_BIRNET_SOURCE_EXTENSIONS
-AM_CXXFLAGS += -D_BIRNET_SOURCE_EXTENSIONS
+QSTDOUT = $(Q:@=1>/dev/null)
 
 # == GITSTAMPS ==
 # list of stamp files touched by commits


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]