comparison liboctave/Makefile.in @ 8303:b11c31849b44

improve norm computation capabilities
author Jaroslav Hajek <highegg@gmail.com>
date Fri, 31 Oct 2008 08:05:32 +0100
parents 5a156ab94dd2
children 43795cf108d0
comparison
equal deleted inserted replaced
8302:f2e050b62199 8303:b11c31849b44
86 data-conv.h dir-ops.h file-ops.h file-stat.h functor.h getopt.h \ 86 data-conv.h dir-ops.h file-ops.h file-stat.h functor.h getopt.h \
87 glob-match.h idx-vector.h kpse-xfns.h \ 87 glob-match.h idx-vector.h kpse-xfns.h \
88 lo-ieee.h lo-mappers.h lo-math.h lo-specfun.h \ 88 lo-ieee.h lo-mappers.h lo-math.h lo-specfun.h \
89 lo-sysdep.h lo-utils.h mach-info.h md5.h oct-alloc.h oct-cmplx.h \ 89 lo-sysdep.h lo-utils.h mach-info.h md5.h oct-alloc.h oct-cmplx.h \
90 oct-env.h oct-fftw.h oct-getopt.h oct-group.h oct-inttypes.h \ 90 oct-env.h oct-fftw.h oct-getopt.h oct-group.h oct-inttypes.h \
91 oct-lookup.h oct-md5.h oct-mutex.h oct-passwd.h oct-rand.h oct-rl-edit.h \ 91 oct-lookup.h oct-md5.h oct-mutex.h oct-norm.h oct-passwd.h \
92 oct-rl-hist.h oct-shlib.h oct-sort.h oct-spparms.h oct-syscalls.h \ 92 oct-rand.h oct-rl-edit.h oct-rl-hist.h oct-shlib.h oct-sort.h \
93 oct-sparse.h oct-time.h oct-uname.h \ 93 oct-spparms.h oct-syscalls.h oct-sparse.h oct-time.h oct-uname.h \
94 pathlen.h pathsearch.h prog-args.h \ 94 pathlen.h pathsearch.h prog-args.h \
95 randgamma.h randmtzig.h randpoisson.h regex-match.h \ 95 randgamma.h randmtzig.h randpoisson.h regex-match.h \
96 sparse-sort.h statdefs.h str-vec.h \ 96 sparse-sort.h statdefs.h str-vec.h \
97 sparse-util.h sun-utils.h sysdir.h systime.h syswait.h \ 97 sparse-util.h sun-utils.h sysdir.h systime.h syswait.h \
98 $(MATRIX_INC) 98 $(MATRIX_INC)
146 DASSL.cc FEGrid.cc LinConst.cc LSODE.cc NLEqn.cc ODES.cc \ 146 DASSL.cc FEGrid.cc LinConst.cc LSODE.cc NLEqn.cc ODES.cc \
147 Quad.cc Range.cc data-conv.cc dir-ops.cc \ 147 Quad.cc Range.cc data-conv.cc dir-ops.cc \
148 file-ops.cc file-stat.cc glob-match.cc idx-vector.cc \ 148 file-ops.cc file-stat.cc glob-match.cc idx-vector.cc \
149 lo-ieee.cc lo-mappers.cc lo-specfun.cc lo-sysdep.cc \ 149 lo-ieee.cc lo-mappers.cc lo-specfun.cc lo-sysdep.cc \
150 lo-utils.cc mach-info.cc oct-alloc.cc oct-env.cc \ 150 lo-utils.cc mach-info.cc oct-alloc.cc oct-env.cc \
151 oct-fftw.cc oct-group.cc oct-mutex.cc oct-md5.cc oct-passwd.cc oct-rand.cc \ 151 oct-fftw.cc oct-group.cc oct-mutex.cc oct-md5.cc \
152 oct-norm.cc oct-passwd.cc oct-rand.cc \
152 oct-shlib.cc oct-spparms.cc oct-syscalls.cc oct-time.cc oct-uname.cc \ 153 oct-shlib.cc oct-spparms.cc oct-syscalls.cc oct-time.cc oct-uname.cc \
153 prog-args.cc regex-match.cc \ 154 prog-args.cc regex-match.cc \
154 sparse-sort.cc sparse-util.cc str-vec.cc \ 155 sparse-sort.cc sparse-util.cc str-vec.cc \
155 $(TEMPLATE_SRC) \ 156 $(TEMPLATE_SRC) \
156 $(TI_SRC) \ 157 $(TI_SRC) \