Skip to content

Commit 89a8f9a

Browse files
committed
Updated dependencies
1 parent a07cb0c commit 89a8f9a

File tree

1 file changed

+44
-8
lines changed

1 file changed

+44
-8
lines changed

src/Makefile.i586.d

Lines changed: 44 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -939,6 +939,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/complex/div2.o: test/ptest/complex/div2.cpp \
939939
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
940940
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
941941
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
942+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
942943
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
943944
$(LSP_DSP_LIB_BIN)/test/ptest/complex/div3.o: test/ptest/complex/div3.cpp \
944945
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -993,6 +994,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/complex/div3.o: test/ptest/complex/div3.cpp \
993994
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
994995
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
995996
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
997+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
996998
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
997999
$(LSP_DSP_LIB_BIN)/test/ptest/complex/mod.o: test/ptest/complex/mod.cpp \
9981000
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -1047,6 +1049,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/complex/mod.o: test/ptest/complex/mod.cpp \
10471049
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
10481050
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
10491051
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
1052+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
10501053
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
10511054
$(LSP_DSP_LIB_BIN)/test/ptest/complex/mul2.o: test/ptest/complex/mul2.cpp \
10521055
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -1101,6 +1104,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/complex/mul2.o: test/ptest/complex/mul2.cpp \
11011104
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
11021105
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
11031106
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
1107+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
11041108
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
11051109
$(LSP_DSP_LIB_BIN)/test/ptest/complex/mul3.o: test/ptest/complex/mul3.cpp \
11061110
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -1155,6 +1159,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/complex/mul3.o: test/ptest/complex/mul3.cpp \
11551159
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
11561160
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
11571161
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
1162+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
11581163
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
11591164
$(LSP_DSP_LIB_BIN)/test/ptest/complex/rcp.o: test/ptest/complex/rcp.cpp \
11601165
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -1209,6 +1214,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/complex/rcp.o: test/ptest/complex/rcp.cpp \
12091214
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
12101215
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
12111216
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
1217+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
12121218
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
12131219
$(LSP_DSP_LIB_BIN)/test/ptest/convolve.o: test/ptest/convolve.cpp \
12141220
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -1263,6 +1269,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/convolve.o: test/ptest/convolve.cpp \
12631269
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
12641270
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
12651271
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
1272+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
12661273
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
12671274
$(LSP_DSP_LIB_BIN)/test/ptest/copy/copy.o: test/ptest/copy/copy.cpp \
12681275
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -1317,6 +1324,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/copy/copy.o: test/ptest/copy/copy.cpp \
13171324
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
13181325
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
13191326
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
1327+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
13201328
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
13211329
$(LSP_DSP_LIB_BIN)/test/ptest/copy/fill.o: test/ptest/copy/fill.cpp \
13221330
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/ptest.h \
@@ -1439,7 +1447,8 @@ $(LSP_DSP_LIB_BIN)/test/ptest/fft/fastconv.o: test/ptest/fft/fastconv.cpp \
14391447
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
14401448
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
14411449
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
1442-
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
1450+
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h \
1451+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h
14431452
$(LSP_DSP_LIB_BIN)/test/ptest/fft/fft.o: test/ptest/fft/fft.cpp \
14441453
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
14451454
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/version.h \
@@ -1493,6 +1502,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/fft/fft.o: test/ptest/fft/fft.cpp \
14931502
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
14941503
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
14951504
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
1505+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
14961506
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
14971507
$(LSP_DSP_LIB_BIN)/test/ptest/filters/bt.o: test/ptest/filters/bt.cpp \
14981508
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -1822,6 +1832,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/float/limit.o: test/ptest/float/limit.cpp \
18221832
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
18231833
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
18241834
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
1835+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
18251836
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h \
18261837
$(LSP_COMMON_LIB_INC)/lsp-plug.in/stdlib/math.h
18271838
$(LSP_DSP_LIB_BIN)/test/ptest/float/limit_saturate.o: \
@@ -1878,6 +1889,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/float/limit_saturate.o: \
18781889
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
18791890
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
18801891
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
1892+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
18811893
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h \
18821894
$(LSP_COMMON_LIB_INC)/lsp-plug.in/stdlib/math.h
18831895
$(LSP_DSP_LIB_BIN)/test/ptest/float/sanitize.o: \
@@ -1990,6 +2002,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/float/saturation.o: \
19902002
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
19912003
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
19922004
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
2005+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
19932006
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h \
19942007
$(LSP_COMMON_LIB_INC)/lsp-plug.in/stdlib/math.h
19952008
$(LSP_DSP_LIB_BIN)/test/ptest/graphics/abgr32_to_bgrff32.o: \
@@ -2101,6 +2114,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/graphics/axis.o: \
21012114
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
21022115
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
21032116
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
2117+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
21042118
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
21052119
$(LSP_DSP_LIB_BIN)/test/ptest/graphics/effects.o: \
21062120
test/ptest/graphics/effects.cpp \
@@ -2266,6 +2280,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/graphics/hsla_to_rgba.o: \
22662280
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
22672281
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
22682282
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
2283+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
22692284
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
22702285
$(LSP_DSP_LIB_BIN)/test/ptest/graphics/rgba.o: \
22712286
test/ptest/graphics/rgba.cpp \
@@ -2376,6 +2391,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/graphics/rgba_to_bgra32.o: \
23762391
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
23772392
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
23782393
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
2394+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
23792395
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
23802396
$(LSP_DSP_LIB_BIN)/test/ptest/graphics/rgba_to_hsla.o: \
23812397
test/ptest/graphics/rgba_to_hsla.cpp \
@@ -2431,6 +2447,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/graphics/rgba_to_hsla.o: \
24312447
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
24322448
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
24332449
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
2450+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
24342451
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
24352452
$(LSP_DSP_LIB_BIN)/test/ptest/hmath/hdotp.o: test/ptest/hmath/hdotp.cpp \
24362453
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -2540,6 +2557,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/hmath/hsum.o: test/ptest/hmath/hsum.cpp \
25402557
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
25412558
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
25422559
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
2560+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
25432561
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
25442562
$(LSP_DSP_LIB_BIN)/test/ptest/mix.o: test/ptest/mix.cpp \
25452563
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -2650,6 +2668,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/msmatrix/conv2.o: \
26502668
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
26512669
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
26522670
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
2671+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
26532672
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
26542673
$(LSP_DSP_LIB_BIN)/test/ptest/msmatrix/conv2x1.o: \
26552674
test/ptest/msmatrix/conv2x1.cpp \
@@ -2705,6 +2724,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/msmatrix/conv2x1.o: \
27052724
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
27062725
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
27072726
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
2727+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
27082728
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
27092729
$(LSP_DSP_LIB_BIN)/test/ptest/pcomplex/div2.o: \
27102730
test/ptest/pcomplex/div2.cpp \
@@ -2760,6 +2780,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/pcomplex/div2.o: \
27602780
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
27612781
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
27622782
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
2783+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
27632784
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
27642785
$(LSP_DSP_LIB_BIN)/test/ptest/pcomplex/div3.o: \
27652786
test/ptest/pcomplex/div3.cpp \
@@ -2815,6 +2836,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/pcomplex/div3.o: \
28152836
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
28162837
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
28172838
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
2839+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
28182840
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
28192841
$(LSP_DSP_LIB_BIN)/test/ptest/pcomplex/mod.o: test/ptest/pcomplex/mod.cpp \
28202842
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -2869,6 +2891,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/pcomplex/mod.o: test/ptest/pcomplex/mod.cpp \
28692891
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
28702892
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
28712893
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
2894+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
28722895
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
28732896
$(LSP_DSP_LIB_BIN)/test/ptest/pcomplex/mul2.o: \
28742897
test/ptest/pcomplex/mul2.cpp \
@@ -2924,6 +2947,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/pcomplex/mul2.o: \
29242947
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
29252948
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
29262949
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
2950+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
29272951
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
29282952
$(LSP_DSP_LIB_BIN)/test/ptest/pcomplex/mul3.o: \
29292953
test/ptest/pcomplex/mul3.cpp \
@@ -2979,6 +3003,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/pcomplex/mul3.o: \
29793003
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
29803004
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
29813005
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
3006+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
29823007
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
29833008
$(LSP_DSP_LIB_BIN)/test/ptest/pcomplex/rcp.o: test/ptest/pcomplex/rcp.cpp \
29843009
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -3033,6 +3058,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/pcomplex/rcp.o: test/ptest/pcomplex/rcp.cpp \
30333058
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
30343059
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
30353060
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
3061+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
30363062
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
30373063
$(LSP_DSP_LIB_BIN)/test/ptest/pmath/abs.o: test/ptest/pmath/abs.cpp \
30383064
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -3087,6 +3113,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/pmath/abs.o: test/ptest/pmath/abs.cpp \
30873113
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
30883114
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
30893115
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
3116+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
30903117
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
30913118
$(LSP_DSP_LIB_BIN)/test/ptest/pmath/abs_op2.o: \
30923119
test/ptest/pmath/abs_op2.cpp \
@@ -3142,6 +3169,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/pmath/abs_op2.o: \
31423169
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
31433170
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
31443171
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
3172+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
31453173
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
31463174
$(LSP_DSP_LIB_BIN)/test/ptest/pmath/abs_op3.o: \
31473175
test/ptest/pmath/abs_op3.cpp \
@@ -3252,6 +3280,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/pmath/exp.o: test/ptest/pmath/exp.cpp \
32523280
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
32533281
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
32543282
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
3283+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
32553284
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
32563285
$(LSP_DSP_LIB_BIN)/test/ptest/pmath/fmop3.o: test/ptest/pmath/fmop3.cpp \
32573286
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -3528,6 +3557,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/pmath/log.o: test/ptest/pmath/log.cpp \
35283557
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
35293558
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
35303559
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
3560+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
35313561
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
35323562
$(LSP_DSP_LIB_BIN)/test/ptest/pmath/minmax2.o: \
35333563
test/ptest/pmath/minmax2.cpp \
@@ -3804,6 +3834,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/pmath/op_k2.o: test/ptest/pmath/op_k2.cpp \
38043834
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
38053835
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
38063836
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
3837+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
38073838
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
38083839
$(LSP_DSP_LIB_BIN)/test/ptest/pmath/op_k3.o: test/ptest/pmath/op_k3.cpp \
38093840
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -3858,6 +3889,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/pmath/op_k3.o: test/ptest/pmath/op_k3.cpp \
38583889
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
38593890
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
38603891
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
3892+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
38613893
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
38623894
$(LSP_DSP_LIB_BIN)/test/ptest/pmath/pow.o: test/ptest/pmath/pow.cpp \
38633895
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -3913,7 +3945,8 @@ $(LSP_DSP_LIB_BIN)/test/ptest/pmath/pow.o: test/ptest/pmath/pow.cpp \
39133945
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
39143946
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
39153947
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h \
3916-
$(LSP_COMMON_LIB_INC)/lsp-plug.in/stdlib/math.h
3948+
$(LSP_COMMON_LIB_INC)/lsp-plug.in/stdlib/math.h \
3949+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h
39173950
$(LSP_DSP_LIB_BIN)/test/ptest/resampling/downsampling.o: \
39183951
test/ptest/resampling/downsampling.cpp \
39193952
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -4076,7 +4109,8 @@ $(LSP_DSP_LIB_BIN)/test/ptest/search/iminmax.o: \
40764109
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
40774110
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
40784111
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
4079-
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
4112+
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h \
4113+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h
40804114
$(LSP_DSP_LIB_BIN)/test/ptest/search/minmax.o: \
40814115
test/ptest/search/minmax.cpp \
40824116
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -4131,7 +4165,8 @@ $(LSP_DSP_LIB_BIN)/test/ptest/search/minmax.o: \
41314165
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
41324166
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
41334167
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
4134-
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
4168+
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h \
4169+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h
41354170
$(LSP_DSP_LIB_BIN)/test/utest/3d/angle.o: test/utest/3d/angle.cpp \
41364171
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/utest.h \
41374172
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/version.h \
@@ -5944,8 +5979,8 @@ $(LSP_DSP_LIB_BIN)/test/utest/float/limit_saturate.o: \
59445979
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
59455980
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
59465981
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
5947-
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/FloatBuffer.h \
5948-
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h
5982+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
5983+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/FloatBuffer.h
59495984
$(LSP_DSP_LIB_BIN)/test/utest/float/sanitize.o: \
59505985
test/utest/float/sanitize.cpp \
59515986
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -6001,6 +6036,7 @@ $(LSP_DSP_LIB_BIN)/test/utest/float/sanitize.o: \
60016036
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
60026037
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
60036038
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
6039+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
60046040
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/ByteBuffer.h
60056041
$(LSP_DSP_LIB_BIN)/test/utest/float/saturation.o: \
60066042
test/utest/float/saturation.cpp \
@@ -6057,8 +6093,8 @@ $(LSP_DSP_LIB_BIN)/test/utest/float/saturation.o: \
60576093
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
60586094
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
60596095
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
6060-
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/FloatBuffer.h \
6061-
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h
6096+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
6097+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/FloatBuffer.h
60626098
$(LSP_DSP_LIB_BIN)/test/utest/graphics/abgr32_to_bgrff32.o: \
60636099
test/utest/graphics/abgr32_to_bgrff32.cpp \
60646100
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \

0 commit comments

Comments
 (0)