|
Revision 3751
(checked in by jcorgan, 2 years ago)
|
Applied changeset r3746 on trunk to release branch.
|
- Property svn:eol-style set to
LF
|
| Line | |
|---|
| 1 |
|
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 |
|
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 7 |
|
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 |
|
|---|
| 11 |
|
|---|
| 12 |
|
|---|
| 13 |
|
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 |
|
|---|
| 17 |
|
|---|
| 18 |
|
|---|
| 19 |
|
|---|
| 20 |
AC_DEFUN([GRC_GNURADIO_EXAMPLES],[ |
|---|
| 21 |
GRC_ENABLE([gnuradio-examples]) |
|---|
| 22 |
|
|---|
| 23 |
AC_CONFIG_FILES([ \ |
|---|
| 24 |
gnuradio-examples/Makefile \ |
|---|
| 25 |
gnuradio-examples/python/Makefile \ |
|---|
| 26 |
gnuradio-examples/python/apps/hf_explorer/Makefile \ |
|---|
| 27 |
gnuradio-examples/python/apps/hf_radio/Makefile \ |
|---|
| 28 |
gnuradio-examples/python/apps/Makefile \ |
|---|
| 29 |
gnuradio-examples/python/audio/Makefile \ |
|---|
| 30 |
gnuradio-examples/python/channel-coding/Makefile \ |
|---|
| 31 |
gnuradio-examples/python/channel-coding/fsm_files/Makefile \ |
|---|
| 32 |
gnuradio-examples/python/digital/Makefile \ |
|---|
| 33 |
gnuradio-examples/python/digital_voice/Makefile \ |
|---|
| 34 |
gnuradio-examples/python/multi-antenna/Makefile \ |
|---|
| 35 |
gnuradio-examples/python/multi_usrp/Makefile \ |
|---|
| 36 |
gnuradio-examples/python/networking/Makefile \ |
|---|
| 37 |
gnuradio-examples/python/usrp/Makefile |
|---|
| 38 |
]) |
|---|
| 39 |
|
|---|
| 40 |
passed=yes |
|---|
| 41 |
GRC_BUILD_CONDITIONAL([gnuradio-examples]) |
|---|
| 42 |
]) |
|---|