Bugs item #2829640, was opened at 2009-07-30 15:15 Message generated for change (Tracker Item Submitted) made by zmoelnig You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2829640...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: pd-extended Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: IOhannes m zmlnig (zmoelnig) Assigned to: Hans-Christoph Steiner (eighthave) Summary: Makefile use "pd_src" for path-to-pd-without-src
Initial Comment: several makefiles use the "pd_src" variable to point to /where/is/my/pd/ rather than /where/is/my/pd/src.
this makes the code unreadable, as the variable name suggests that it holds the path to the Pd-sources, esp when it comes to $(pd_src)/src and similar
please use a more general variable name for this, e.g. "PD_PATH" (i would suggest upper-case according to http://www.gnu.org/software/make/manual/make.html#toc_Using-Variables).
done for the ext13 skeleton Makefile
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2829640...