Skip to content

Commit 4620f72

Browse files
committed
cleanup
1 parent 499038e commit 4620f72

27 files changed

+14
-5489
lines changed

user/jyan/SConstruct

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,7 @@ targets = bldutil.UserSconsTargets()
1717

1818
# C mains
1919
targets.c = '''
20-
stiff3d
21-
distmap
22-
density
23-
convolve2
24-
ewefd2dtti
25-
ewefd3dtti
26-
ederiv
27-
ederiv2d
28-
ederiv3d
29-
ederiv3dfilters
30-
sortdensity
20+
convolve2 ederiv2d ederiv3d ederiv3dfilters ewefd2dtti ewefd3dtti stiff3d
3121
'''
3222

3323
targets.build_all(env, glob_build, srcroot, bindir, libdir, pkgdir)

user/karl/SConstruct

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -13,34 +13,9 @@ except:
1313
root = None
1414
SConscript(os.path.join(RSFSRC,'system/seismic/SConstruct'))
1515

16-
progs = '''
17-
tahgethw
18-
tahread
19-
tahwrite
20-
tahnmo
21-
tahmakeskey
22-
tahstack
23-
tahsort
24-
tahscscale
25-
lintshape2d
26-
tah5dinterp
27-
karlistinterp
28-
karlpocs
29-
tahmakeevent
30-
tahheadermath
31-
make_ix_indx
32-
tahmute
33-
tahremoveclick
34-
tahgain
35-
tahfilter
36-
tahagc
37-
tahpef
38-
tahstatic
39-
tahwindow
40-
tahmakesloc
41-
tahscdecon
42-
tahspecbal
43-
'''
16+
progs = '''
17+
karlpocs lintshape2d tahagc tahfilter tahgain tahgethw tahheadermath tahmakeevent tahmakeskey tahmute tahnmo tahpef tahread tahremoveclick tahscdecon tahscscale tahsort tahstack tahstatic tahwindow tahwrite
18+
'''
4419

4520
env.Prepend(CPPPATH=[RSFSRC+'/include'],
4621
LIBPATH=[RSFSRC+'/lib'],

user/lcasasan/SConstruct

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,9 @@ sys.path.append('../../framework')
33
import bldutil
44

55
progs = '''
6-
intervalVTI
7-
smoothderLS
8-
spitz
9-
spitzbl
10-
spitzns
11-
spitzblns
12-
pwdnorm
13-
smoothder1
14-
smoothder2
15-
smoothcur
16-
pmig1
17-
joiner
18-
findmax1
19-
findintval
20-
multmask
21-
match1d
22-
lomatch
23-
Testcdstep
24-
test1_matchl1
25-
test2_matchl1
26-
bil1_new
27-
lpfL1
6+
findmax1 intervalVTI smoothderLS spitz spitzns
287
'''
298

30-
319
try: # distributed version
3210
Import('env root pkgdir bindir')
3311
env = env.Clone()

user/llisiw/SConstruct

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ sys.path.append('../../framework')
33
import bldutil
44

55
progs = '''
6-
kirmig kirmig0 drayinte
7-
testanal gradient cconst cgconst
8-
fatomo fatomoomp mkrcv cpxeikonal
9-
drays dsreiko dsrtomo eikods tinterp
10-
tdconvert irays t2diter kirdat0 kirdat
11-
kirmigsr kirdatsr ftoper dsreiko0
12-
iwipert dsrtomo0
6+
dsreiko dsreiko0 dsrtomo eikods fatomoomp ftoper irays kirdat kirdatsr kirmig kirmig0 kirmigsr mkrcv t2diter tdconvert tinterp
137
'''
148

159
# freqmig0

user/luke/SConstruct

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@ targets = bldutil.UserSconsTargets()
2828

2929
# C mains
3030
targets.c = '''
31-
dagap3 dagap3e dagap3a dagapex angmig2 angmigM covariance2d divnp ovczop
32-
dtw dtw-apply dtw-errors dtw-accumulate dtw-track dtw-flatten dtw2 dtw-interp
33-
translate convolve transconv lskernel pathmin pathmin-mov h2warp softclip normalize
34-
surface-consistent resamplextnd
31+
divnp dtw dtw-apply dtw-flatten ovczop softclip surface-consistent
3532
'''
3633

3734
# F90 mains

user/parvaneh/SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sys.path.append('../../framework')
33
import bldutil
44

55
progs = '''
6-
backdireazi backdire curvature shuffle2 stcurvature
6+
backdire
77
'''
88

99
# kirr33 kirm3 rtmpar shuffle

user/pfd/SConstruct

Lines changed: 0 additions & 32 deletions
This file was deleted.

user/pfd/flexSerial.cc

Lines changed: 0 additions & 210 deletions
This file was deleted.

0 commit comments

Comments
 (0)