Merged -r11480:11507, r11508 from nldudok1/tvrx_mimo_merge_with_trunk into trunk...
[debian/gnuradio] / usrp / host / include / usrp / Makefile.am
1 #
2 # Copyright 2009 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 usrpincludedir = $(includedir)/usrp
25
26 usrpinclude_HEADERS = \
27         db_base.h \
28         db_basic.h \
29         db_dbs_rx.h \
30         db_dtt754.h \
31         db_dtt768.h \
32         db_flexrf.h \
33         db_flexrf_mimo.h \
34         db_tv_rx.h \
35         db_tv_rx_mimo.h \
36         db_xcvr2450.h \
37         usrp_basic.h \
38         usrp_bytesex.h \
39         usrp_dbid.h \
40         usrp_local_sighandler.h \
41         usrp_prims.h \
42         usrp_slots.h \
43         usrp_standard.h \
44         usrp_subdev_spec.h \
45         usrp_tune_result.h
46
47 if PYTHON
48 swiginclude_HEADERS = \
49         db_base.i
50 endif