Mercurial > hg > octave-image
diff src/Makefile @ 350:f8c6b6fa1217
Support a new set of spatial filters
author | hauberg |
---|---|
date | Sun, 05 Oct 2008 19:18:25 +0000 |
parents | a17295e21b82 |
children | 870ecf0abb54 |
line wrap: on
line diff
--- a/src/Makefile +++ b/src/Makefile @@ -8,14 +8,10 @@ PNG=pngread.oct pngwrite.oct endif -ifdef HAVE_MAGICKXX - IMAGEMAGICK=__magick_read__.oct -endif - -all: __cordfltn__.oct __bilateral__.oct __custom_gaussian_smoothing__.oct \ +all: __spatial_filtering__.oct __bilateral__.oct __custom_gaussian_smoothing__.oct \ bwlabel.oct bwfill.oct rotate_scale.oct hough_line.oct \ graycomatrix.oct deriche.oct __bwdist.oct nonmax_supress.oct \ - $(JPEG) $(PNG) $(IMAGEMAGICK) + $(JPEG) $(PNG) jpgread.oct: jpgread.cc $(MKOCTFILE) $< -ljpeg @@ -29,7 +25,4 @@ pngwrite.oct: pngwrite.cc $(MKOCTFILE) $< -lpng -__magick_read__.oct: __magick_read__.cc - $(MKOCTFILE) $< `Magick++-config --cppflags` `Magick++-config --ldflags` - clean: ; -$(RM) *.o octave-core core *.oct *~