Print Makefile.pdlibbuilder version
This commit is contained in:
parent
1d7bb5e154
commit
b1a4c9b525
1 changed files with 7 additions and 2 deletions
|
|
@ -1,5 +1,7 @@
|
|||
# Makefile.pdlibbuilder version 0.2.4, dated 2016-06-25
|
||||
#
|
||||
# Makefile.pdlibbuilder dated 2016-06-25
|
||||
|
||||
version = 0.2.4
|
||||
|
||||
# Helper makefile for Pure Data external libraries.
|
||||
# Written by Katja Vetter March-June 2015 for the public domain. No warranties.
|
||||
# Inspired by Hans Christoph Steiner's Makefile Template and Stephan Beal's
|
||||
|
|
@ -685,6 +687,9 @@ ifdef pdincludepath
|
|||
mpdh := $(shell ls "$(pdincludepath)/m_pd.h")
|
||||
endif
|
||||
|
||||
# print Makefile.pdlibbuilder version
|
||||
$(info ++++ info: using Makefile.pdlibbuilder version $(version))
|
||||
|
||||
# when making target all, check if m_pd.h is found and print info about it
|
||||
ifeq ($(goals), all)
|
||||
$(if $(mpdh), \
|
||||
|
|
|
|||
Loading…
Reference in a new issue