]> sigrok.org Git - libsigrok.git/blame - hardware/Makefile.am
Remove some radioshack-dmm leftovers.
[libsigrok.git] / hardware / Makefile.am
CommitLineData
340f6e7a
UH
1##
2## This file is part of the sigrok project.
3##
4## Copyright (C) 2011 Uwe Hermann <uwe@hermann-uwe.de>
d375b3c3 5## Copyright (C) 2012 Alexandru Gagniuc <mr.nuke.me@gmail.com>
340f6e7a
UH
6##
7## This program is free software: you can redistribute it and/or modify
8## it under the terms of the GNU General Public License as published by
9## the Free Software Foundation, either version 3 of the License, or
10## (at your option) any later version.
11##
12## This program is distributed in the hope that it will be useful,
13## but WITHOUT ANY WARRANTY; without even the implied warranty of
14## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15## GNU General Public License for more details.
16##
17## You should have received a copy of the GNU General Public License
18## along with this program. If not, see <http://www.gnu.org/licenses/>.
19##
20
21SUBDIRS = \
6ac0db19 22 agilent-dmm \
6ed4f044 23 alsa \
340f6e7a 24 asix-sigma \
f4314d7e 25 chronovu-la8 \
4d729ddc 26 colead-slm \
340f6e7a
UH
27 common \
28 demo \
883a2e9e 29 fluke-dmm \
f302a082 30 fx2lafw \
589a1013 31 hantek-dso \
bffed4fc 32 link-mso19 \
340f6e7a 33 openbench-logic-sniffer \
21a7f269 34 serial-dmm \
aa2af324 35 tondaj-sl-814 \
79081ec8 36 uni-t-dmm \
ac3898d2 37 victor-dmm \
589a1013 38 zeroplus-logic-cube
340f6e7a
UH
39
40noinst_LTLIBRARIES = libsigrokhardware.la
41
42libsigrokhardware_la_SOURCES =
43
44libsigrokhardware_la_LIBADD = \
a61b0e6a
UH
45 common/libsigrokhwcommon.la
46
6ac0db19
BV
47if HW_AGILENT_DMM
48libsigrokhardware_la_LIBADD += agilent-dmm/libsigrokhwagilentdmm.la
49endif
50
921a4c74 51if LA_ALSA
6ed4f044
DR
52libsigrokhardware_la_LIBADD += alsa/libsigrokhwalsa.la
53endif
54
340f6e7a
UH
55if LA_ASIX_SIGMA
56libsigrokhardware_la_LIBADD += asix-sigma/libsigrokhwasixsigma.la
57endif
58
f4314d7e
UH
59if LA_CHRONOVU_LA8
60libsigrokhardware_la_LIBADD += chronovu-la8/libsigrokhwchronovula8.la
61endif
62
4d729ddc
BV
63if HW_COLEAD_SLM
64libsigrokhardware_la_LIBADD += colead-slm/libsigrok_hw_colead_slm.la
65endif
66
ca3d84cc
BV
67if LA_DEMO
68libsigrokhardware_la_LIBADD += demo/libsigrokhwdemo.la
69endif
70
883a2e9e
BV
71if HW_FLUKE_DMM
72libsigrokhardware_la_LIBADD += fluke-dmm/libsigrokhwflukedmm.la
73endif
74
f302a082
JH
75if LA_FX2LAFW
76libsigrokhardware_la_LIBADD += fx2lafw/libsigrokhwfx2lafw.la
77endif
78
589a1013
BV
79if HW_HANTEK_DSO
80libsigrokhardware_la_LIBADD += hantek-dso/libsigrokhw_hantek_dso.la
81endif
82
bffed4fc
UH
83if LA_LINK_MSO19
84libsigrokhardware_la_LIBADD += link-mso19/libsigrokhwlinkmso19.la
85endif
01cf8814 86
340f6e7a
UH
87if LA_OLS
88libsigrokhardware_la_LIBADD += openbench-logic-sniffer/libsigrokhwols.la
89endif
90
21a7f269
UH
91if HW_SERIAL_DMM
92libsigrokhardware_la_LIBADD += serial-dmm/libsigrokhwserialdmm.la
7dc55d93
AG
93endif
94
aa2af324
UH
95if HW_TONDAJ_SL_814
96libsigrokhardware_la_LIBADD += tondaj-sl-814/libsigrok_hw_tondaj_sl_814.la
97endif
98
79081ec8
UH
99if HW_UNI_T_DMM
100libsigrokhardware_la_LIBADD += uni-t-dmm/libsigrok_hw_uni_t_dmm.la
101endif
102
ac3898d2
BV
103if HW_VICTOR_DMM
104libsigrokhardware_la_LIBADD += victor-dmm/libsigrok_hw_victor_dmm.la
105endif
106
589a1013
BV
107if LA_ZEROPLUS_LOGIC_CUBE
108libsigrokhardware_la_LIBADD += zeroplus-logic-cube/libsigrokhwzeroplus.la
3b533202
BV
109endif
110