summaryrefslogtreecommitdiff
path: root/gr-fcd
diff options
context:
space:
mode:
Diffstat (limited to 'gr-fcd')
-rw-r--r--gr-fcd/.gitignore20
-rw-r--r--gr-fcd/Makefile.am32
-rw-r--r--gr-fcd/doc/.gitignore2
-rw-r--r--gr-fcd/doc/Makefile.am29
-rw-r--r--gr-fcd/examples/.gitignore6
-rw-r--r--gr-fcd/examples/Makefile.am49
-rw-r--r--gr-fcd/grc/.gitignore2
-rw-r--r--gr-fcd/grc/Makefile.am28
-rw-r--r--gr-fcd/include/Makefile.am24
-rw-r--r--gr-fcd/include/fcd/Makefile.am26
-rw-r--r--gr-fcd/lib/.gitignore10
-rw-r--r--gr-fcd/lib/Makefile.am44
-rw-r--r--gr-fcd/lib/fcd/Makefile.am41
-rw-r--r--gr-fcd/lib/hid/Makefile.am44
-rw-r--r--gr-fcd/python/.gitignore9
-rw-r--r--gr-fcd/python/Makefile.am34
-rw-r--r--gr-fcd/swig/.gitignore13
-rw-r--r--gr-fcd/swig/Makefile.am80
18 files changed, 0 insertions, 493 deletions
diff --git a/gr-fcd/.gitignore b/gr-fcd/.gitignore
deleted file mode 100644
index 862bbab8b..000000000
--- a/gr-fcd/.gitignore
+++ /dev/null
@@ -1,20 +0,0 @@
-Makefile
-Makefile.in
-aclocal.m4
-autom4te.cache/
-config.h.in
-configure
-depcomp
-install-sh
-ltmain.sh
-missing
-py-compile
-config.h
-config.log
-config.status
-libtool
-setup_guile_test_env
-stamp-h1
-gnuradio-fcd.pc
-config.h.in~
-
diff --git a/gr-fcd/Makefile.am b/gr-fcd/Makefile.am
deleted file mode 100644
index 85d5f9a9b..000000000
--- a/gr-fcd/Makefile.am
+++ /dev/null
@@ -1,32 +0,0 @@
-#
-# Copyright 2012 Software Foundation, Inc.
-#
-# This file is part of GNU Radio
-#
-# GNU Radio is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
-#
-# GNU Radio is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with GNU Radio; see the file COPYING. If not, write to
-# the Free Software Foundation, Inc., 51 Franklin Street,
-# Boston, MA 02110-1301, USA.
-#
-
-ACLOCAL_AMFLAGS = -I config
-
-include $(top_srcdir)/Makefile.common
-
-EXTRA_DIST = \
- AUTHORS
-
-SUBDIRS = lib include swig python grc examples doc
-
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = gnuradio-fcd.pc
diff --git a/gr-fcd/doc/.gitignore b/gr-fcd/doc/.gitignore
deleted file mode 100644
index b336cc7ce..000000000
--- a/gr-fcd/doc/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/Makefile
-/Makefile.in
diff --git a/gr-fcd/doc/Makefile.am b/gr-fcd/doc/Makefile.am
deleted file mode 100644
index f3cf30ac3..000000000
--- a/gr-fcd/doc/Makefile.am
+++ /dev/null
@@ -1,29 +0,0 @@
-#
-# Copyright 2012 Free Software Foundation, Inc.
-#
-# This file is part of GNU Radio
-#
-# GNU Radio is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
-#
-# GNU Radio is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with GNU Radio; see the file COPYING. If not, write to
-# the Free Software Foundation, Inc., 51 Franklin Street,
-# Boston, MA 02110-1301, USA.
-#
-
-include $(top_srcdir)/Makefile.common
-
-SUBDIRS =
-
-dist_gr_doc_DATA = \
- README.fcd
-
-EXTRA_DIST = fcd.dox \ No newline at end of file
diff --git a/gr-fcd/examples/.gitignore b/gr-fcd/examples/.gitignore
deleted file mode 100644
index 52ffc3037..000000000
--- a/gr-fcd/examples/.gitignore
+++ /dev/null
@@ -1,6 +0,0 @@
-/Makefile
-/Makefile.in
-/.deps/*
-/.libs/*
-/fcd_nfm_rx
-/fcd_nfm_rx.o
diff --git a/gr-fcd/examples/Makefile.am b/gr-fcd/examples/Makefile.am
deleted file mode 100644
index a57d7a808..000000000
--- a/gr-fcd/examples/Makefile.am
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# Copyright 2011,2012 Free Software Foundation, Inc.
-#
-# GNU Radio is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
-#
-# GNU Radio is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with GNU Radio; see the file COPYING. If not, write to
-# the Free Software Foundation, Inc., 51 Franklin Street,
-# Boston, MA 02110-1301, USA.
-#
-
-include $(top_srcdir)/Makefile.common
-
-AM_CPPFLAGS = \
- -I$(top_srcdir)/gr-fcd/include/fcd \
- -I$(top_srcdir)/gr-audio/include \
- $(STD_DEFINES_AND_INCLUDES) \
- $(WITH_INCLUDES)
-
-GR_FCD_LA=$(top_builddir)/gr-fcd/lib/libgnuradio-fcd.la
-GNURADIO_AUDIO_LA=$(top_builddir)/gr-audio/lib/libgnuradio-audio.la
-
-ourdatadir = $(exampledir)/fcd
-
-ourdata_PROGRAMS = \
- fcd_nfm_rx
-
-fcd_nfm_rx_SOURCES = \
- fcd_nfm_rx.cc
-
-fcd_nfm_rx_LDADD = \
- $(GR_FCD_LA) \
- $(GNURADIO_CORE_LA) \
- $(GNURADIO_AUDIO_LA) \
- $(BOOST_PROGRAM_OPTIONS_LIB)
-
-dist_ourdata_SCRIPTS = \
- fcd_fft_wx.grc \
- fcd_apt_rx.grc \
- fcd_nfm_rx.grc
-
diff --git a/gr-fcd/grc/.gitignore b/gr-fcd/grc/.gitignore
deleted file mode 100644
index b336cc7ce..000000000
--- a/gr-fcd/grc/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/Makefile
-/Makefile.in
diff --git a/gr-fcd/grc/Makefile.am b/gr-fcd/grc/Makefile.am
deleted file mode 100644
index 203ebdc16..000000000
--- a/gr-fcd/grc/Makefile.am
+++ /dev/null
@@ -1,28 +0,0 @@
-#
-# Copyright 2012 Free Software Foundation, Inc.
-#
-# This file is part of GNU Radio
-#
-# GNU Radio is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
-#
-# GNU Radio is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with GNU Radio; see the file COPYING. If not, write to
-# the Free Software Foundation, Inc., 51 Franklin Street,
-# Boston, MA 02110-1301, USA.
-#
-
-include $(top_srcdir)/Makefile.common
-
-grcblocksdir = $(grc_blocksdir)
-
-dist_grcblocks_DATA = \
- fcd_source_c.xml
-
diff --git a/gr-fcd/include/Makefile.am b/gr-fcd/include/Makefile.am
deleted file mode 100644
index 77dbaf5e4..000000000
--- a/gr-fcd/include/Makefile.am
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# Copyright 2012 Free Software Foundation, Inc.
-#
-# This file is part of GNU Radio
-#
-# GNU Radio is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
-#
-# GNU Radio is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with GNU Radio; see the file COPYING. If not, write to
-# the Free Software Foundation, Inc., 51 Franklin Street,
-# Boston, MA 02110-1301, USA.
-#
-
-include $(top_srcdir)/Makefile.common
-
-SUBDIRS = fcd
diff --git a/gr-fcd/include/fcd/Makefile.am b/gr-fcd/include/fcd/Makefile.am
deleted file mode 100644
index 282fd93f7..000000000
--- a/gr-fcd/include/fcd/Makefile.am
+++ /dev/null
@@ -1,26 +0,0 @@
-#
-# Copyright 2012 Free Software Foundation, Inc.
-#
-# This file is part of GNU Radio
-#
-# GNU Radio is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
-#
-# GNU Radio is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with GNU Radio; see the file COPYING. If not, write to
-# the Free Software Foundation, Inc., 51 Franklin Street,
-# Boston, MA 02110-1301, USA.
-#
-
-include $(top_srcdir)/Makefile.common
-
-grinclude_HEADERS = \
- fcd_api.h \
- fcd_source_c.h
diff --git a/gr-fcd/lib/.gitignore b/gr-fcd/lib/.gitignore
deleted file mode 100644
index cfb223502..000000000
--- a/gr-fcd/lib/.gitignore
+++ /dev/null
@@ -1,10 +0,0 @@
-/Makefile
-/Makefile.in
-/.la
-/.lo
-/.deps
-/.libs
-/*.la
-/*.lo
-/*.pyc
-*.o
diff --git a/gr-fcd/lib/Makefile.am b/gr-fcd/lib/Makefile.am
deleted file mode 100644
index 30e9f0283..000000000
--- a/gr-fcd/lib/Makefile.am
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# Copyright 2012 Free Software Foundation, Inc.
-#
-# This file is part of GNU Radio
-#
-# GNU Radio is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
-#
-# GNU Radio is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with GNU Radio; see the file COPYING. If not, write to
-# the Free Software Foundation, Inc., 51 Franklin Street,
-# Boston, MA 02110-1301, USA.
-#
-
-include $(top_srcdir)/Makefile.common
-
-SUBDIRS = hid fcd
-
-AM_CPPFLAGS = \
- $(STD_DEFINES_AND_INCLUDES) \
- $(WITH_INCLUDES) \
- -I$(top_srcdir)/gr-audio/include \
- -I$(top_srcdir)/gr-fcd/include/fcd \
- -I$(top_srcdir)/gr-fcd/lib/fcd
-
-lib_LTLIBRARIES = libgnuradio-fcd.la
-
-libgnuradio_fcd_la_SOURCES = fcd_source_c.cc
-
-libgnuradio_fcd_la_LIBADD = \
- $(GNURADIO_CORE_LA) \
- $(top_builddir)/gr-fcd/lib/fcd/libfcd.la \
- $(top_builddir)/gr-audio/lib/libgnuradio-audio.la
-
-
-libgnuradio_fcd_la_LDFLAGS = $(NO_UNDEFINED) $(LTVERSIONFLAGS)
-
diff --git a/gr-fcd/lib/fcd/Makefile.am b/gr-fcd/lib/fcd/Makefile.am
deleted file mode 100644
index f328a7cac..000000000
--- a/gr-fcd/lib/fcd/Makefile.am
+++ /dev/null
@@ -1,41 +0,0 @@
-#
-# Copyright 2012 Free Software Foundation, Inc.
-#
-# This file is part of GNU Radio
-#
-# GNU Radio is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
-#
-# GNU Radio is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with GNU Radio; see the file COPYING. If not, write to
-# the Free Software Foundation, Inc., 51 Franklin Street,
-# Boston, MA 02110-1301, USA.
-#
-
-include $(top_srcdir)/Makefile.common
-
-AM_CPPFLAGS = \
- $(STD_DEFINES_AND_INCLUDES) \
- $(WITH_INCLUDES) \
- $(USB_CPPFLAGS) \
- -I$(top_srcdir)/gr-fcd/include/fcd \
- -I$(top_srcdir)/gr-fcd/lib/hid
-
-noinst_LTLIBRARIES = libfcd.la
-
-libfcd_la_SOURCES = fcd.c
-
-noinst_HEADERS = \
- fcd.h \
- fcdhidcmd.h
-
-libfcd_la_LIBADD = \
- $(top_builddir)/gr-fcd/lib/hid/libhid.la
-
diff --git a/gr-fcd/lib/hid/Makefile.am b/gr-fcd/lib/hid/Makefile.am
deleted file mode 100644
index 2ad4796fe..000000000
--- a/gr-fcd/lib/hid/Makefile.am
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# Copyright 2012 Free Software Foundation, Inc.
-#
-# This file is part of GNU Radio
-#
-# GNU Radio is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
-#
-# GNU Radio is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with GNU Radio; see the file COPYING. If not, write to
-# the Free Software Foundation, Inc., 51 Franklin Street,
-# Boston, MA 02110-1301, USA.
-#
-
-include $(top_srcdir)/Makefile.common
-
-AM_CPPFLAGS = \
- $(STD_DEFINES_AND_INCLUDES) \
- $(WITH_INCLUDES) \
- $(USB_CPPFLAGS)
-
-noinst_LTLIBRARIES = libhid.la
-
-libhid_la_SOURCES =
-
-if FCD_MACOSX
- libhid_la_SOURCES += hidmac.c
-else if FCD_WINDOWS
- libhid_la_SOURCES += hidwin.c
-else
- libhid_la_SOURCES += hid-libusb.c
-endif
-
-noinst_HEADERS = hidapi.h
-
-libhid_la_LIBADD = $(USB_LIBS)
-
diff --git a/gr-fcd/python/.gitignore b/gr-fcd/python/.gitignore
deleted file mode 100644
index bf03975bb..000000000
--- a/gr-fcd/python/.gitignore
+++ /dev/null
@@ -1,9 +0,0 @@
-/Makefile
-/Makefile.in
-/.deps
-/.libs
-/*.la
-/*.lo
-/*.pyc
-/*.pyo
-/run_tests
diff --git a/gr-fcd/python/Makefile.am b/gr-fcd/python/Makefile.am
deleted file mode 100644
index a99bc1933..000000000
--- a/gr-fcd/python/Makefile.am
+++ /dev/null
@@ -1,34 +0,0 @@
-#
-# Copyright 2012 Free Software Foundation, Inc.
-#
-# This file is part of GNU Radio
-#
-# GNU Radio is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
-#
-# GNU Radio is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with GNU Radio; see the file COPYING. If not, write to
-# the Free Software Foundation, Inc., 51 Franklin Street,
-# Boston, MA 02110-1301, USA.
-#
-
-include $(top_srcdir)/Makefile.common
-
-fcddir = $(grpythondir)/fcd
-
-TESTS = run_tests
-
-noinst_PYTHON = \
- qa_fcd.py
-
-fcd_PYTHON = \
- __init__.py
-
-EXTRA_DIST += run_tests.in
diff --git a/gr-fcd/swig/.gitignore b/gr-fcd/swig/.gitignore
deleted file mode 100644
index 7dcd448b7..000000000
--- a/gr-fcd/swig/.gitignore
+++ /dev/null
@@ -1,13 +0,0 @@
-/.deps
-/.libs
-/Makefile.in
-/Makefile
-/fcd_swig.cc
-/fcd_swig.py
-/gnuradio
-/guile
-/python
-/run_guile_tests
-*.la
-*.lo
-*.o
diff --git a/gr-fcd/swig/Makefile.am b/gr-fcd/swig/Makefile.am
deleted file mode 100644
index cec8fa29a..000000000
--- a/gr-fcd/swig/Makefile.am
+++ /dev/null
@@ -1,80 +0,0 @@
-#
-# Copyright 2012 Free Software Foundation, Inc.
-#
-# This file is part of GNU Radio
-#
-# GNU Radio is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
-#
-# GNU Radio is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with GNU Radio; see the file COPYING. If not, write to
-# the Free Software Foundation, Inc., 51 Franklin Street,
-# Boston, MA 02110-1301, USA.
-#
-
-include $(top_srcdir)/Makefile.common
-include $(top_srcdir)/Makefile.swig
-
-TESTS =
-EXTRA_DIST += $(nobase_guile_DATA)
-
-noinst_GUILE = fcd.test
-
-if GUILE
-nobase_guile_DATA = gnuradio/fcd_swig.scm
-endif
-
-
-AM_CPPFLAGS = \
- -I$(top_srcdir)/gr-fcd/include/fcd \
- -I$(top_srcdir)/gr-audio/include \
- $(STD_DEFINES_AND_INCLUDES) \
- $(PYTHON_CPPFLAGS) \
- $(WITH_INCLUDES)
-
-# ----------------------------------------------------------------
-# The SWIG library
-# TESTS = run_tests
-
-TOP_SWIG_DOC_IFILES = \
- fcd_swig_doc.i
-
-TOP_SWIG_IFILES = \
- $(TOP_SWIG_DOC_IFILES) \
- fcd_swig.i
-
-BUILT_SOURCES += \
- $(TOP_SWIG_DOC_IFILES)
-
-EXTRA_DIST += \
- $(TOP_SWIG_DOC_IFILES)
-
-$(TOP_SWIG_DOC_IFILES):
- `echo "" > $@`
-
-# Install so that they end up available as:
-# import gnuradio.fcd
-# This ends up at:
-# ${prefix}/lib/python${python_version}/site-packages/gnuradio/fcd
-fcd_swig_pythondir_category = \
- gnuradio/fcd
-
-# additional libraries for linking with the SWIG-generated library
-fcd_swig_la_swig_libadd = \
- $(top_builddir)/gr-fcd/lib/libgnuradio-fcd.la
-
-# additional SWIG files to be installed
-fcd_swig_swiginclude_headers = \
- fcd_source_c.i \
- $(TOP_SWIG_DOC_IFILES)
-
-if GUILE
-TESTS += run_guile_tests
-endif