Houston, we have a trunk.
[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., 59 Temple Place - Suite 330,
19 # Boston, MA 02111-1307, USA.
20
21
22 include $(top_srcdir)/Makefile.common
23
24 SUBDIRS = mld . tests
25
26 INCLUDES = $(STD_DEFINES_AND_INCLUDES) -I..
27
28 noinst_LTLIBRARIES = libecc.la
29
30 libecc_la_SOURCES =                             \
31         code_convolutional_trellis.cc           \
32         code_metrics.cc                         \
33         encoder.cc                              \
34         encoder_convolutional.cc                \
35         encoder_convolutional_ic1_ic1.cc        \
36         encoder_turbo.cc                        \
37         decoder.cc                              \
38         decoder_viterbi.cc                      \
39         decoder_viterbi_full_block.cc           \
40         decoder_viterbi_full_block_i1_ic1.cc
41
42 noinst_HEADERS =                                \
43         code_types.h code_metrics.h             \
44         code_convolutional_trellis.h            \
45         encoder.h encoder_turbo.h               \
46         encoder_convolutional.h                 \
47         encoder_convolutional_ic1_ic1.h         \
48         decoder.h decoder_viterbi.h             \
49         decoder_viterbi_full_block.h            \
50         decoder_viterbi_full_block_i1_ic1.h
51
52 # link the library against the c++ standard library
53 libecc_la_LIBADD =              \
54         mld/libmld.la           \
55         $(PYTHON_LDFLAGS)       \
56         -lstdc++
57
58 MOSTLYCLEANFILES = *.loT *~
59
60 CONFIG_CLEAN_FILES = *.in