From 749ac8bc7cadf575c0b23afcc299a86bc9731186 Mon Sep 17 00:00:00 2001 From: anastas Date: Tue, 18 Nov 2008 06:03:54 +0000 Subject: added an example in grc that uses trellis structures git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10010 221aa14e-8319-0410-a670-987f0aec2ac5 --- grc/examples/trellis/Makefile.am | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 grc/examples/trellis/Makefile.am (limited to 'grc/examples/trellis/Makefile.am') diff --git a/grc/examples/trellis/Makefile.am b/grc/examples/trellis/Makefile.am new file mode 100644 index 000000000..1fb6b7742 --- /dev/null +++ b/grc/examples/trellis/Makefile.am @@ -0,0 +1,30 @@ +# +# Copyright 2008 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)/grc/Makefile.inc + +ourdatadir = $(grc_examples_prefix)/trellis + +DATA_FILES = interference_cancellation.grc + +ourdata_DATA = $(DATA_FILES) + +EXTRA_DIST = $(DATA_FILES) -- cgit