diff Makefile.in @ 3967:55f3a9ff20b8

of-interval: add to mxe-octave * src/of-interval.mk: new file * dist-files.mk: add of-interval.mk. * index.html: add of-interval * Makefile.in: add of-interval * build_packages.m: add interval package
author John Donoghue <john.donoghue@ieee.org>
date Mon, 15 Jun 2015 20:59:37 -0400
parents 5ad15d20d11b
children cdd15551e80e
line wrap: on
line diff
--- a/Makefile.in	Mon Jun 15 20:50:52 2015 -0400
+++ b/Makefile.in	Mon Jun 15 20:59:37 2015 -0400
@@ -427,7 +427,7 @@
 endif
 
 OCTAVE_FORGE_BASE_URL := 'http://sourceforge.net/projects/octave/files/Octave Forge Packages/Individual Package Releases'
-OCTAVE_FORGE_PACKAGES := $(addprefix of-,miscellaneous struct optim specfun general signal communications image io statistics control geometry windows linear-algebra sockets zenity data-smoothing fuzzy-logic-toolkit quaternion fits fl-core tsa dicom netcdf ltfat database instrument-control generate_html nurbs strings octcdf financial stk splines dataframe lssa queueing ga odepkg)
+OCTAVE_FORGE_PACKAGES := $(addprefix of-,miscellaneous struct optim specfun general signal communications image io statistics control geometry windows linear-algebra sockets zenity data-smoothing fuzzy-logic-toolkit quaternion fits fl-core tsa dicom netcdf ltfat database instrument-control generate_html nurbs strings octcdf financial stk splines dataframe lssa queueing ga odepkg interval)
 # get ALL deps for all of- packages, regardless of whethe building the actual forge package in the installer
 OCTAVE_FORGE_DEPS:= $(sort $(foreach p,$(wildcard $(TOP_DIR)/src/of-*.mk),$(shell $(SED) -n 's/.*_DEPS.*:=\(.*\)/\1/p' $p)))