@@ -3,16 +3,7 @@ sys.path.append('../../framework')
33import bldutil
44
55progs = '''
6- agc aliasp bandpass bin bin1 boxsmooth burg canny causint clip clip2
7- cmatmult cmatmult2 cosft costaper csmooth deriv dipfilter dsmooth dwt
8- enoint2 equal expl1 expl2 extract fern fft1 fft3 grad2 grad3 heat
9- histogram igrad intshow inttest1 inttest2 inttest3 impl1 impl2 impl3
10- iwarp jacobi jacobi2 lapfill laplac laplac3d linear linefit logwarp
11- lorenz lpad mandelbrot match matmult max1 miss2 monof monof2 mutter
12- noise otsu polymask postfilter2 pow reg2tri remap1 roots shapebin
13- shapebin1 sharpen slice smooth smoothder smoothreg2 spectra spectra2
14- spline splinefilter swtdenoise t2warp tclip threshold trapez tri2reg
15- trirand trishape unif2 unif3
6+ agc aliasp bandpass bin bin1 boxsmooth canny causint clip clip2 cmatmult cmatmult2 cosft costaper deriv dipfilter dwt enoint2 expl2 extract fern fft1 fft3 grad2 grad3 heat histogram igrad impl2 intshow inttest1 inttest2 inttest3 iwarp jacobi lapfill laplac linear linefit lorenz lpad mandelbrot matmult max1 monof mutter noise otsu postfilter2 pow reg2tri remap1 roots shapebin1 sharpen slice smooth smoothder smoothreg2 spectra spectra2 spline splinefilter t2warp threshold trapez tri2reg trirand trishape unif2 unif3
167'''
178
189# hlinfilter
@@ -82,13 +73,6 @@ for prog in mains:
8273 other = other .replace ('.exe' ,'' )
8374 docalias [other ] = 'sf' + prog
8475
85- for prog in Split ('gaussshape2' ):
86- sources = ['Test' + prog ,prog ]
87- bldutil .depends (env ,sources ,prog )
88- sources = [x + '.o' for x in sources ]
89- env .Object ('Test' + prog + '.c' )
90- env .Program (sources ,PROGPREFIX = '' ,PROGSUFFIX = '.x' )
91-
9276######################################################################
9377# SELF-DOCUMENTATION
9478######################################################################
0 commit comments