Revision bc8fd41b

b/gr-audio-jack/src/Makefile.swig.gen
84 84

85 85
# generating the py or scm file also generates the .cc or .h files,
86 86
# but dependencies work better without the .cc ort .h files listed.
87
swig_built_sources += audio_jack.py
88
if GUILE
89
swig_built_sources += audio_jack.scm
90
endif
87
# swig_built_sources += audio_jack.py
88
# if GUILE
89
# swig_built_sources += gnuradio/audio_jack.scm
90
# endif
91 91

92 92
## Various SWIG variables.  These can be overloaded in the including
93 93
## Makefile.am by setting the variable value there, then including
......
135 135
libguile_audio_jack_la_LDFLAGS = $(_audio_jack_la_LDFLAGS)
136 136
libguile_audio_jack_la_CXXFLAGS = $(_audio_jack_la_CXXFLAGS)
137 137

138
guile/audio_jack.lo: audio_jack.lo
139
audio_jack.scm: audio_jack.i
140
gnuradio/audio_jack-primitive.scm: audio_jack.scm
138
guile/audio_jack.cc: gnuradio/audio_jack.scm
139
gnuradio/audio_jack.scm: audio_jack.i
140
gnuradio/audio_jack-primitive.scm: gnuradio/audio_jack.scm
141 141

142 142
-include guile/audio_jack.d
143 143

144 144
endif				# end of GUILE
145 145

146
python/audio_jack.lo:
147 146
audio_jack.lo: audio_jack.py audio_jack.scm
148 147
audio_jack.py: audio_jack.i
149 148

b/gr-audio-osx/src/Makefile.swig.gen
84 84

85 85
# generating the py or scm file also generates the .cc or .h files,
86 86
# but dependencies work better without the .cc ort .h files listed.
87
swig_built_sources += audio_osx.py
88
if GUILE
89
swig_built_sources += audio_osx.scm
90
endif
87
# swig_built_sources += audio_osx.py
88
# if GUILE
89
# swig_built_sources += gnuradio/audio_osx.scm
90
# endif
91 91

92 92
## Various SWIG variables.  These can be overloaded in the including
93 93
## Makefile.am by setting the variable value there, then including
......
135 135
libguile_audio_osx_la_LDFLAGS = $(_audio_osx_la_LDFLAGS)
136 136
libguile_audio_osx_la_CXXFLAGS = $(_audio_osx_la_CXXFLAGS)
137 137

138
guile/audio_osx.lo: audio_osx.lo
139
audio_osx.scm: audio_osx.i
140
gnuradio/audio_osx-primitive.scm: audio_osx.scm
138
guile/audio_osx.cc: gnuradio/audio_osx.scm
139
gnuradio/audio_osx.scm: audio_osx.i
140
gnuradio/audio_osx-primitive.scm: gnuradio/audio_osx.scm
141 141

142 142
-include guile/audio_osx.d
143 143

144 144
endif				# end of GUILE
145 145

146
python/audio_osx.lo:
147 146
audio_osx.lo: audio_osx.py audio_osx.scm
148 147
audio_osx.py: audio_osx.i
149 148

b/gr-audio-portaudio/src/Makefile.swig.gen
84 84

85 85
# generating the py or scm file also generates the .cc or .h files,
86 86
# but dependencies work better without the .cc ort .h files listed.
87
swig_built_sources += audio_portaudio.py
88
if GUILE
89
swig_built_sources += audio_portaudio.scm
90
endif
87
# swig_built_sources += audio_portaudio.py
88
# if GUILE
89
# swig_built_sources += gnuradio/audio_portaudio.scm
90
# endif
91 91

92 92
## Various SWIG variables.  These can be overloaded in the including
93 93
## Makefile.am by setting the variable value there, then including
......
135 135
libguile_audio_portaudio_la_LDFLAGS = $(_audio_portaudio_la_LDFLAGS)
136 136
libguile_audio_portaudio_la_CXXFLAGS = $(_audio_portaudio_la_CXXFLAGS)
137 137

138
guile/audio_portaudio.lo: audio_portaudio.lo
139
audio_portaudio.scm: audio_portaudio.i
140
gnuradio/audio_portaudio-primitive.scm: audio_portaudio.scm
138
guile/audio_portaudio.cc: gnuradio/audio_portaudio.scm
139
gnuradio/audio_portaudio.scm: audio_portaudio.i
140
gnuradio/audio_portaudio-primitive.scm: gnuradio/audio_portaudio.scm
141 141

142 142
-include guile/audio_portaudio.d
143 143

144 144
endif				# end of GUILE
145 145

146
python/audio_portaudio.lo:
147 146
audio_portaudio.lo: audio_portaudio.py audio_portaudio.scm
148 147
audio_portaudio.py: audio_portaudio.i
149 148

b/gr-audio-windows/src/Makefile.swig.gen
84 84

85 85
# generating the py or scm file also generates the .cc or .h files,
86 86
# but dependencies work better without the .cc ort .h files listed.
87
swig_built_sources += audio_windows.py
88
if GUILE
89
swig_built_sources += audio_windows.scm
90
endif
87
# swig_built_sources += audio_windows.py
88
# if GUILE
89
# swig_built_sources += gnuradio/audio_windows.scm
90
# endif
91 91

