Imported Upstream version 3.2.2
[debian/gnuradio] / gnuradio-core / src / lib / io / Makefile.am
1 #
2 # Copyright 2001,2003,2004,2006,2007,2008 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 AM_CPPFLAGS = $(STD_DEFINES_AND_INCLUDES) $(WITH_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_histo_sink_f.cc              \
37         gr_message_sink.cc              \
38         gr_message_source.cc            \
39         gr_oscope_guts.cc               \
40         gr_oscope_sink_f.cc             \
41         gr_oscope_sink_x.cc             \
42         gri_logger.cc                   \
43         i2c.cc                          \
44         i2c_bitbang.cc                  \
45         i2c_bbio.cc                     \
46         i2c_bbio_pp.cc                  \
47         microtune_4702.cc               \
48         microtune_4937.cc               \
49         microtune_4702_eval_board.cc    \
50         microtune_4937_eval_board.cc    \
51         microtune_xxxx.cc               \
52         microtune_xxxx_eval_board.cc    \
53         ppio.cc                         \
54         ppio_ppdev.cc                   \
55         sdr_1000.cc                     \
56         gr_udp_sink.cc                  \
57         gr_udp_source.cc                \
58         gr_wavfile_sink.cc              \
59         gr_wavfile_source.cc            \
60         gri_wavfile.cc
61
62 grinclude_HEADERS =                     \
63         gr_file_sink.h                  \
64         gr_file_sink_base.h             \
65         gr_file_source.h                \
66         gr_file_descriptor_sink.h       \
67         gr_file_descriptor_source.h     \
68         gr_histo_sink_f.h               \
69         gr_message_sink.h               \
70         gr_message_source.h             \
71         gr_oscope_guts.h                \
72         gr_oscope_sink_f.h              \
73         gr_oscope_sink_x.h              \
74         gr_trigger_mode.h               \
75         gri_logger.h                    \
76         i2c.h                           \
77         i2c_bitbang.h                   \
78         i2c_bbio.h                      \
79         i2c_bbio_pp.h                   \
80         microtune_4702.h                \
81         microtune_4937.h                \
82         microtune_4702_eval_board.h     \
83         microtune_4937_eval_board.h     \
84         microtune_eval_board_defs.h     \
85         microtune_xxxx.h                \
86         microtune_xxxx_eval_board.h     \
87         ppio.h                          \
88         ppio_ppdev.h                    \
89         sdr_1000.h                      \
90         gr_udp_sink.h                   \
91         gr_udp_source.h                 \
92         gr_wavfile_source.h             \
93         gr_wavfile_sink.h               \
94         gri_wavfile.h
95
96
97
98
99 swiginclude_HEADERS =                   \
100         io.i                            \
101         gr_file_sink.i                  \
102         gr_file_sink_base.i             \
103         gr_file_source.i                \
104         gr_file_descriptor_sink.i       \
105         gr_file_descriptor_source.i     \
106         gr_histo_sink.i                 \
107         gr_message_sink.i               \
108         gr_message_source.i             \
109         gr_oscope_sink.i                \
110         microtune_xxxx_eval_board.i     \
111         microtune_4702_eval_board.i     \
112         microtune_4937_eval_board.i     \
113         ppio.i                          \
114         sdr_1000.i                      \
115         gr_udp_sink.i                   \
116         gr_udp_source.i                 \
117         gr_wavfile_source.i             \
118         gr_wavfile_sink.i
119