Merged r11377:11390 from jcorgan/usrp-headers in to 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_xcvr2450.h \
36         usrp_basic.h \
37         usrp_bytesex.h \
38         usrp_dbid.h \
39         usrp_local_sighandler.h \
40         usrp_prims.h \
41         usrp_slots.h \
42         usrp_standard.h \
43         usrp_subdev_spec.h \
44         usrp_tune_result.h
45
46 if PYTHON
47 swiginclude_HEADERS = \
48         db_base.i
49 endif