third time's a charm...
[debian/gnuradio] / usrp2 / firmware / 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 LDADD = ../lib/libu2fw.a
21
22 noinst_PROGRAMS = \
23         blink_leds \
24         blink_leds2 \
25         buf_ram_test \
26         can_i_sub \
27         echo \
28         eth_serdes \
29         gen_eth_packets \
30         hello \
31         ibs_rx_test \
32         ibs_tx_test \
33         rcv_eth_packets \
34         read_dbids \
35         set_hw_rev \
36         test1 \
37         test_db_spi \
38         test_i2c \
39         test_sd \
40         test_ram \
41         test_phy_comm \
42         test_lsadc \
43         test_lsdac \
44         timer_test \
45         tx_standalone \
46         txrx \
47         factory_test \
48         serdes_txrx \
49         sd_gentest \
50         sd_bounce \
51         mimo_tx \
52         mimo_tx_slave
53
54
55
56 # tx_drop_SOURCES = tx_drop.c app_common.c
57 # tx_drop_rate_limited_SOURCES = tx_drop_rate_limited.c app_common.c
58 # tx_drop2_SOURCES = tx_drop2.c app_common.c
59 txrx_SOURCES = txrx.c app_common_v2.c
60 factory_test_SOURCES = factory_test.c app_common_v2.c
61 eth_serdes_SOURCES = eth_serdes.c app_passthru_v2.c
62 serdes_txrx_SOURCES = serdes_txrx.c app_common_v2.c
63 mimo_tx_SOURCES = mimo_tx.c mimo_app_common_v2.c
64 mimo_tx_slave_SOURCES = mimo_tx_slave.c app_common_v2.c
65
66 noinst_HEADERS = \
67         app_common_v2.h \
68         app_passthru_v2.h \
69         mimo_app_common_v2.h
70
71
72 MOSTLYCLEANFILES = *.map