Update incorrectly checked in Makefile.am
[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         txrx_bitshark_rx \
51         factory_test \
52         burnrev30 \
53         burnrev31 \
54         burnrev40 \
55         serdes_txrx \
56         sd_gentest \
57         sd_bounce \
58         mimo_tx \
59         mimo_tx_slave
60
61
62
63 # tx_drop_SOURCES = tx_drop.c app_common.c
64 # tx_drop_rate_limited_SOURCES = tx_drop_rate_limited.c app_common.c
65 # tx_drop2_SOURCES = tx_drop2.c app_common.c
66 txrx_SOURCES = txrx.c app_common_v2.c
67 txrx_wbx_SOURCES = txrx.c app_common_v2.c
68 txrx_bitshark_rx_SOURCES = txrx.c app_common_v2.c
69 txrx_xcvr_SOURCES = txrx.c app_common_v2.c
70 factory_test_SOURCES = factory_test.c app_common_v2.c
71 eth_serdes_SOURCES = eth_serdes.c app_passthru_v2.c
72 serdes_txrx_SOURCES = serdes_txrx.c app_common_v2.c
73 mimo_tx_SOURCES = mimo_tx.c mimo_app_common_v2.c
74 mimo_tx_slave_SOURCES = mimo_tx_slave.c app_common_v2.c
75
76 txrx_wbx_LDADD = ../lib/libu2fw_wbx.a
77
78 txrx_xcvr_LDADD = ../lib/libu2fw_xcvr.a
79
80 txrx_bitshark_rx_LDADD = ../lib/libu2fw_burx.a
81
82 noinst_HEADERS = \
83         app_common_v2.h \
84         app_passthru_v2.h \
85         mimo_app_common_v2.h
86
87
88 MOSTLYCLEANFILES = *.map