Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core / src / lib / io / Makefile.am @ 3bb7b864

History | View | Annotate | Download (2.4 kB)

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 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
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
	gr_udp_sink.cc			\
55
	gr_udp_source.cc
56
57
grinclude_HEADERS = 			\
58
	gr_file_sink.h			\
59
	gr_file_source.h		\
60
	gr_file_descriptor_sink.h	\
61
	gr_file_descriptor_source.h	\
62
	gr_message_sink.h		\
63
	gr_message_source.h		\
64
	gr_oscope_guts.h		\
65
	gr_oscope_sink_f.h		\
66
	gr_oscope_sink_x.h		\
67
	gr_trigger_mode.h		\
68
	gri_logger.h			\
69
	i2c.h				\
70
	i2c_bitbang.h			\
71
	i2c_bbio.h			\
72
	i2c_bbio_pp.h			\
73
	microtune_4702.h		\
74
	microtune_4937.h		\
75
	microtune_4702_eval_board.h	\
76
	microtune_4937_eval_board.h	\
77
	microtune_eval_board_defs.h 	\
78
	microtune_xxxx.h		\
79
	microtune_xxxx_eval_board.h	\
80
	ppio.h				\
81
	ppio_ppdev.h			\
82
	sdr_1000.h			
83
84
85
swiginclude_HEADERS =			\
86
	io.i				\
87
	gr_file_sink.i			\
88
	gr_file_source.i		\
89
	gr_file_descriptor_sink.i	\
90
	gr_file_descriptor_source.i	\
91
	gr_message_sink.i		\
92
	gr_message_source.i		\
93
	gr_oscope_sink.i		\
94
	microtune_xxxx_eval_board.i	\
95
	microtune_4702_eval_board.i	\
96
	microtune_4937_eval_board.i	\
97
	ppio.i				\
98
	sdr_1000.i			\
99
	gr_udp_sink.i			\
100
	gr_udp_source.i