00f682fc7ea7023f93a140279116ed4a3d7a5582
[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         burn_dbsrx_eeprom \
27         can_i_sub \
28         echo \
29         eth_serdes \
30         gen_eth_packets \
31         hello \
32         ibs_rx_test \
33         ibs_tx_test \
34         rcv_eth_packets \
35         read_dbids \
36         set_hw_rev \
37         test1 \
38         test_db_spi \
39         test_i2c \
40         test_sd \
41         test_ram \
42         test_phy_comm \
43         test_lsadc \
44         test_lsdac \
45         timer_test \
46         tx_standalone \
47         txrx \
48         txrx_wbx \
49         txrx_xcvr \
50         factory_test \
51         burnrev30 \
52         burnrev31 \
53         burnrev40 \
54         serdes_txrx \
55         sd_gentest \
56         sd_bounce \
57         mimo_tx \
58         mimo_tx_slave
59
60
61
62 # tx_drop_SOURCES = tx_drop.c app_common.c
63 # tx_drop_rate_limited_SOURCES = tx_drop_rate_limited.c app_common.c
64 # tx_drop2_SOURCES = tx_drop2.c app_common.c
65 txrx_SOURCES = txrx.c app_common_v2.c
66 txrx_wbx_SOURCES = txrx.c app_common_v2.c
67 txrx_xcvr_SOURCES = txrx.c app_common_v2.c
68 factory_test_SOURCES = factory_test.c app_common_v2.c
69 eth_serdes_SOURCES = eth_serdes.c app_passthru_v2.c
70 serdes_txrx_SOURCES = serdes_txrx.c app_common_v2.c
71 mimo_tx_SOURCES = mimo_tx.c mimo_app_common_v2.c
72 mimo_tx_slave_SOURCES = mimo_tx_slave.c app_common_v2.c
73
74 txrx_wbx_LDADD = ../lib/libu2fw_wbx.a
75
76 txrx_xcvr_LDADD = ../lib/libu2fw_xcvr.a
77
78 noinst_HEADERS = \
79         app_common_v2.h \
80         app_passthru_v2.h \
81         mimo_app_common_v2.h
82
83
84 MOSTLYCLEANFILES = *.map