switch source package format to 3.0 quilt
[debian/gnuradio] / usrp2 / host / apps / Makefile.am
1 #
2 # Copyright 2007, 2008 Free Software Foundation, Inc.
3 #
4 # This program is free software: you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation, either version 3 of the License, or
7 # (at your option) any later version.
8 #
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 # GNU General Public License for more details.
13 #
14 # You should have received a copy of the GNU General Public License
15 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
16 #
17
18 include $(top_srcdir)/Makefile.common
19
20 AM_CPPFLAGS = \
21     $(USRP2_INCLUDES) \
22     $(STD_DEFINES_AND_INCLUDES) \
23     $(CPPUNIT_INCLUDES) \
24     $(GRUEL_INCLUDES)
25
26 LDADD = \
27     $(USRP2_LA) \
28     $(GRUEL_LA)
29
30 bin_PROGRAMS = \
31         find_usrps \
32         usrp2_burn_mac_addr
33
34 noinst_PROGRAMS = \
35         gen_const \
36         rx_streaming_samples \
37         tx_samples \
38         test_mimo_tx \
39         gpio
40
41 find_usrps_SOURCES = find_usrps.cc
42 usrp2_burn_mac_addr_SOURCES = usrp2_burn_mac_addr.cc
43 rx_streaming_samples_SOURCES = rx_streaming_samples.cc
44 gen_const_SOURCES = gen_const.cc
45 tx_samples_SOURCES = tx_samples.cc
46 test_mimo_tx_SOURCES = test_mimo_tx.cc
47 gpio_SOURCES = gpio.cc