Imported Upstream version 3.0.4
[debian/gnuradio] / gnuradio-core / src / lib / io / Makefile.am
1 #
2 # Copyright 2001,2003,2004 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_source.cc               \
33         gr_file_descriptor_sink.cc      \
34         gr_file_descriptor_source.cc    \
35         gr_message_sink.cc              \
36         gr_message_source.cc            \
37         gr_oscope_guts.cc               \
38         gr_oscope_sink_f.cc             \
39         gr_oscope_sink_x.cc             \
40         gri_logger.cc                   \
41         i2c.cc                          \
42         i2c_bitbang.cc                  \
43         i2c_bbio.cc                     \
44         i2c_bbio_pp.cc                  \
45         microtune_4702.cc               \
46         microtune_4937.cc               \
47         microtune_4702_eval_board.cc    \
48         microtune_4937_eval_board.cc    \
49         microtune_xxxx.cc               \
50         microtune_xxxx_eval_board.cc    \
51         ppio.cc                         \
52         ppio_ppdev.cc                   \
53         sdr_1000.cc                     
54
55 grinclude_HEADERS =                     \
56         gr_file_sink.h                  \
57         gr_file_source.h                \
58         gr_file_descriptor_sink.h       \
59         gr_file_descriptor_source.h     \
60         gr_message_sink.h               \
61         gr_message_source.h             \
62         gr_oscope_guts.h                \
63         gr_oscope_sink_f.h              \
64         gr_oscope_sink_x.h              \
65         gr_trigger_mode.h               \
66         gri_logger.h                    \
67         i2c.h                           \
68         i2c_bitbang.h                   \
69         i2c_bbio.h                      \
70         i2c_bbio_pp.h                   \
71         microtune_4702.h                \
72         microtune_4937.h                \
73         microtune_4702_eval_board.h     \
74         microtune_4937_eval_board.h     \
75         microtune_eval_board_defs.h     \
76         microtune_xxxx.h                \
77         microtune_xxxx_eval_board.h     \
78         ppio.h                          \
79         ppio_ppdev.h                    \
80         sdr_1000.h                      
81
82
83 swiginclude_HEADERS =                   \
84         io.i                            \
85         gr_file_sink.i                  \
86         gr_file_source.i                \
87         gr_file_descriptor_sink.i       \
88         gr_file_descriptor_source.i     \
89         gr_message_sink.i               \
90         gr_message_source.i             \
91         gr_oscope_sink.i                \
92         microtune_xxxx_eval_board.i     \
93         microtune_4702_eval_board.i     \
94         microtune_4937_eval_board.i     \
95         ppio.i                          \
96         sdr_1000.i