diff Makefile.in @ 3917:d18874830004

of-queueing: add to mxe * src/of-queueing.mk: new file * dist-files.mk: add of-queueing.mk * index.html: add queueing * Makefile.in: add queueing * build_packages.m: add install of queueing
author John Donoghue <john.donoghue@ieee.org>
date Sat, 25 Apr 2015 19:43:15 -0400
parents af43c4d3d12f
children 282ca0892ed0
line wrap: on
line diff
--- a/Makefile.in	Sat Apr 25 19:32:25 2015 -0400
+++ b/Makefile.in	Sat Apr 25 19:43:15 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 instrument-control generate_html nurbs strings octcdf financial stk splines dataframe lssa)
+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 generate_html nurbs strings octcdf financial stk splines dataframe lssa queueing)
 # 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)))