Updated FSF address in all files. Fixes ticket:51
[debian/gnuradio] / gr-error-correcting-codes / src / lib / libecc / Makefile.am
1 #
2 # Copyright 2006 Free Software Foundation, Inc.
3
4 # This file is part of GNU Radio
5
6 # GNU Radio is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 2, or (at your option)
9 # any later version.
10
11 # GNU Radio is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 # GNU General Public License for more details.
15
16 # You should have received a copy of the GNU General Public License
17 # along with GNU Radio; see the file COPYING.  If not, write to
18 # the Free Software Foundation, Inc., 51 Franklin Street,
19 # Boston, MA 02110-1301, USA.
20
21
22 include $(top_srcdir)/Makefile.common
23
24 SUBDIRS = mld . tests
25
26 INCLUDES = $(STD_DEFINES_AND_INCLUDES) \
27            -I$(top_srcdir)/gr-error-correcting-codes/src/lib
28
29 noinst_LTLIBRARIES = libecc.la
30
31 libecc_la_SOURCES =                             \
32         code_convolutional_trellis.cc           \
33         code_metrics.cc code_io.cc              \
34         encoder.cc                              \
35         encoder_convolutional.cc                \
36         encoder_turbo.cc                        \
37         decoder.cc                              \
38         decoder_viterbi.cc                      \
39         decoder_viterbi_full_block.cc
40
41 noinst_HEADERS =                                \
42         code_types.h code_metrics.h code_io.h   \
43         code_convolutional_trellis.h            \
44         encoder.h encoder_turbo.h               \
45         encoder_convolutional.h                 \
46         decoder.h decoder_viterbi.h             \
47         decoder_viterbi_full_block.h
48
49 # link the library against the c++ standard library
50 libecc_la_LIBADD =              \
51         mld/libmld.la           \
52         $(PYTHON_LDFLAGS)       \
53         $(GNURADIO_CORE_LIBS)   \
54         -lstdc++
55
56 MOSTLYCLEANFILES = *.loT *~
57
58 CONFIG_CLEAN_FILES = *.in