diff Makefile.in @ 3893:dcd4cc57e1fc

of-instrument-control: add too mxe-octave * Makefile.in: add instrument-control to forge list * index.html: add of-instrument-control * src/of-instrument-control.mk * dist-files.mk: add instrument-control.mk * build_packages.m: add instrument control 0.2.1
author John Donoghue
date Fri, 10 Apr 2015 07:47:53 -0400
parents b42e8f913ddc
children 3fcb38c52a01
line wrap: on
line diff
--- a/Makefile.in	Fri Apr 10 07:35:38 2015 -0400
+++ b/Makefile.in	Fri Apr 10 07:47:53 2015 -0400
@@ -419,7 +419,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 odepkg linear-algebra sockets zenity actuarial data-smoothing fuzzy-logic-toolkit quaternion fits fl-core tsa dicom netcdf ltfat database)
+OCTAVE_FORGE_PACKAGES := $(addprefix of-,miscellaneous struct optim specfun general signal communications image io statistics control geometry windows odepkg linear-algebra sockets zenity actuarial data-smoothing fuzzy-logic-toolkit quaternion fits fl-core tsa dicom netcdf ltfat database instrument-control)
 # 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)))