diff Makefile.in @ 5271:8ce9f378be7c

Add of-audio package * src/of-audio.mk: new file * Makefile.in, index.html, dist-files.mk: add of-audio * binary-dist-rules.mk: remove windows dep on rtmidi as is included from of-audio
author John Donoghue <john.donoghue@ieee.org>
date Fri, 17 Jan 2020 06:18:07 -0500
parents a7bbb803f069
children 8a3c205357f1
line wrap: on
line diff
--- a/Makefile.in	Wed Jan 15 09:33:28 2020 -0500
+++ b/Makefile.in	Fri Jan 17 06:18:07 2020 -0500
@@ -513,7 +513,7 @@
 OCTAVE_FORGE_BASE_URL := 'https://sourceforge.net/projects/octave/files/Octave Forge Packages/Individual Package Releases'
 ## Packages removed from list because build is broken:
 ## None.
-OCTAVE_FORGE_PACKAGES := $(addprefix of-,miscellaneous struct optim general signal communications image io statistics control geometry windows linear-algebra sockets data-smoothing fuzzy-logic-toolkit quaternion fits tsa netcdf ltfat database instrument-control generate_html nurbs strings financial stk splines dataframe lssa queueing ga odepkg interval nan ocs mapping tisean video zeromq gsl optiminterp dicom sparsersb)
+OCTAVE_FORGE_PACKAGES := $(addprefix of-,miscellaneous struct optim general signal communications image io statistics control geometry windows linear-algebra sockets data-smoothing fuzzy-logic-toolkit quaternion fits tsa netcdf ltfat database instrument-control generate_html nurbs strings financial stk splines dataframe lssa queueing ga odepkg interval nan ocs mapping tisean video zeromq gsl optiminterp dicom sparsersb audio)
 # get ALL deps for all of- packages, regardless of whether building the actual forge package in the installer
 OCTAVE_FORGE_DEPS:= $(sort $(foreach p,$(addprefix $(TOP_DIR)/src/,$(addsuffix .mk,$(OCTAVE_FORGE_PACKAGES))),$(shell $(SED) -n 's/.*_DEPS.*:=\(.*\)/\1/p' $p)))