Updated license from GPL version 2 or later to GPL version 3 or later.
[debian/gnuradio] / gnuradio-core / src / lib / io / Makefile.am
1 #
2 # Copyright 2001,2003,2004,2006,2007 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 3, 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
25 INCLUDES = $(STD_DEFINES_AND_INCLUDES)
26
27 noinst_LTLIBRARIES = libio.la
28
29
30 libio_la_SOURCES =                      \
31         gr_file_sink.cc                 \
32         gr_file_sink_base.cc            \
33         gr_file_source.cc               \
34         gr_file_descriptor_sink.cc      \
35         gr_file_descriptor_source.cc    \
36         gr_message_sink.cc              \
37         gr_message_source.cc            \
38         gr_oscope_guts.cc               \
39         gr_oscope_sink_f.cc             \
40         gr_oscope_sink_x.cc             \
41         gri_logger.cc                   \
42         i2c.cc                          \
43         i2c_bitbang.cc                  \
44         i2c_bbio.cc                     \
45         i2c_bbio_pp.cc                  \
46         microtune_4702.cc               \
47         microtune_4937.cc               \
48         microtune_4702_eval_board.cc    \
49         microtune_4937_eval_board.cc    \
50         microtune_xxxx.cc               \
51         microtune_xxxx_eval_board.cc    \
52         ppio.cc                         \
53         ppio_ppdev.cc                   \
54         sdr_1000.cc                     \
55         gr_udp_sink.cc                  \
56         gr_udp_source.cc
57
58 grinclude_HEADERS =                     \
59         gr_file_sink.h                  \
60         gr_file_sink_base.h             \
61         gr_file_source.h                \
62         gr_file_descriptor_sink.h       \
63         gr_file_descriptor_source.h     \
64         gr_message_sink.h               \
65         gr_message_source.h             \
66         gr_oscope_guts.h                \
67         gr_oscope_sink_f.h              \
68         gr_oscope_sink_x.h              \
69         gr_trigger_mode.h               \
70         gri_logger.h                    \
71         i2c.h                           \
72         i2c_bitbang.h                   \
73         i2c_bbio.h                      \
74         i2c_bbio_pp.h                   \
75         microtune_4702.h                \
76         microtune_4937.h                \
77         microtune_4702_eval_board.h     \
78         microtune_4937_eval_board.h     \
79         microtune_eval_board_defs.h     \
80         microtune_xxxx.h                \
81         microtune_xxxx_eval_board.h     \
82         ppio.h                          \
83         ppio_ppdev.h                    \
84         sdr_1000.h                      \
85         gr_udp_sink.h                   \
86         gr_udp_source.h
87
88
89 swiginclude_HEADERS =                   \
90         io.i                            \
91         gr_file_sink.i                  \
92         gr_file_sink_base.i             \
93         gr_file_source.i                \
94         gr_file_descriptor_sink.i       \
95         gr_file_descriptor_source.i     \
96         gr_message_sink.i               \
97         gr_message_source.i             \
98         gr_oscope_sink.i                \
99         microtune_xxxx_eval_board.i     \
100         microtune_4702_eval_board.i     \
101         microtune_4937_eval_board.i     \
102         ppio.i                          \
103         sdr_1000.i                      \
104         gr_udp_sink.i                   \
105         gr_udp_source.i