e0f5b8cf4c18569f6fe34b7f4fa5fb0a641aa847
[debian/gnuradio] / usrp / host / apps / 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) $(BOOST_CFLAGS) $(CPPUNIT_INCLUDES)
27
28
29 bin_PROGRAMS =                          \
30         usrper                          \
31         usrp_cal_dc_offset              
32
33 noinst_PROGRAMS =                       \
34         check_order_quickly             \
35         test_usrp_inband_cs             \
36         test_usrp_inband_ping           \
37         test_usrp_inband_registers      \
38         test_usrp_inband_rx             \
39         test_usrp_inband_tx             \
40         test_usrp_inband_timestamps     \
41         test_usrp_standard_rx           \
42         test_usrp_standard_tx           \
43         read_packets
44
45 noinst_HEADERS =                        \
46         time_stuff.h                    \
47         ui_nco.h                        \
48         ui_sincos.h                     
49
50 noinst_PYTHON =                         \
51         burn-db-eeprom                  \
52         burn-serial-number              
53
54
55 check_order_quickly_SOURCES     = check_order_quickly.cc
56
57 test_usrp_standard_rx_SOURCES   = test_usrp_standard_rx.cc time_stuff.c
58 test_usrp_standard_rx_LDADD     = $(USRP_LA)
59
60 test_usrp_standard_tx_SOURCES   = test_usrp_standard_tx.cc time_stuff.c
61 test_usrp_standard_tx_LDADD     = $(USRP_LA)
62
63 usrper_SOURCES                  = usrper.cc
64 usrper_LDADD                    = $(USRP_LA)
65
66 usrp_cal_dc_offset_SOURCES      = usrp_cal_dc_offset.cc
67 usrp_cal_dc_offset_LDADD        = $(USRP_LA)
68
69 test_usrp_inband_cs_SOURCES     = test_usrp_inband_cs.cc time_stuff.c ui_sincos.c
70 test_usrp_inband_cs_LDADD       = $(USRP_LA)
71
72 test_usrp_inband_ping_SOURCES   = test_usrp_inband_ping.cc time_stuff.c
73 test_usrp_inband_ping_LDADD     = $(USRP_LA)
74
75 test_usrp_inband_tx_SOURCES     = test_usrp_inband_tx.cc time_stuff.c ui_sincos.c
76 test_usrp_inband_tx_LDADD       = $(USRP_LA)
77
78 test_usrp_inband_timestamps_SOURCES     = test_usrp_inband_timestamps.cc time_stuff.c ui_sincos.c
79 test_usrp_inband_timestamps_LDADD       = $(USRP_LA)
80
81 test_usrp_inband_registers_SOURCES      = test_usrp_inband_registers.cc time_stuff.c ui_sincos.c
82 test_usrp_inband_registers_LDADD        = $(USRP_LA)
83
84 test_usrp_inband_rx_SOURCES     = test_usrp_inband_rx.cc time_stuff.c ui_sincos.c
85 test_usrp_inband_rx_LDADD       = $(USRP_LA)
86
87 read_packets_SOURCES = read_packets.cc
88 read_packets_LDADD = $(USRP_LA)