92 92
## Various SWIG variables.  These can be overloaded in the including
93 93
## Makefile.am by setting the variable value there, then including
......
135 135
libguile_audio_windows_la_LDFLAGS = $(_audio_windows_la_LDFLAGS)
136 136
libguile_audio_windows_la_CXXFLAGS = $(_audio_windows_la_CXXFLAGS)
137 137

138
guile/audio_windows.lo: audio_windows.lo
139
audio_windows.scm: audio_windows.i
140
gnuradio/audio_windows-primitive.scm: audio_windows.scm
138
guile/audio_windows.cc: gnuradio/audio_windows.scm
139
gnuradio/audio_windows.scm: audio_windows.i
140
gnuradio/audio_windows-primitive.scm: gnuradio/audio_windows.scm
141 141

142 142
-include guile/audio_windows.d
143 143

144 144
endif				# end of GUILE
145 145

146
python/audio_windows.lo:
147 146
audio_windows.lo: audio_windows.py audio_windows.scm
148 147
audio_windows.py: audio_windows.i
149 148

b/gr-comedi/src/Makefile.swig.gen
84 84

85 85
# generating the py or scm file also generates the .cc or .h files,
86 86
# but dependencies work better without the .cc ort .h files listed.
87
swig_built_sources += comedi.py
88
if GUILE
89
swig_built_sources += comedi.scm
90
endif
87
# swig_built_sources += comedi.py
88
# if GUILE
89
# swig_built_sources += gnuradio/comedi.scm
90
# endif
91 91

92 92
## Various SWIG variables.  These can be overloaded in the including
93 93
## Makefile.am by setting the variable value there, then including
......
135 135
libguile_comedi_la_LDFLAGS = $(_comedi_la_LDFLAGS)
136 136
libguile_comedi_la_CXXFLAGS = $(_comedi_la_CXXFLAGS)
137 137

138
guile/comedi.lo: comedi.lo
139
comedi.scm: comedi.i
140
gnuradio/comedi-primitive.scm: comedi.scm
138
guile/comedi.cc: gnuradio/comedi.scm
139
gnuradio/comedi.scm: comedi.i
140
gnuradio/comedi-primitive.scm: gnuradio/comedi.scm
141 141

142 142
-include guile/comedi.d
143 143

144 144
endif				# end of GUILE
145 145

146
python/comedi.lo:
147 146
comedi.lo: comedi.py comedi.scm
148 147
comedi.py: comedi.i
149 148

b/gr-gcell/src/Makefile.swig.gen
84 84

85 85
# generating the py or scm file also generates the .cc or .h files,
86 86
# but dependencies work better without the .cc ort .h files listed.
87
swig_built_sources += gcell.py
88
if GUILE
89
swig_built_sources += gcell.scm
90
endif
87
# swig_built_sources += gcell.py
88
# if GUILE
89
# swig_built_sources += gnuradio/gcell.scm
90
# endif
91 91

92 92
## Various SWIG variables.  These can be overloaded in the including
93 93
## Makefile.am by setting the variable value there, then including
......
135 135
libguile_gcell_la_LDFLAGS = $(_gcell_la_LDFLAGS)
136 136
libguile_gcell_la_CXXFLAGS = $(_gcell_la_CXXFLAGS)
137 137

138
guile/gcell.lo: gcell.lo
139
gcell.scm: gcell.i
140
gnuradio/gcell-primitive.scm: gcell.scm
138
guile/gcell.cc: gnuradio/gcell.scm
139
gnuradio/gcell.scm: gcell.i
140
gnuradio/gcell-primitive.scm: gnuradio/gcell.scm
141 141

142 142
-include guile/gcell.d
143 143

144 144
endif				# end of GUILE
145 145

146
python/gcell.lo:
147 146
gcell.lo: gcell.py gcell.scm
148 147
gcell.py: gcell.i
149 148

b/gr-uhd/swig/Makefile.swig.gen
84 84

85 85
# generating the py or scm file also generates the .cc or .h files,
86 86
# but dependencies work better without the .cc ort .h files listed.
87
swig_built_sources += uhd_swig.py
88
if GUILE
89
swig_built_sources += uhd_swig.scm
90
endif
87
# swig_built_sources += uhd_swig.py
88
# if GUILE
89
# swig_built_sources += gnuradio/uhd_swig.scm
90
# endif
91 91

92 92
## Various SWIG variables.  These can be overloaded in the including
93 93
## Makefile.am by setting the variable value there, then including
......
135 135
libguile_uhd_swig_la_LDFLAGS = $(_uhd_swig_la_LDFLAGS)
136 136
libguile_uhd_swig_la_CXXFLAGS = $(_uhd_swig_la_CXXFLAGS)
137 137

138
guile/uhd_swig.lo: uhd_swig.lo
139
uhd_swig.scm: uhd_swig.i
140
gnuradio/uhd_swig-primitive.scm: uhd_swig.scm
138
guile/uhd_swig.cc: gnuradio/uhd_swig.scm
139
gnuradio/uhd_swig.scm: uhd_swig.i
140
gnuradio/uhd_swig-primitive.scm: gnuradio/uhd_swig.scm
141 141

142 142
-include guile/uhd_swig.d
143 143

144 144
endif				# end of GUILE
145 145

146
python/uhd_swig.lo:
147 146
uhd_swig.lo: uhd_swig.py uhd_swig.scm
148 147
uhd_swig.py: uhd_swig.i
149 148

Also available in: Unified diff