[PD-cvs] pure-data:svn[17592] honor CPPFLAGS and let CFLAGS override OPT_CFLAGS

zmoelnig at users.sourceforge.net zmoelnig at users.sourceforge.net
Wed Nov 18 13:33:11 CET 2015


Revision: 17592
          http://sourceforge.net/p/pure-data/svn/17592
Author:   zmoelnig
Date:     2015-11-18 12:33:11 +0000 (Wed, 18 Nov 2015)
Log Message:
-----------
honor CPPFLAGS and let CFLAGS override OPT_CFLAGS

this allows passing CPPFLAGS to the Makefile for (additional) preprocessor flags.
it also puts $(CFLAGS) *after* $(OPT_CFLAGS), so a '-O2' in CFLAGS will override
a '-O6' in OPT_CFLAGS,

Modified Paths:
--------------
    trunk/externals/template/Makefile




More information about the Pd-cvs mailing list