comparison scripts/general/Makefile.in @ 6788:c81a0f3f5a82

[project @ 2007-07-23 22:05:29 by dbateman]
author dbateman
date Mon, 23 Jul 2007 22:05:30 +0000
parents 315bc7c8f9b5
children 5b00586ccd27
comparison
equal deleted inserted replaced
6787:963a19576024 6788:c81a0f3f5a82
20 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 20 INSTALL_PROGRAM = @INSTALL_PROGRAM@
21 INSTALL_DATA = @INSTALL_DATA@ 21 INSTALL_DATA = @INSTALL_DATA@
22 22
23 SOURCES = __isequal__.m __splinen__.m accumarray.m arrayfun.m bicubic.m \ 23 SOURCES = __isequal__.m __splinen__.m accumarray.m arrayfun.m bicubic.m \
24 bitcmp.m bitget.m bitset.m blkdiag.m cart2pol.m cart2sph.m cell2mat.m \ 24 bitcmp.m bitget.m bitset.m blkdiag.m cart2pol.m cart2sph.m cell2mat.m \
25 circshift.m common_size.m cplxpair.m cumtrapz.m deal.m diff.m flipdim.m \ 25 circshift.m common_size.m cplxpair.m cumtrapz.m deal.m del2.m diff.m \
26 fliplr.m flipud.m gradient.m ind2sub.m int2str.m interp1.m \ 26 flipdim.m fliplr.m flipud.m gradient.m ind2sub.m int2str.m interp1.m \
27 interp2.m interp3.m interpn.m interpft.m is_duplicate_entry.m isa.m \ 27 interp2.m interp3.m interpn.m interpft.m is_duplicate_entry.m isa.m \
28 isdefinite.m isdir.m isequal.m isequalwithequalnans.m isscalar.m \ 28 isdefinite.m isdir.m isequal.m isequalwithequalnans.m isscalar.m \
29 issquare.m issymmetric.m isvector.m logical.m logspace.m lookup.m mod.m \ 29 issquare.m issymmetric.m isvector.m logical.m logspace.m lookup.m mod.m \
30 nargchk.m nextpow2.m nthroot.m num2str.m perror.m pol2cart.m \ 30 nargchk.m nextpow2.m nthroot.m num2str.m perror.m pol2cart.m \
31 polyarea.m postpad.m prepad.m quadl.m randperm.m rem.m \ 31 polyarea.m postpad.m prepad.m quadl.m randperm.m rat.m rem.m \
32 repmat.m rot90.m rotdim.m shift.m shiftdim.m sortrows.m \ 32 repmat.m rot90.m rotdim.m shift.m shiftdim.m sortrows.m \
33 sph2cart.m strerror.m sub2ind.m trapz.m tril.m triu.m 33 sph2cart.m strerror.m sub2ind.m trapz.m tril.m triu.m
34 34
35 DISTFILES = Makefile.in $(SOURCES) 35 DISTFILES = $(addprefix $(srcdir)/,Makefile.in $(SOURCES))
36 36
37 FCN_FILES = $(addprefix $(srcdir)/, $(SOURCES)) 37 FCN_FILES = $(addprefix $(srcdir)/, $(SOURCES))
38 FCN_FILES_NO_DIR = $(notdir $(FCN_FILES)) 38 FCN_FILES_NO_DIR = $(notdir $(FCN_FILES))
39 39
40 all: PKG_ADD 40 all: PKG_ADD