Merged eb/usrp-la r6317:6320 into trunk. This deborks the dependency
[debian/gnuradio] / usrp / host / apps-inband / Makefile.am
1 #
2 # Copyright 2003,2006 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 INCLUDES =      \
25         $(DEFINES) $(OMNITHREAD_INCLUDES) $(PMT_INCLUDES) $(MBLOCK_INCLUDES) \
26         $(USRP_INCLUDES) $(USRP_INBAND_INCLUDES) $(BOOST_CFLAGS) $(CPPUNIT_INCLUDES)
27
28
29 bin_PROGRAMS =                          
30
31 noinst_PROGRAMS =                       \
32         test_usrp_inband_cs             \
33         test_usrp_inband_ping           \
34         test_usrp_inband_registers      \
35         test_usrp_inband_rx             \
36         test_usrp_inband_tx             \
37         test_usrp_inband_timestamps     \
38         read_packets
39
40 noinst_HEADERS =                        \
41         ui_nco.h                        \
42         ui_sincos.h                     
43
44
45 test_usrp_inband_cs_SOURCES     = test_usrp_inband_cs.cc ui_sincos.c
46 test_usrp_inband_cs_LDADD       = $(USRP_LA) $(USRP_INBAND_LA)
47
48 test_usrp_inband_ping_SOURCES   = test_usrp_inband_ping.cc 
49 test_usrp_inband_ping_LDADD     = $(USRP_LA) $(USRP_INBAND_LA)
50
51 test_usrp_inband_tx_SOURCES     = test_usrp_inband_tx.cc ui_sincos.c
52 test_usrp_inband_tx_LDADD       = $(USRP_LA) $(USRP_INBAND_LA)
53
54 test_usrp_inband_timestamps_SOURCES     = test_usrp_inband_timestamps.cc ui_sincos.c
55 test_usrp_inband_timestamps_LDADD       = $(USRP_LA) $(USRP_INBAND_LA)
56
57 test_usrp_inband_registers_SOURCES      = test_usrp_inband_registers.cc ui_sincos.c
58 test_usrp_inband_registers_LDADD        = $(USRP_LA) $(USRP_INBAND_LA)
59
60 test_usrp_inband_rx_SOURCES     = test_usrp_inband_rx.cc ui_sincos.c
61 test_usrp_inband_rx_LDADD       = $(USRP_LA) $(USRP_INBAND_LA)
62
63 read_packets_SOURCES = read_packets.cc
64 read_packets_LDADD = $(USRP_LA) $(USRP_INBAND_LA)