summaryrefslogtreecommitdiff
path: root/gr-digital/include
diff options
context:
space:
mode:
authorTom Rondeau2011-09-26 13:54:36 -0400
committerTom Rondeau2011-09-26 13:54:36 -0400
commita39ad83b38b67235baeda2f3c98d1f5b7723fe90 (patch)
tree83cbd5d16f967387afa45cd209b7c410c64c2003 /gr-digital/include
parent46168fbd1e3dfb68cafe2b512641c67e2a6b5d80 (diff)
downloadgnuradio-a39ad83b38b67235baeda2f3c98d1f5b7723fe90.tar.gz
gnuradio-a39ad83b38b67235baeda2f3c98d1f5b7723fe90.tar.bz2
gnuradio-a39ad83b38b67235baeda2f3c98d1f5b7723fe90.zip
digital: adding include directory for public header files.
Diffstat (limited to 'gr-digital/include')
-rw-r--r--gr-digital/include/.gitignore4
-rw-r--r--gr-digital/include/Makefile.am42
2 files changed, 46 insertions, 0 deletions
diff --git a/gr-digital/include/.gitignore b/gr-digital/include/.gitignore
new file mode 100644
index 000000000..1b6114c39
--- /dev/null
+++ b/gr-digital/include/.gitignore
@@ -0,0 +1,4 @@
+/.libs
+/.deps
+/Makefile
+/Makefile.in
diff --git a/gr-digital/include/Makefile.am b/gr-digital/include/Makefile.am
new file mode 100644
index 000000000..82ffc6b89
--- /dev/null
+++ b/gr-digital/include/Makefile.am
@@ -0,0 +1,42 @@
+#
+# Copyright 2011 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
+
+# These headers get installed in ${prefix}/include/gnuradio
+grinclude_HEADERS = \
+ digital_binary_slicer_fb.h \
+ digital_clock_recovery_mm_cc.h \
+ digital_clock_recovery_mm_ff.h \
+ digital_constellation.h \
+ digital_constellation_receiver_cb.h \
+ digital_constellation_decoder_cb.h \
+ digital_correlate_access_code_bb.h \
+ digital_costas_loop_cc.h \
+ digital_cma_equalizer_cc.h \
+ digital_crc32.h \
+ digital_fll_band_edge_cc.h \
+ digital_lms_dd_equalizer_cc.h \
+ digital_kurtotic_equalizer_cc.h \
+ digital_metric_type.h \
+ digital_mpsk_receiver_cc.h
+
+libgnuradio_digital_la_LDFLAGS = $(NO_UNDEFINED) $(LTVERSIONFLAGS)