diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-10-07 23:41:23 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-10-07 23:41:23 +0000 |
commit | af24b08cc9d6d764018d16d7416b2e5440f82e55 (patch) | |
tree | bd029ce86787ea5c959606375496e0fed6bf1c56 /math | |
parent | a29a0e0d97708e258a85e19ff617da877f6803e6 (diff) | |
download | ports-af24b08cc9d6d764018d16d7416b2e5440f82e55.tar.gz ports-af24b08cc9d6d764018d16d7416b2e5440f82e55.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/octave/Makefile | 27 | ||||
-rw-r--r-- | math/octave/pkg-plist | 1343 |
2 files changed, 690 insertions, 680 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index fbb8a833a74a..f146527a7822 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -9,20 +9,22 @@ PORTNAME= octave PORTVERSION= 2.1.73 CATEGORIES= math MASTER_SITES= ftp://ftp.octave.org/pub/octave/bleeding-edge/ \ - ftp://ftp.eos.hokudai.ac.jp/pub/GNU/misc/octave/bleeding-edge/ + ftp://ftp.eos.hokudai.ac.jp/pub/GNU/misc/octave/bleeding-edge/ \ + http://neacm.fe.up.pt/pub/octave/bleeding-edge/ \ + ftp://ftp.lublin.pl/site/octave/bleeding-edge/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rainer.alves@gmail.com COMMENT= High-level interactive language for numerical computations BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot -LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw \ - atlas.1:${PORTSDIR}/math/atlas +LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw USE_BZIP2= yes USE_PERL5_BUILD=yes USE_GMAKE= yes GNU_CONFIGURE= yes +USE_LDCONFIG= ${PREFIX}/lib/octave-${OCTAVE_VERSION} INFO= octave liboctave MAN1= octave.1 octave-bug.1 mkoctfile.1 octave-config.1 @@ -38,8 +40,6 @@ CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \ F77="${F77}" \ FFLAGS="${FFLAGS}" CONFIGURE_ARGS= --host=${GNU_HOST} \ - --with-blas="-L${LOCALBASE}/lib -lf77blas -lcblas -latlas" \ - --with-lapack=-lalapack \ --enable-shared SUB_FILES= octave @@ -48,11 +48,20 @@ SUB_LIST= OCTAVE_VERSION="${OCTAVE_VERSION}" .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -BROKEN= "Does not compile on FreeBSD 4.x" +BROKEN= Does not compile on FreeBSD 4.x .endif -.if ${OSVERSION} < 500000 -CONFIGURE_ARGS+= --disable-readline +.if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS) +WITH_ATLAS= yes +.endif + +.if defined(WITH_ATLAS) +LIB_DEPENDS+= atlas.1:${PORTSDIR}/math/atlas +CONFIGURE_ARGS+= --with-blas="-L${LOCALBASE}/lib -lf77blas -lcblas -latlas" \ + --with-lapack=-lalapack +.else +LIB_DEPENDS+= blas.1:${PORTSDIR}/math/blas +CONFIGURE_ARGS+= --with-blas="-L${LOCALBASE}/lib -lblas" .endif post-install: diff --git a/math/octave/pkg-plist b/math/octave/pkg-plist index 159cb95174ea..bb66911c3c91 100644 --- a/math/octave/pkg-plist +++ b/math/octave/pkg-plist @@ -636,6 +636,7 @@ libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/strptime.oct libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/svd.oct libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/syl.oct libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/time.oct +libexec/octave/%%OCTAVE_VERSION%%/octave-%%OCTAVE_VERSION%% libexec/octave/ls-R %%PORTDOCS%%%%DOCSDIR%%/Octave-FAQ.ps %%PORTDOCS%%%%DOCSDIR%%/liboctave.ps @@ -643,677 +644,677 @@ libexec/octave/ls-R %%PORTDOCS%%%%DOCSDIR%%/refcard-a4.ps %%PORTDOCS%%%%DOCSDIR%%/refcard-legal.ps %%PORTDOCS%%%%DOCSDIR%%/refcard-letter.ps -share/octave/site/m/startup/octaverc -share/octave/%%OCTAVE_VERSION%%/m/audio/lin2mu.m -share/octave/%%OCTAVE_VERSION%%/m/audio/loadaudio.m -share/octave/%%OCTAVE_VERSION%%/m/audio/mu2lin.m -share/octave/%%OCTAVE_VERSION%%/m/audio/playaudio.m -share/octave/%%OCTAVE_VERSION%%/m/audio/record.m -share/octave/%%OCTAVE_VERSION%%/m/audio/saveaudio.m -share/octave/%%OCTAVE_VERSION%%/m/audio/setaudio.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/DEMOcontrol.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/__bodquist__.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/__freqresp__.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/__stepimp__.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/analdemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/are.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/bddemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/bode.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/bode_bounds.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/controldemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/ctrb.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/damp.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/dare.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/dcgain.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/dgram.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/dkalman.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/dlqe.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/dlqr.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/dlyap.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/dre.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/frdemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/freqchkw.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/gram.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/impulse.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/lqe.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/lqg.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/lqr.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/lsim.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/ltifr.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/lyap.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/nichols.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/nyquist.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/obsv.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/place.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/pzmap.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/rldemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/rlocus.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/step.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/tzero.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/tzero2.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/dgkfdemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/dhinfdemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/h2norm.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/h2syn.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/hinf_ctr.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/hinfdemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/hinfnorm.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/hinfsyn.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/hinfsyn_chk.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/hinfsyn_ric.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/is_dgkf.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/wgt1o.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/dezero.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/dlqg.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/minfo.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/packsys.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/qzval.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/rotg.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/series.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/swapcols.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/swaprows.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/syschnames.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/unpacksys.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/__abcddims__.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/__syschnamesl__.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/__sysconcat__.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/__syscont_disc__.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/__sysdefioname__.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/__sysdefstname__.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/__sysgroupn__.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/__tf2sysl__.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/__tfl__.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/__zp2ssg2__.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/abcddim.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/buildssic.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/c2d.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/cellidx.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/d2c.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/dmr2d.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/fir2sys.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_abcd.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_controllable.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_detectable.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_digital.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_observable.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_sample.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_signal_list.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_siso.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_stabilizable.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_stable.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/jet707.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/listidx.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/moddemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/ord2.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/packedform.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/parallel.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/ss.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/ss2sys.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/ss2tf.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/ss2zp.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/starp.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sys2fir.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sys2ss.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sys2tf.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sys2zp.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysadd.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysappend.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/syschtsam.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysconnect.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/syscont.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysdimensions.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysdisc.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysdup.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysgetsignals.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysgettsam.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysgettype.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysgroup.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysidx.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysmin.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysmult.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysout.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysprune.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysreorder.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysrepdemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysscale.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/syssetsignals.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/syssub.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysupdate.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/tf.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/tf2ss.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/tf2sys.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/tf2zp.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/tfout.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/ugain.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/zp.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/zp2ss.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/zp2sys.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/zp2tf.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/zpout.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/__outlist__.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/__zgpbal__.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/axis2dlim.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/prompt.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/run_cmd.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/sortcom.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/strappend.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/swap.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/zgfmul.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/zgfslv.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/zginit.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/zgreduce.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/zgrownorm.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/zgscal.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/zgsgiv.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/zgshsr.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/com2str.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_bool.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_complex.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_global.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_list.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_matrix.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_scalar.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_square.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_stream.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_struct.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_symmetric.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_vector.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/isstr.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/setstr.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/struct_contains.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/struct_elements.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/acot.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/acoth.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/acsc.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/acsch.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/asec.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/asech.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/cot.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/coth.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/csc.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/csch.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/lcm.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/sec.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/sech.m -share/octave/%%OCTAVE_VERSION%%/m/finance/fv.m -share/octave/%%OCTAVE_VERSION%%/m/finance/fvl.m -share/octave/%%OCTAVE_VERSION%%/m/finance/irr.m -share/octave/%%OCTAVE_VERSION%%/m/finance/nper.m -share/octave/%%OCTAVE_VERSION%%/m/finance/npv.m -share/octave/%%OCTAVE_VERSION%%/m/finance/pmt.m -share/octave/%%OCTAVE_VERSION%%/m/finance/pv.m -share/octave/%%OCTAVE_VERSION%%/m/finance/pvl.m -share/octave/%%OCTAVE_VERSION%%/m/finance/rate.m -share/octave/%%OCTAVE_VERSION%%/m/finance/vol.m -share/octave/%%OCTAVE_VERSION%%/m/general/bitcmp.m -share/octave/%%OCTAVE_VERSION%%/m/general/bitget.m -share/octave/%%OCTAVE_VERSION%%/m/general/bitset.m -share/octave/%%OCTAVE_VERSION%%/m/general/cart2pol.m -share/octave/%%OCTAVE_VERSION%%/m/general/cart2sph.m -share/octave/%%OCTAVE_VERSION%%/m/general/circshift.m -share/octave/%%OCTAVE_VERSION%%/m/general/columns.m -share/octave/%%OCTAVE_VERSION%%/m/general/common_size.m -share/octave/%%OCTAVE_VERSION%%/m/general/deal.m -share/octave/%%OCTAVE_VERSION%%/m/general/diff.m -share/octave/%%OCTAVE_VERSION%%/m/general/flipdim.m -share/octave/%%OCTAVE_VERSION%%/m/general/fliplr.m -share/octave/%%OCTAVE_VERSION%%/m/general/flipud.m -share/octave/%%OCTAVE_VERSION%%/m/general/ind2sub.m -share/octave/%%OCTAVE_VERSION%%/m/general/int2str.m -share/octave/%%OCTAVE_VERSION%%/m/general/is_duplicate_entry.m -share/octave/%%OCTAVE_VERSION%%/m/general/isa.m -share/octave/%%OCTAVE_VERSION%%/m/general/isdefinite.m -share/octave/%%OCTAVE_VERSION%%/m/general/isscalar.m -share/octave/%%OCTAVE_VERSION%%/m/general/issquare.m -share/octave/%%OCTAVE_VERSION%%/m/general/issymmetric.m -share/octave/%%OCTAVE_VERSION%%/m/general/isvector.m -share/octave/%%OCTAVE_VERSION%%/m/general/logical.m -share/octave/%%OCTAVE_VERSION%%/m/general/mod.m -share/octave/%%OCTAVE_VERSION%%/m/general/logspace.m -share/octave/%%OCTAVE_VERSION%%/m/general/nargchk.m -share/octave/%%OCTAVE_VERSION%%/m/general/nextpow2.m -share/octave/%%OCTAVE_VERSION%%/m/general/num2str.m -share/octave/%%OCTAVE_VERSION%%/m/general/perror.m -share/octave/%%OCTAVE_VERSION%%/m/general/pol2cart.m -share/octave/%%OCTAVE_VERSION%%/m/general/postpad.m -share/octave/%%OCTAVE_VERSION%%/m/general/prepad.m -share/octave/%%OCTAVE_VERSION%%/m/general/randperm.m -share/octave/%%OCTAVE_VERSION%%/m/general/rem.m -share/octave/%%OCTAVE_VERSION%%/m/general/repmat.m -share/octave/%%OCTAVE_VERSION%%/m/general/rot90.m -share/octave/%%OCTAVE_VERSION%%/m/general/rotdim.m -share/octave/%%OCTAVE_VERSION%%/m/general/rows.m -share/octave/%%OCTAVE_VERSION%%/m/general/shift.m -share/octave/%%OCTAVE_VERSION%%/m/general/shiftdim.m -share/octave/%%OCTAVE_VERSION%%/m/general/sph2cart.m -share/octave/%%OCTAVE_VERSION%%/m/general/strerror.m -share/octave/%%OCTAVE_VERSION%%/m/general/sub2ind.m -share/octave/%%OCTAVE_VERSION%%/m/general/tril.m -share/octave/%%OCTAVE_VERSION%%/m/general/triu.m -share/octave/%%OCTAVE_VERSION%%/m/image/colormap.m -share/octave/%%OCTAVE_VERSION%%/m/image/gray.m -share/octave/%%OCTAVE_VERSION%%/m/image/gray2ind.m -share/octave/%%OCTAVE_VERSION%%/m/image/hsv2rgb.m -share/octave/%%OCTAVE_VERSION%%/m/image/image.m -share/octave/%%OCTAVE_VERSION%%/m/image/imagesc.m -share/octave/%%OCTAVE_VERSION%%/m/image/imshow.m -share/octave/%%OCTAVE_VERSION%%/m/image/ind2gray.m -share/octave/%%OCTAVE_VERSION%%/m/image/ind2rgb.m -share/octave/%%OCTAVE_VERSION%%/m/image/loadimage.m -share/octave/%%OCTAVE_VERSION%%/m/image/ntsc2rgb.m -share/octave/%%OCTAVE_VERSION%%/m/image/ocean.m -share/octave/%%OCTAVE_VERSION%%/m/image/rgb2hsv.m -share/octave/%%OCTAVE_VERSION%%/m/image/rgb2ind.m -share/octave/%%OCTAVE_VERSION%%/m/image/rgb2ntsc.m -share/octave/%%OCTAVE_VERSION%%/m/image/saveimage.m -share/octave/%%OCTAVE_VERSION%%/m/io/beep.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/commutation_matrix.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/cond.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/cross.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/dmult.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/dot.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/duplication_matrix.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/housh.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/krylov.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/krylovb.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/logm.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/norm.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/null.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/orth.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/qzhess.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/rank.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/trace.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/vec.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/vech.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/bincoeff.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/bug_report.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/comma.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/computer.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/cputime.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/delete.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/dir.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/dump_prefs.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/etime.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/fileparts.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/flops.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/fullfile.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/is_leap_year.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/ispc.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/isunix.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/list_primes.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/menu.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/not.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/pack.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/paren.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/path.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/popen2.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/semicolon.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/tempdir.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/tempname.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/texas_lotto.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/tic.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/toc.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/unix.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/version.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/xor.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/PKG_ADD -share/octave/%%OCTAVE_VERSION%%/m/plot/__axis_label__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__errcomm__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__errplot__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plr1__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plr2__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plr__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt1__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2mm__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2mv__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2ss__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2vm__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2vv__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__pltopt1__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__pltopt__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/axis.m -share/octave/%%OCTAVE_VERSION%%/m/plot/bar.m -share/octave/%%OCTAVE_VERSION%%/m/plot/bottom_title.m -share/octave/%%OCTAVE_VERSION%%/m/plot/close.m -share/octave/%%OCTAVE_VERSION%%/m/plot/contour.m -share/octave/%%OCTAVE_VERSION%%/m/plot/errorbar.m -share/octave/%%OCTAVE_VERSION%%/m/plot/figure.m -share/octave/%%OCTAVE_VERSION%%/m/plot/grid.m -share/octave/%%OCTAVE_VERSION%%/m/plot/hist.m -share/octave/%%OCTAVE_VERSION%%/m/plot/loglog.m -share/octave/%%OCTAVE_VERSION%%/m/plot/loglogerr.m -share/octave/%%OCTAVE_VERSION%%/m/plot/mesh.m -share/octave/%%OCTAVE_VERSION%%/m/plot/meshdom.m -share/octave/%%OCTAVE_VERSION%%/m/plot/meshgrid.m -share/octave/%%OCTAVE_VERSION%%/m/plot/mplot.m -share/octave/%%OCTAVE_VERSION%%/m/plot/multiplot.m -share/octave/%%OCTAVE_VERSION%%/m/plot/oneplot.m -share/octave/%%OCTAVE_VERSION%%/m/plot/orient.m -share/octave/%%OCTAVE_VERSION%%/m/plot/plot.m -share/octave/%%OCTAVE_VERSION%%/m/plot/plot_border.m -share/octave/%%OCTAVE_VERSION%%/m/plot/polar.m -share/octave/%%OCTAVE_VERSION%%/m/plot/print.m -share/octave/%%OCTAVE_VERSION%%/m/plot/semilogx.m -share/octave/%%OCTAVE_VERSION%%/m/plot/semilogxerr.m -share/octave/%%OCTAVE_VERSION%%/m/plot/semilogy.m -share/octave/%%OCTAVE_VERSION%%/m/plot/semilogyerr.m -share/octave/%%OCTAVE_VERSION%%/m/plot/shg.m -share/octave/%%OCTAVE_VERSION%%/m/plot/sombrero.m -share/octave/%%OCTAVE_VERSION%%/m/plot/stairs.m -share/octave/%%OCTAVE_VERSION%%/m/plot/subplot.m -share/octave/%%OCTAVE_VERSION%%/m/plot/subwindow.m -share/octave/%%OCTAVE_VERSION%%/m/plot/title.m -share/octave/%%OCTAVE_VERSION%%/m/plot/top_title.m -share/octave/%%OCTAVE_VERSION%%/m/plot/xlabel.m -share/octave/%%OCTAVE_VERSION%%/m/plot/ylabel.m -share/octave/%%OCTAVE_VERSION%%/m/plot/zlabel.m -share/octave/%%OCTAVE_VERSION%%/m/plot/PKG_ADD -share/octave/%%OCTAVE_VERSION%%/m/polynomial/compan.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/conv.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/deconv.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/poly.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyder.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyderiv.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyfit.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyinteg.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyout.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyreduce.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyval.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyvalm.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/residue.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/roots.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/demoquat.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/qconj.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/qcoordinate_plot.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/qderiv.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/qderivmat.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/qinv.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/qmult.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/qtrans.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/qtransv.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/qtransvmat.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/quaternion.m -share/octave/%%OCTAVE_VERSION%%/m/set/complement.m -share/octave/%%OCTAVE_VERSION%%/m/set/create_set.m -share/octave/%%OCTAVE_VERSION%%/m/set/intersection.m -share/octave/%%OCTAVE_VERSION%%/m/set/union.m -share/octave/%%OCTAVE_VERSION%%/m/signal/arch_fit.m -share/octave/%%OCTAVE_VERSION%%/m/signal/arch_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/signal/arch_test.m -share/octave/%%OCTAVE_VERSION%%/m/signal/arma_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/signal/autocor.m -share/octave/%%OCTAVE_VERSION%%/m/signal/autocov.m -share/octave/%%OCTAVE_VERSION%%/m/signal/autoreg_matrix.m -share/octave/%%OCTAVE_VERSION%%/m/signal/bartlett.m -share/octave/%%OCTAVE_VERSION%%/m/signal/blackman.m -share/octave/%%OCTAVE_VERSION%%/m/signal/detrend.m -share/octave/%%OCTAVE_VERSION%%/m/signal/diffpara.m -share/octave/%%OCTAVE_VERSION%%/m/signal/durbinlevinson.m -share/octave/%%OCTAVE_VERSION%%/m/signal/fftconv.m -share/octave/%%OCTAVE_VERSION%%/m/signal/fftfilt.m -share/octave/%%OCTAVE_VERSION%%/m/signal/fftshift.m -share/octave/%%OCTAVE_VERSION%%/m/signal/fractdiff.m -share/octave/%%OCTAVE_VERSION%%/m/signal/freqz.m -share/octave/%%OCTAVE_VERSION%%/m/signal/freqz_plot.m -share/octave/%%OCTAVE_VERSION%%/m/signal/hamming.m -share/octave/%%OCTAVE_VERSION%%/m/signal/hanning.m -share/octave/%%OCTAVE_VERSION%%/m/signal/hurst.m -share/octave/%%OCTAVE_VERSION%%/m/signal/periodogram.m -share/octave/%%OCTAVE_VERSION%%/m/signal/rectangle_lw.m -share/octave/%%OCTAVE_VERSION%%/m/signal/rectangle_sw.m -share/octave/%%OCTAVE_VERSION%%/m/signal/sinc.m -share/octave/%%OCTAVE_VERSION%%/m/signal/sinetone.m -share/octave/%%OCTAVE_VERSION%%/m/signal/sinewave.m -share/octave/%%OCTAVE_VERSION%%/m/signal/spectral_adf.m -share/octave/%%OCTAVE_VERSION%%/m/signal/spectral_xdf.m -share/octave/%%OCTAVE_VERSION%%/m/signal/spencer.m -share/octave/%%OCTAVE_VERSION%%/m/signal/stft.m -share/octave/%%OCTAVE_VERSION%%/m/signal/synthesis.m -share/octave/%%OCTAVE_VERSION%%/m/signal/triangle_lw.m -share/octave/%%OCTAVE_VERSION%%/m/signal/triangle_sw.m -share/octave/%%OCTAVE_VERSION%%/m/signal/unwrap.m -share/octave/%%OCTAVE_VERSION%%/m/signal/yulewalker.m -share/octave/%%OCTAVE_VERSION%%/m/specfun/bessel.m -share/octave/%%OCTAVE_VERSION%%/m/specfun/beta.m -share/octave/%%OCTAVE_VERSION%%/m/specfun/betai.m -share/octave/%%OCTAVE_VERSION%%/m/specfun/erfinv.m -share/octave/%%OCTAVE_VERSION%%/m/specfun/gammai.m -share/octave/%%OCTAVE_VERSION%%/m/specfun/log2.m -share/octave/%%OCTAVE_VERSION%%/m/specfun/pow2.m -share/octave/%%OCTAVE_VERSION%%/m/special-matrix/hankel.m -share/octave/%%OCTAVE_VERSION%%/m/special-matrix/hilb.m -share/octave/%%OCTAVE_VERSION%%/m/special-matrix/invhilb.m -share/octave/%%OCTAVE_VERSION%%/m/special-matrix/sylvester_matrix.m -share/octave/%%OCTAVE_VERSION%%/m/special-matrix/toeplitz.m -share/octave/%%OCTAVE_VERSION%%/m/special-matrix/vander.m -share/octave/%%OCTAVE_VERSION%%/m/startup/octaverc -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/center.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/cloglog.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/cor.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/corrcoef.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/cov.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/cut.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/gls.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/iqr.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/kendall.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/kurtosis.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/logit.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/mahalanobis.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/mean.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/meansq.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/median.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/moment.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/ols.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/ppplot.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/probit.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/qqplot.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/range.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/ranks.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/run_count.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/skewness.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/spearman.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/statistics.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/std.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/studentize.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/table.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/values.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/var.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/beta_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/beta_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/beta_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/beta_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/binomial_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/binomial_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/binomial_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/binomial_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/chisquare_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/chisquare_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/chisquare_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/chisquare_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/exponential_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/exponential_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/exponential_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/exponential_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/f_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/f_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/f_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/f_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/gamma_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/gamma_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/gamma_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/gamma_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/geometric_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/geometric_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/geometric_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/geometric_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/hypergeometric_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/hypergeometric_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/hypergeometric_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/hypergeometric_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/kolmogorov_smirnov_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/lognormal_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/lognormal_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/lognormal_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/lognormal_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/normal_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/normal_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/normal_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/normal_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/pascal_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/pascal_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/pascal_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/pascal_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/poisson_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/poisson_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/poisson_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/poisson_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/t_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/t_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/t_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/t_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/uniform_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/uniform_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/uniform_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/uniform_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/weibull_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/weibull_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/weibull_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/weibull_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/wiener_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/models/logistic_regression.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/models/logistic_regression_derivatives.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/models/logistic_regression_likelihood.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/anova.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/bartlett_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/chisquare_test_homogeneity.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/chisquare_test_independence.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/cor_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/f_test_regression.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/hotelling_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/hotelling_test_2.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/kolmogorov_smirnov_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/kolmogorov_smirnov_test_2.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/kruskal_wallis_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/manova.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/mcnemar_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/prop_test_2.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/run_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/sign_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/t_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/t_test_2.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/t_test_regression.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/u_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/var_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/welch_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/wilcoxon_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/z_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/z_test_2.m -share/octave/%%OCTAVE_VERSION%%/m/strings/base2dec.m -share/octave/%%OCTAVE_VERSION%%/m/strings/bin2dec.m -share/octave/%%OCTAVE_VERSION%%/m/strings/blanks.m -share/octave/%%OCTAVE_VERSION%%/m/strings/deblank.m -share/octave/%%OCTAVE_VERSION%%/m/strings/dec2base.m -share/octave/%%OCTAVE_VERSION%%/m/strings/dec2bin.m -share/octave/%%OCTAVE_VERSION%%/m/strings/dec2hex.m -share/octave/%%OCTAVE_VERSION%%/m/strings/findstr.m -share/octave/%%OCTAVE_VERSION%%/m/strings/hex2dec.m -share/octave/%%OCTAVE_VERSION%%/m/strings/index.m -share/octave/%%OCTAVE_VERSION%%/m/strings/isletter.m -share/octave/%%OCTAVE_VERSION%%/m/strings/lower.m -share/octave/%%OCTAVE_VERSION%%/m/strings/rindex.m -share/octave/%%OCTAVE_VERSION%%/m/strings/split.m -share/octave/%%OCTAVE_VERSION%%/m/strings/str2mat.m -share/octave/%%OCTAVE_VERSION%%/m/strings/str2num.m -share/octave/%%OCTAVE_VERSION%%/m/strings/strcat.m -share/octave/%%OCTAVE_VERSION%%/m/strings/strcmp.m -share/octave/%%OCTAVE_VERSION%%/m/strings/strjust.m -share/octave/%%OCTAVE_VERSION%%/m/strings/strrep.m -share/octave/%%OCTAVE_VERSION%%/m/strings/substr.m -share/octave/%%OCTAVE_VERSION%%/m/strings/upper.m -share/octave/%%OCTAVE_VERSION%%/m/time/asctime.m -share/octave/%%OCTAVE_VERSION%%/m/time/clock.m -share/octave/%%OCTAVE_VERSION%%/m/time/ctime.m -share/octave/%%OCTAVE_VERSION%%/m/time/date.m -share/octave/%%OCTAVE_VERSION%%/imagelib/default.img -share/octave/ls-R -@exec mkdir -p %D/share/octave/site/api-v13/m 2>/dev/null || true -@exec mkdir -p %D/share/octave/site/exec/%%GNU_HOST%% 2>/dev/null || true -@exec mkdir -p %D/share/octave/site/m 2>/dev/null || true -@exec mkdir -p %D/share/octave/site/oct/%%GNU_HOST%% 2>/dev/null || true -@exec mkdir -p %D/share/octave/%%OCTAVE_VERSION%%/site 2>/dev/null || true -@dirrmtry share/octave/site/api-v13/m -@dirrmtry share/octave/site/api-v13 -@dirrmtry share/octave/site/exec/%%GNU_HOST%% -@dirrmtry share/octave/site/exec -@dirrmtry share/octave/site/oct/%%GNU_HOST%% -@dirrmtry share/octave/site/oct -@dirrmtry share/octave/%%OCTAVE_VERSION%%/site/exec/%%GNU_HOST%% -@dirrmtry share/octave/%%OCTAVE_VERSION%%/site/exec -@dirrmtry share/octave/%%OCTAVE_VERSION%%/site/m -@dirrm share/octave/%%OCTAVE_VERSION%%/site -@dirrm share/octave/%%OCTAVE_VERSION%%/m/audio -@dirrm share/octave/%%OCTAVE_VERSION%%/m/control/base -@dirrm share/octave/%%OCTAVE_VERSION%%/m/control/hinf -@dirrm share/octave/%%OCTAVE_VERSION%%/m/control/obsolete -@dirrm share/octave/%%OCTAVE_VERSION%%/m/control/system -@dirrm share/octave/%%OCTAVE_VERSION%%/m/control/util -@dirrm share/octave/%%OCTAVE_VERSION%%/m/control -@dirrm share/octave/%%OCTAVE_VERSION%%/m/deprecated -@dirrm share/octave/%%OCTAVE_VERSION%%/m/elfun -@dirrm share/octave/%%OCTAVE_VERSION%%/m/finance -@dirrm share/octave/%%OCTAVE_VERSION%%/m/general -@dirrm share/octave/%%OCTAVE_VERSION%%/m/image -@dirrm share/octave/%%OCTAVE_VERSION%%/m/io -@dirrm share/octave/%%OCTAVE_VERSION%%/m/linear-algebra -@dirrm share/octave/%%OCTAVE_VERSION%%/m/miscellaneous -@dirrm share/octave/%%OCTAVE_VERSION%%/m/plot -@dirrm share/octave/%%OCTAVE_VERSION%%/m/polynomial -@dirrm share/octave/%%OCTAVE_VERSION%%/m/quaternion -@dirrm share/octave/%%OCTAVE_VERSION%%/m/set -@dirrm share/octave/%%OCTAVE_VERSION%%/m/signal -@dirrm share/octave/%%OCTAVE_VERSION%%/m/specfun -@dirrm share/octave/%%OCTAVE_VERSION%%/m/special-matrix -@dirrm share/octave/%%OCTAVE_VERSION%%/m/startup -@dirrm share/octave/%%OCTAVE_VERSION%%/m/statistics/base -@dirrm share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions -@dirrm share/octave/%%OCTAVE_VERSION%%/m/statistics/models -@dirrm share/octave/%%OCTAVE_VERSION%%/m/statistics/tests -@dirrm share/octave/%%OCTAVE_VERSION%%/m/statistics -@dirrm share/octave/%%OCTAVE_VERSION%%/m/strings -@dirrm share/octave/%%OCTAVE_VERSION%%/m/time -@dirrm share/octave/%%OCTAVE_VERSION%%/m -@dirrm share/octave/%%OCTAVE_VERSION%%/imagelib -@dirrm share/octave/%%OCTAVE_VERSION%% -@dirrm share/octave/site/m/startup -@dirrm share/octave/site/m -@dirrm share/octave/site -@dirrm share/octave +%%DATADIR%%/site/m/startup/octaverc +%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/lin2mu.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/loadaudio.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/mu2lin.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/playaudio.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/record.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/saveaudio.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/setaudio.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/DEMOcontrol.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/__bodquist__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/__freqresp__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/__stepimp__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/analdemo.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/are.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/bddemo.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/bode.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/bode_bounds.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/controldemo.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/ctrb.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/damp.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/dare.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/dcgain.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/dgram.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/dkalman.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/dlqe.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/dlqr.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/dlyap.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/dre.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/frdemo.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/freqchkw.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/gram.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/impulse.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/lqe.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/lqg.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/lqr.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/lsim.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/ltifr.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/lyap.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/nichols.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/nyquist.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/obsv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/place.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/pzmap.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/rldemo.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/rlocus.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/step.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/tzero.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/tzero2.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/hinf/dgkfdemo.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/hinf/dhinfdemo.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/hinf/h2norm.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/hinf/h2syn.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/hinf/hinf_ctr.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/hinf/hinfdemo.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/hinf/hinfnorm.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/hinf/hinfsyn.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/hinf/hinfsyn_chk.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/hinf/hinfsyn_ric.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/hinf/is_dgkf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/hinf/wgt1o.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/obsolete/dezero.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/obsolete/dlqg.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/obsolete/minfo.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/obsolete/packsys.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/obsolete/qzval.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/obsolete/rotg.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/obsolete/series.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/obsolete/swapcols.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/obsolete/swaprows.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/obsolete/syschnames.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/obsolete/unpacksys.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/__abcddims__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/__syschnamesl__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/__sysconcat__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/__syscont_disc__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/__sysdefioname__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/__sysdefstname__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/__sysgroupn__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/__tf2sysl__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/__tfl__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/__zp2ssg2__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/abcddim.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/buildssic.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/c2d.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/cellidx.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/d2c.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/dmr2d.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/fir2sys.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/is_abcd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/is_controllable.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/is_detectable.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/is_digital.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/is_observable.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/is_sample.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/is_signal_list.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/is_siso.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/is_stabilizable.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/is_stable.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/jet707.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/listidx.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/moddemo.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/ord2.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/packedform.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/parallel.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/ss.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/ss2sys.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/ss2tf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/ss2zp.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/starp.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sys2fir.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sys2ss.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sys2tf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sys2zp.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysadd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysappend.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/syschtsam.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysconnect.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/syscont.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysdimensions.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysdisc.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysdup.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysgetsignals.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysgettsam.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysgettype.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysgroup.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysidx.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysmin.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysmult.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysout.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysprune.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysreorder.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysrepdemo.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysscale.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/syssetsignals.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/syssub.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysupdate.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/tf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/tf2ss.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/tf2sys.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/tf2zp.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/tfout.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/ugain.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/zp.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/zp2ss.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/zp2sys.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/zp2tf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/zpout.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/__outlist__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/__zgpbal__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/axis2dlim.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/prompt.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/run_cmd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/sortcom.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/strappend.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/swap.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/zgfmul.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/zgfslv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/zginit.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/zgreduce.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/zgrownorm.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/zgscal.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/zgsgiv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/zgshsr.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/com2str.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/is_bool.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/is_complex.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/is_global.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/is_list.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/is_matrix.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/is_scalar.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/is_square.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/is_stream.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/is_struct.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/is_symmetric.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/is_vector.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/isstr.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/setstr.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/struct_contains.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/struct_elements.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/acot.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/acoth.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/acsc.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/acsch.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/asec.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/asech.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/cot.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/coth.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/csc.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/csch.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/lcm.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/sec.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/sech.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/finance/fv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/finance/fvl.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/finance/irr.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/finance/nper.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/finance/npv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/finance/pmt.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/finance/pv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/finance/pvl.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/finance/rate.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/finance/vol.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/bitcmp.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/bitget.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/bitset.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/cart2pol.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/cart2sph.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/circshift.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/columns.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/common_size.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/deal.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/diff.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/flipdim.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/fliplr.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/flipud.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/ind2sub.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/int2str.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/is_duplicate_entry.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/isa.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/isdefinite.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/isscalar.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/issquare.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/issymmetric.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/isvector.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/logical.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/mod.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/logspace.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/nargchk.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/nextpow2.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/num2str.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/perror.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/pol2cart.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/postpad.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/prepad.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/randperm.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/rem.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/repmat.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/rot90.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/rotdim.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/rows.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/shift.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/shiftdim.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/sph2cart.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/strerror.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/sub2ind.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/tril.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/triu.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/colormap.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/gray.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/gray2ind.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/hsv2rgb.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/image.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/imagesc.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/imshow.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/ind2gray.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/ind2rgb.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/loadimage.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/ntsc2rgb.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/ocean.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/rgb2hsv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/rgb2ind.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/rgb2ntsc.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/saveimage.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/io/beep.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/commutation_matrix.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/cond.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/cross.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/dmult.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/dot.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/duplication_matrix.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/housh.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/krylov.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/krylovb.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/logm.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/norm.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/null.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/orth.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/qzhess.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/rank.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/trace.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/vec.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/vech.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/bincoeff.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/bug_report.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/comma.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/computer.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/cputime.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/delete.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/dir.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/dump_prefs.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/etime.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/fileparts.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/flops.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/fullfile.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/is_leap_year.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/ispc.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/isunix.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/list_primes.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/menu.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/not.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/pack.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/paren.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/path.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/popen2.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/semicolon.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/tempdir.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/tempname.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/texas_lotto.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/tic.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/toc.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/unix.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/version.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/xor.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/PKG_ADD +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__axis_label__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__errcomm__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__errplot__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__plr1__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__plr2__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__plr__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__plt1__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__plt2__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__plt2mm__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__plt2mv__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__plt2ss__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__plt2vm__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__plt2vv__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__plt__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__pltopt1__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__pltopt__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/axis.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/bar.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/bottom_title.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/close.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/contour.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/errorbar.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/figure.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/grid.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/hist.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/loglog.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/loglogerr.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/mesh.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/meshdom.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/meshgrid.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/mplot.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/multiplot.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/oneplot.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/orient.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/plot.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/plot_border.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/polar.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/print.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/semilogx.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/semilogxerr.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/semilogy.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/semilogyerr.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/shg.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/sombrero.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/stairs.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/subplot.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/subwindow.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/title.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/top_title.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/xlabel.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/ylabel.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/zlabel.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/PKG_ADD +%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/compan.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/conv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/deconv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/poly.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyder.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyderiv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyfit.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyinteg.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyout.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyreduce.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyval.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyvalm.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/residue.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/roots.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/quaternion/demoquat.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/quaternion/qconj.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/quaternion/qcoordinate_plot.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/quaternion/qderiv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/quaternion/qderivmat.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/quaternion/qinv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/quaternion/qmult.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/quaternion/qtrans.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/quaternion/qtransv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/quaternion/qtransvmat.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/quaternion/quaternion.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/set/complement.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/set/create_set.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/set/intersection.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/set/union.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/arch_fit.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/arch_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/arch_test.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/arma_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/autocor.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/autocov.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/autoreg_matrix.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/bartlett.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/blackman.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/detrend.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/diffpara.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/durbinlevinson.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/fftconv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/fftfilt.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/fftshift.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/fractdiff.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/freqz.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/freqz_plot.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/hamming.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/hanning.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/hurst.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/periodogram.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/rectangle_lw.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/rectangle_sw.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/sinc.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/sinetone.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/sinewave.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/spectral_adf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/spectral_xdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/spencer.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/stft.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/synthesis.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/triangle_lw.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/triangle_sw.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/unwrap.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/yulewalker.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/bessel.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/beta.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/betai.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/erfinv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/gammai.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/log2.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/pow2.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/hankel.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/hilb.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/invhilb.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/sylvester_matrix.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/toeplitz.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/vander.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/startup/octaverc +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/center.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/cloglog.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/cor.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/corrcoef.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/cov.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/cut.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/gls.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/iqr.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/kendall.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/kurtosis.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/logit.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/mahalanobis.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/mean.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/meansq.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/median.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/moment.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/ols.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/ppplot.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/probit.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/qqplot.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/range.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/ranks.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/run_count.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/skewness.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/spearman.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/statistics.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/std.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/studentize.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/table.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/values.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/var.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/beta_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/beta_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/beta_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/beta_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/binomial_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/binomial_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/binomial_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/binomial_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/chisquare_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/chisquare_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/chisquare_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/chisquare_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/exponential_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/exponential_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/exponential_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/exponential_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/f_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/f_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/f_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/f_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/gamma_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/gamma_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/gamma_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/gamma_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/geometric_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/geometric_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/geometric_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/geometric_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/hypergeometric_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/hypergeometric_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/hypergeometric_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/hypergeometric_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/kolmogorov_smirnov_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/lognormal_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/lognormal_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/lognormal_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/lognormal_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/normal_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/normal_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/normal_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/normal_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/pascal_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/pascal_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/pascal_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/pascal_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/poisson_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/poisson_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/poisson_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/poisson_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/t_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/t_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/t_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/t_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/uniform_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/uniform_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/uniform_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/uniform_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/weibull_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/weibull_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/weibull_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/weibull_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/wiener_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/models/logistic_regression.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/models/logistic_regression_derivatives.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/models/logistic_regression_likelihood.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/anova.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/bartlett_test.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/chisquare_test_homogeneity.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/chisquare_test_independence.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/cor_test.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/f_test_regression.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/hotelling_test.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/hotelling_test_2.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/kolmogorov_smirnov_test.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/kolmogorov_smirnov_test_2.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/kruskal_wallis_test.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/manova.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/mcnemar_test.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/prop_test_2.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/run_test.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/sign_test.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/t_test.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/t_test_2.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/t_test_regression.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/u_test.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/var_test.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/welch_test.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/wilcoxon_test.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/z_test.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/z_test_2.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/base2dec.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/bin2dec.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/blanks.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/deblank.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/dec2base.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/dec2bin.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/dec2hex.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/findstr.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/hex2dec.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/index.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/isletter.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/lower.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/rindex.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/split.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/str2mat.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/str2num.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/strcat.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/strcmp.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/strjust.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/strrep.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/substr.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/upper.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/time/asctime.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/time/clock.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/time/ctime.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/time/date.m +%%DATADIR%%/%%OCTAVE_VERSION%%/imagelib/default.img +%%DATADIR%%/ls-R +@exec mkdir -p %D/%%DATADIR%%/site/api-v13/m 2>/dev/null || true +@exec mkdir -p %D/%%DATADIR%%/site/exec/%%GNU_HOST%% 2>/dev/null || true +@exec mkdir -p %D/%%DATADIR%%/site/m 2>/dev/null || true +@exec mkdir -p %D/%%DATADIR%%/site/oct/%%GNU_HOST%% 2>/dev/null || true +@exec mkdir -p %D/%%DATADIR%%/%%OCTAVE_VERSION%%/site 2>/dev/null || true +@dirrmtry %%DATADIR%%/site/api-v13/m +@dirrmtry %%DATADIR%%/site/api-v13 +@dirrmtry %%DATADIR%%/site/exec/%%GNU_HOST%% +@dirrmtry %%DATADIR%%/site/exec +@dirrmtry %%DATADIR%%/site/oct/%%GNU_HOST%% +@dirrmtry %%DATADIR%%/site/oct +@dirrmtry %%DATADIR%%/%%OCTAVE_VERSION%%/site/exec/%%GNU_HOST%% +@dirrmtry %%DATADIR%%/%%OCTAVE_VERSION%%/site/exec +@dirrmtry %%DATADIR%%/%%OCTAVE_VERSION%%/site/m +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/site +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/control/hinf +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/control/obsolete +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/control +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/finance +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/general +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/image +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/io +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/quaternion +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/set +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/startup +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/models +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/time +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/imagelib +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%% +@dirrm %%DATADIR%%/site/m/startup +@dirrm %%DATADIR%%/site/m +@dirrm %%DATADIR%%/site +@dirrm %%DATADIR%% @exec mkdir -p %D/libexec/octave/site/api-v13/m 2>/dev/null || true @exec mkdir -p %D/libexec/octave/site/exec/%%GNU_HOST%% 2>/dev/null || true @exec mkdir -p %D/libexec/octave/site/m 2>/dev/null || true |