Imported Upstream version 3.2.2
[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         $(OMNITHREAD_LA)
30
31 bin_PROGRAMS = \
32         find_usrps \
33         usrp2_burn_mac_addr
34
35 noinst_PROGRAMS = \
36         gen_const \
37         rx_streaming_samples \
38         tx_samples \
39         test_mimo_tx \
40         gpio
41
42 find_usrps_SOURCES = find_usrps.cc
43 usrp2_burn_mac_addr_SOURCES = usrp2_burn_mac_addr.cc
44 rx_streaming_samples_SOURCES = rx_streaming_samples.cc
45 gen_const_SOURCES = gen_const.cc
46 tx_samples_SOURCES = tx_samples.cc
47 test_mimo_tx_SOURCES = test_mimo_tx.cc
48 gpio_SOURCES = gpio.cc