]> sigrok.org Git - libsigrok.git/blame - hardware/Makefile.am
center-3xx: Initial driver skeleton.
[libsigrok.git] / hardware / Makefile.am
CommitLineData
340f6e7a 1##
50985c20 2## This file is part of the libsigrok project.
340f6e7a
UH
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 \
20cbc785 25 brymen-dmm \
8fa9368e 26 cem-dt-885x \
4433145f 27 center-3xx \
f4314d7e 28 chronovu-la8 \
4d729ddc 29 colead-slm \
340f6e7a
UH
30 common \
31 demo \
883a2e9e 32 fluke-dmm \
f302a082 33 fx2lafw \
589a1013 34 hantek-dso \
16e76bae 35 ikalogic-scanalogic2 \
fdf4a1f5 36 ikalogic-scanaplus \
ed759a08 37 kecheng-kc-330b \
46697e38 38 lascar-el-usb \
7ab89f48 39 link-mso19 \
7ec5b549 40 mic-985xx \
340f6e7a 41 openbench-logic-sniffer \
f4816ac6 42 rigol-ds1xx2 \
21a7f269 43 serial-dmm \
aa2af324 44 tondaj-sl-814 \
79081ec8 45 uni-t-dmm \
ac3898d2 46 victor-dmm \
589a1013 47 zeroplus-logic-cube
340f6e7a
UH
48
49noinst_LTLIBRARIES = libsigrokhardware.la
50
51libsigrokhardware_la_SOURCES =
52
53libsigrokhardware_la_LIBADD = \
2a052cc4 54 common/libsigrok_hw_common.la
a61b0e6a 55
6ac0db19 56if HW_AGILENT_DMM
2a052cc4 57libsigrokhardware_la_LIBADD += agilent-dmm/libsigrok_hw_agilent_dmm.la
6ac0db19
BV
58endif
59
0254651d 60if HW_ALSA
2a052cc4 61libsigrokhardware_la_LIBADD += alsa/libsigrok_hw_alsa.la
6ed4f044
DR
62endif
63
9e165e74 64if HW_ASIX_SIGMA
2a052cc4 65libsigrokhardware_la_LIBADD += asix-sigma/libsigrok_hw_asix_sigma.la
340f6e7a
UH
66endif
67
20cbc785
AG
68if HW_BRYMEN_DMM
69libsigrokhardware_la_LIBADD += brymen-dmm/libsigrok_hw_brymen_dmm.la
70endif
71
8fa9368e
BV
72if HW_CEM_DT_885X
73libsigrokhardware_la_LIBADD += cem-dt-885x/libsigrok_hw_cem_dt_885x.la
74endif
75
4433145f
UH
76if HW_CENTER_3XX
77libsigrokhardware_la_LIBADD += center-3xx/libsigrok_hw_center_3xx.la
78endif
79
9e165e74 80if HW_CHRONOVU_LA8
2a052cc4 81libsigrokhardware_la_LIBADD += chronovu-la8/libsigrok_hw_chronovu_la8.la
f4314d7e
UH
82endif
83
4d729ddc
BV
84if HW_COLEAD_SLM
85libsigrokhardware_la_LIBADD += colead-slm/libsigrok_hw_colead_slm.la
86endif
87
9e165e74 88if HW_DEMO
2a052cc4 89libsigrokhardware_la_LIBADD += demo/libsigrok_hw_demo.la
ca3d84cc
BV
90endif
91
883a2e9e 92if HW_FLUKE_DMM
2a052cc4 93libsigrokhardware_la_LIBADD += fluke-dmm/libsigrok_hw_fluke_dmm.la
883a2e9e
BV
94endif
95
9e165e74 96if HW_FX2LAFW
2a052cc4 97libsigrokhardware_la_LIBADD += fx2lafw/libsigrok_hw_fx2lafw.la
f302a082
JH
98endif
99
589a1013 100if HW_HANTEK_DSO
2a052cc4 101libsigrokhardware_la_LIBADD += hantek-dso/libsigrok_hw_hantek_dso.la
589a1013
BV
102endif
103
16e76bae
MS
104if HW_IKALOGIC_SCANALOGIC2
105libsigrokhardware_la_LIBADD += ikalogic-scanalogic2/libsigrok_hw_ikalogic_scanalogic2.la
106endif
107
fdf4a1f5
UH
108if HW_IKALOGIC_SCANAPLUS
109libsigrokhardware_la_LIBADD += ikalogic-scanaplus/libsigrok_hw_ikalogic_scanaplus.la
e84e0096 110endif
ed759a08
BV
111
112if HW_KECHENG_KC_330B
113libsigrokhardware_la_LIBADD += kecheng-kc-330b/libsigrok_hw_kecheng_kc_330b.la
fdf4a1f5
UH
114endif
115
46697e38
BV
116if HW_LASCAR_EL_USB
117libsigrokhardware_la_LIBADD += lascar-el-usb/libsigrok_hw_lascar_el_usb.la
118endif
119
9e165e74 120if HW_LINK_MSO19
2a052cc4 121libsigrokhardware_la_LIBADD += link-mso19/libsigrok_hw_link_mso_19.la
7ab89f48
UH
122endif
123
7ec5b549
UH
124if HW_MIC_985XX
125libsigrokhardware_la_LIBADD += mic-985xx/libsigrok_hw_mic_985xx.la
126endif
127
9e165e74 128if HW_OLS
2a052cc4 129libsigrokhardware_la_LIBADD += openbench-logic-sniffer/libsigrok_hw_ols.la
340f6e7a
UH
130endif
131
f4816ac6
ML
132if HW_RIGOL_DS1XX2
133libsigrokhardware_la_LIBADD += rigol-ds1xx2/libsigrok_hw_rigol_ds1xx2.la
134endif
135
21a7f269 136if HW_SERIAL_DMM
2a052cc4 137libsigrokhardware_la_LIBADD += serial-dmm/libsigrok_hw_serial_dmm.la
7dc55d93
AG
138endif
139
aa2af324
UH
140if HW_TONDAJ_SL_814
141libsigrokhardware_la_LIBADD += tondaj-sl-814/libsigrok_hw_tondaj_sl_814.la
142endif
143
79081ec8
UH
144if HW_UNI_T_DMM
145libsigrokhardware_la_LIBADD += uni-t-dmm/libsigrok_hw_uni_t_dmm.la
146endif
147
ac3898d2
BV
148if HW_VICTOR_DMM
149libsigrokhardware_la_LIBADD += victor-dmm/libsigrok_hw_victor_dmm.la
150endif
151
9e165e74 152if HW_ZEROPLUS_LOGIC_CUBE
2a052cc4 153libsigrokhardware_la_LIBADD += zeroplus-logic-cube/libsigrok_hw_zeroplus.la
3b533202
BV
154endif
155