]> git.draconx.ca Git - dxcommon.git/blobdiff - snippet/glconfig.mk
Add some backwards-compatibility helpers for silent-rules.
[dxcommon.git] / snippet / glconfig.mk
index dd999af22c4ad6e624511c3084063cabfb226219..4bf112ec478808d170a6f94983ed029f21ec7b80 100644 (file)
@@ -16,9 +16,9 @@
 GLCONFIG = @GLSRC@/glconfig.h
 GLCAT    = cat /dev/null
 
-GLSYM_V   = $(GLSYM_V_$(V))
-GLSYM_V_  = $(GLSYM_V_$(AM_DEFAULT_VERBOSITY))
-GLSYM_V_0 = @echo "  GLSYM " $<;
+GLSYM_V   = $(GLSYM_V_@AM_V@)
+GLSYM_V_  = $(GLSYM_V_@AM_DEFAULT_V@)
+GLSYM_V_0 = @printf '  %$(DX_ALIGN_V)s %s\n' 'GLSYM   ' $<;
 
 gnulib_symfiles = $(gnulib_lt_objects:.lo=.glsym)
 gnulib_headers += $(GLCONFIG)