File tree 12 files changed +44
-41
lines changed
gnuradio-core/src/lib/swig
12 files changed +44
-41
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,14 @@ AM_CPPFLAGS = -I$(srcdir) $(STD_DEFINES_AND_INCLUDES) $(PYTHON_CPPFLAGS) \
32
32
# X86_64, g++'s resident set size was 650MB!
33
33
# ----------------------------------------------------------------
34
34
35
+ TOP_SWIG_DOC_IFILES = \
36
+ filter_swig_doc.i \
37
+ general_swig_doc.i \
38
+ gengen_swig_doc.i \
39
+ hier_swig_doc.i \
40
+ io_swig_doc.i \
41
+ runtime_swig_doc.i
42
+
35
43
TOP_SWIG_IFILES = \
36
44
$(TOP_SWIG_DOC_IFILES ) \
37
45
gnuradio_core_runtime.i \
@@ -41,14 +49,6 @@ TOP_SWIG_IFILES = \
41
49
gnuradio_core_io.i \
42
50
gnuradio_core_hier.i
43
51
44
- TOP_SWIG_DOC_IFILES = \
45
- filter_swig_doc.i \
46
- general_swig_doc.i \
47
- gengen_swig_doc.i \
48
- hier_swig_doc.i \
49
- io_swig_doc.i \
50
- runtime_swig_doc.i
51
-
52
52
BUILT_SOURCES += \
53
53
$(TOP_SWIG_DOC_IFILES )
54
54
Original file line number Diff line number Diff line change @@ -222,13 +222,13 @@ CLEANFILES += atsci_viterbi_mux.cc atsci_viterbi_gen$(EXEEXT)
222
222
# It builds the atsc modules which we'll load into python or guile
223
223
# ------------------------------------------------------------------------
224
224
225
+ TOP_SWIG_DOC_IFILES = \
226
+ atsc_swig_doc.i
227
+
225
228
TOP_SWIG_IFILES = \
226
229
$(TOP_SWIG_DOC_IFILES ) \
227
230
atsc.i
228
231
229
- TOP_SWIG_DOC_IFILES = \
230
- atsc_swig_doc.i
231
-
232
232
BUILT_SOURCES += \
233
233
$(TOP_SWIG_DOC_IFILES )
234
234
Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ AM_CPPFLAGS = \
33
33
# ----------------------------------------------------------------
34
34
# The SWIG library
35
35
36
+ TOP_SWIG_DOC_IFILES = \
37
+ audio_swig_doc.i
38
+
36
39
TOP_SWIG_IFILES = \
37
40
$(TOP_SWIG_DOC_IFILES ) \
38
41
audio_swig.i
39
42
40
- TOP_SWIG_DOC_IFILES = \
41
- audio_swig_doc.i
42
-
43
43
BUILT_SOURCES += \
44
44
$(TOP_SWIG_DOC_IFILES )
45
45
Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ libgnuradio_comedi_la_LDFLAGS = $(NO_UNDEFINED) $(LTVERSIONFLAGS)
56
56
# ##################################
57
57
# SWIG interfaces and libraries
58
58
59
+ TOP_SWIG_DOC_IFILES = \
60
+ comedi_swig_doc.i
61
+
59
62
TOP_SWIG_IFILES = \
60
63
$(TOP_SWIG_DOC_IFILES ) \
61
64
comedi.i
62
65
63
- TOP_SWIG_DOC_IFILES = \
64
- comedi_swig_doc.i
65
-
66
66
BUILT_SOURCES += \
67
67
$(TOP_SWIG_DOC_IFILES )
68
68
Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ AM_CPPFLAGS = \
42
42
# The SWIG library
43
43
# TESTS = run_tests
44
44
45
+ TOP_SWIG_DOC_IFILES = \
46
+ noaa_swig_doc.i
47
+
45
48
TOP_SWIG_IFILES = \
46
49
$(TOP_SWIG_DOC_IFILES ) \
47
50
noaa_swig.i
48
51
49
- TOP_SWIG_DOC_IFILES = \
50
- noaa_swig_doc.i
51
-
52
52
BUILT_SOURCES += \
53
53
$(TOP_SWIG_DOC_IFILES )
54
54
Original file line number Diff line number Diff line change @@ -41,13 +41,14 @@ noinst_GUILE = pager.test
41
41
42
42
# #############################
43
43
# SWIG interface and library
44
- TOP_SWIG_IFILES = \
45
- $(TOP_SWIG_DOC_IFILES ) \
46
- pager_swig.i
47
44
48
45
TOP_SWIG_DOC_IFILES = \
49
46
pager_swig_doc.i
50
47
48
+ TOP_SWIG_IFILES = \
49
+ $(TOP_SWIG_DOC_IFILES ) \
50
+ pager_swig.i
51
+
51
52
BUILT_SOURCES += \
52
53
$(TOP_SWIG_DOC_IFILES )
53
54
Original file line number Diff line number Diff line change @@ -36,13 +36,14 @@ AM_CPPFLAGS = \
36
36
37
37
# #############################
38
38
# SWIG interface and library
39
- TOP_SWIG_IFILES = \
40
- $(TOP_SWIG_DOC_IFILES ) \
41
- qtgui_swig.i
42
39
43
40
TOP_SWIG_DOC_IFILES = \
44
41
qtgui_swig_doc.i
45
42
43
+ TOP_SWIG_IFILES = \
44
+ $(TOP_SWIG_DOC_IFILES ) \
45
+ qtgui_swig.i
46
+
46
47
BUILT_SOURCES += \
47
48
$(TOP_SWIG_DOC_IFILES )
48
49
Original file line number Diff line number Diff line change @@ -45,13 +45,13 @@ endif
45
45
# ----------------------------------------------------------------
46
46
# The SWIG library
47
47
48
+ TOP_SWIG_DOC_IFILES = \
49
+ shd_swig_doc.i
50
+
48
51
TOP_SWIG_IFILES = \
49
52
$(TOP_SWIG_DOC_IFILES ) \
50
53
shd_swig.i
51
54
52
- TOP_SWIG_DOC_IFILES = \
53
- shd_swig_doc.i
54
-
55
55
BUILT_SOURCES += \
56
56
$(TOP_SWIG_DOC_IFILES )
57
57
Original file line number Diff line number Diff line change @@ -121,13 +121,13 @@ trellis.py trellis.scm: trellis_generated.i
121
121
# ################################
122
122
# SWIG interface and library
123
123
124
+ TOP_SWIG_DOC_IFILES = \
125
+ trellis_swig_doc.i
126
+
124
127
TOP_SWIG_IFILES = \
125
128
$(TOP_SWIG_DOC_IFILES ) \
126
129
trellis.i
127
130
128
- TOP_SWIG_DOC_IFILES = \
129
- trellis_swig_doc.i
130
-
131
131
BUILT_SOURCES += \
132
132
$(TOP_SWIG_DOC_IFILES )
133
133
Original file line number Diff line number Diff line change @@ -45,13 +45,13 @@ endif
45
45
# ----------------------------------------------------------------
46
46
# The SWIG library
47
47
48
+ TOP_SWIG_DOC_IFILES = \
49
+ uhd_swig_doc.i
50
+
48
51
TOP_SWIG_IFILES = \
49
52
$(TOP_SWIG_DOC_IFILES ) \
50
53
uhd_swig.i
51
54
52
- TOP_SWIG_DOC_IFILES = \
53
- uhd_swig_doc.i
54
-
55
55
BUILT_SOURCES += \
56
56
$(TOP_SWIG_DOC_IFILES )
57
57
Original file line number Diff line number Diff line change @@ -53,13 +53,13 @@ libgnuradio_video_sdl_la_LDFLAGS = $(NO_UNDEFINED) $(LTVERSIONFLAGS)
53
53
# ################################
54
54
# SWIG interfaces and libraries
55
55
56
+ TOP_SWIG_DOC_IFILES = \
57
+ video_sdl_swig_doc.i
58
+
56
59
TOP_SWIG_IFILES = \
57
60
$(TOP_SWIG_DOC_IFILES ) \
58
61
video_sdl.i
59
62
60
- TOP_SWIG_DOC_IFILES = \
61
- video_sdl_swig_doc.i
62
-
63
63
BUILT_SOURCES += \
64
64
$(TOP_SWIG_DOC_IFILES )
65
65
Original file line number Diff line number Diff line change @@ -41,13 +41,14 @@ noinst_GUILE = vocoder.test
41
41
42
42
# #############################
43
43
# SWIG interface and library
44
- TOP_SWIG_IFILES = \
45
- $(TOP_SWIG_DOC_IFILES ) \
46
- vocoder_swig.i
47
44
48
45
TOP_SWIG_DOC_IFILES = \
49
46
vocoder_swig_doc.i
50
47
48
+ TOP_SWIG_IFILES = \
49
+ $(TOP_SWIG_DOC_IFILES ) \
50
+ vocoder_swig.i
51
+
51
52
BUILT_SOURCES += \
52
53
$(TOP_SWIG_DOC_IFILES )
53
54
You can’t perform that action at this time.
0 commit comments