]> git.gag.com Git - debian/gnuradio/blob - usrp/host/include/usrp/Makefile.am
7c868e061564f16e5320df572b8f30c77a391878
[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_adf4350.h \
37         db_wbxng_adf4350_regs.h \
38         db_wbxng.h \
39         db_xcvr2450.h \
40         libusb_types.h \
41         usrp_basic.h \
42         usrp_bytesex.h \
43         usrp_dbid.h \
44         usrp_local_sighandler.h \
45         usrp_prims.h \
46         usrp_slots.h \
47         usrp_standard.h \
48         usrp_subdev_spec.h \
49         usrp_tune_result.h
50
51 EXTRA_DIST = \
52         libusb_types.h.in
53
54 if PYTHON
55 swiginclude_HEADERS = \
56         db_base.i
57 endif