diff --git a/tests/_template_/Makefile b/tests/_template_/Makefile index d0bb5bd..2afaac3 100644 --- a/tests/_template_/Makefile +++ b/tests/_template_/Makefile @@ -11,6 +11,8 @@ class.sources = _template_.c # all extra files to be included in binary distribution of the library datafiles = _template_-help.pd _template_-meta.pd -# include Makefile.pdlibbuilder from submodule directory 'pd-lib-builder' +# include Makefile.pdlibbuilder +# (for real-world projects see the "Project Management" section +# in tips-tricks.md) PDLIBBUILDER_DIR=../.. include $(PDLIBBUILDER_DIR)/Makefile.pdlibbuilder diff --git a/tests/multifor/Makefile b/tests/multifor/Makefile index 3f44d67..48950f2 100644 --- a/tests/multifor/Makefile +++ b/tests/multifor/Makefile @@ -22,7 +22,9 @@ endef # all extra files to be included in binary distribution of the library datafiles = multifor-help.pd multifor-meta.pd -# include Makefile.pdlibbuilder from submodule directory 'pd-lib-builder' +# include Makefile.pdlibbuilder +# (for real-world projects see the "Project Management" section +# in tips-tricks.md) PDLIBBUILDER_DIR=../.. include $(PDLIBBUILDER_DIR)/Makefile.pdlibbuilder diff --git a/tests/multilib/Makefile b/tests/multilib/Makefile index e34227c..00f20dc 100644 --- a/tests/multilib/Makefile +++ b/tests/multilib/Makefile @@ -16,7 +16,9 @@ lib.setup.sources = $(lib.name).c # all extra files to be included in binary distribution of the library datafiles = multilib-help.pd multilib-meta.pd -# include Makefile.pdlibbuilder from submodule directory 'pd-lib-builder' +# include Makefile.pdlibbuilder +# (for real-world projects see the "Project Management" section +# in tips-tricks.md) PDLIBBUILDER_DIR=../.. include $(PDLIBBUILDER_DIR)/Makefile.pdlibbuilder diff --git a/tests/multiple/Makefile b/tests/multiple/Makefile index 2e045c0..eac1412 100644 --- a/tests/multiple/Makefile +++ b/tests/multiple/Makefile @@ -11,7 +11,9 @@ class.sources = multipleA.c multipleB.c # all extra files to be included in binary distribution of the library datafiles = multiple-help.pd multiple-meta.pd -# include Makefile.pdlibbuilder from submodule directory 'pd-lib-builder' +# include Makefile.pdlibbuilder +# (for real-world projects see the "Project Management" section +# in tips-tricks.md) PDLIBBUILDER_DIR=../.. include $(PDLIBBUILDER_DIR)/Makefile.pdlibbuilder diff --git a/tests/multishared/Makefile b/tests/multishared/Makefile index 745f3a8..59eb807 100644 --- a/tests/multishared/Makefile +++ b/tests/multishared/Makefile @@ -14,7 +14,9 @@ class.sources = multisharedA.c multisharedB.c # all extra files to be included in binary distribution of the library datafiles = multishared-help.pd multishared-meta.pd -# include Makefile.pdlibbuilder from submodule directory 'pd-lib-builder' +# include Makefile.pdlibbuilder +# (for real-world projects see the "Project Management" section +# in tips-tricks.md) PDLIBBUILDER_DIR=../.. include $(PDLIBBUILDER_DIR)/Makefile.pdlibbuilder diff --git a/tests/single/Makefile b/tests/single/Makefile index 8ae70f7..0d36005 100644 --- a/tests/single/Makefile +++ b/tests/single/Makefile @@ -11,7 +11,9 @@ class.sources = single.c # all extra files to be included in binary distribution of the library datafiles = single-help.pd single-meta.pd -# include Makefile.pdlibbuilder from submodule directory 'pd-lib-builder' +# include Makefile.pdlibbuilder +# (for real-world projects see the "Project Management" section +# in tips-tricks.md) PDLIBBUILDER_DIR=../.. include $(PDLIBBUILDER_DIR)/Makefile.pdlibbuilder