83e86da7ed9b5bd107c3419f3faadb36ae3056b2
[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_wbxng.h \
37         db_xcvr2450.h \
38         libusb_types.h \
39         usrp_basic.h \
40         usrp_bytesex.h \
41         usrp_dbid.h \
42         usrp_local_sighandler.h \
43         usrp_prims.h \
44         usrp_slots.h \
45         usrp_standard.h \
46         usrp_subdev_spec.h \
47         usrp_tune_result.h
48
49 EXTRA_DIST = \
50         libusb_types.h.in
51
52 if PYTHON
53 swiginclude_HEADERS = \
54         db_base.i
55 endif