2011-01-08 02:32:25 +00:00
|
|
|
##
|
2013-04-23 20:24:30 +00:00
|
|
|
## This file is part of the libsigrok project.
|
2011-01-08 02:32:25 +00:00
|
|
|
##
|
|
|
|
## Copyright (C) 2011 Uwe Hermann <uwe@hermann-uwe.de>
|
2012-10-15 06:17:32 +00:00
|
|
|
## Copyright (C) 2012 Alexandru Gagniuc <mr.nuke.me@gmail.com>
|
2011-01-08 02:32:25 +00:00
|
|
|
##
|
|
|
|
## This program is free software: you can redistribute it and/or modify
|
|
|
|
## it under the terms of the GNU General Public License as published by
|
|
|
|
## the Free Software Foundation, either version 3 of the License, or
|
|
|
|
## (at your option) any later version.
|
|
|
|
##
|
|
|
|
## This program is distributed in the hope that it will be useful,
|
|
|
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
## GNU General Public License for more details.
|
|
|
|
##
|
|
|
|
## You should have received a copy of the GNU General Public License
|
|
|
|
## along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
##
|
|
|
|
|
|
|
|
SUBDIRS = \
|
2012-09-02 09:58:29 +00:00
|
|
|
agilent-dmm \
|
2011-01-22 02:57:27 +00:00
|
|
|
alsa \
|
2013-12-01 00:13:44 +00:00
|
|
|
appa-55ii \
|
2011-01-08 02:32:25 +00:00
|
|
|
asix-sigma \
|
2014-01-05 12:12:01 +00:00
|
|
|
atten-pps3xxx \
|
2012-11-22 03:20:39 +00:00
|
|
|
brymen-dmm \
|
2013-06-07 23:12:10 +00:00
|
|
|
cem-dt-885x \
|
2013-07-19 07:35:48 +00:00
|
|
|
center-3xx \
|
2011-04-04 17:40:30 +00:00
|
|
|
chronovu-la8 \
|
2012-10-29 21:33:47 +00:00
|
|
|
colead-slm \
|
2011-01-08 02:32:25 +00:00
|
|
|
common \
|
|
|
|
demo \
|
2012-09-10 20:31:29 +00:00
|
|
|
fluke-dmm \
|
2012-02-11 12:08:49 +00:00
|
|
|
fx2lafw \
|
2013-11-19 16:49:23 +00:00
|
|
|
gmc-mh-1x-2x \
|
2013-10-15 18:45:14 +00:00
|
|
|
hameg-hmo \
|
2012-10-20 23:34:34 +00:00
|
|
|
hantek-dso \
|
2013-06-07 18:34:40 +00:00
|
|
|
ikalogic-scanalogic2 \
|
2013-06-21 15:15:10 +00:00
|
|
|
ikalogic-scanaplus \
|
2013-06-20 19:31:31 +00:00
|
|
|
kecheng-kc-330b \
|
2012-11-27 16:40:14 +00:00
|
|
|
lascar-el-usb \
|
2013-05-08 14:40:45 +00:00
|
|
|
link-mso19 \
|
2013-01-30 15:58:01 +00:00
|
|
|
mic-985xx \
|
2013-10-17 08:57:17 +00:00
|
|
|
norma-dmm \
|
2011-01-08 02:32:25 +00:00
|
|
|
openbench-logic-sniffer \
|
2013-10-31 17:31:39 +00:00
|
|
|
rigol-ds \
|
2013-07-21 10:30:32 +00:00
|
|
|
saleae-logic16 \
|
2012-12-01 18:35:19 +00:00
|
|
|
serial-dmm \
|
2014-01-13 21:49:55 +00:00
|
|
|
sysclk-lwla \
|
2013-09-23 20:02:02 +00:00
|
|
|
teleinfo \
|
2012-11-09 02:33:05 +00:00
|
|
|
tondaj-sl-814 \
|
2012-10-27 20:41:50 +00:00
|
|
|
uni-t-dmm \
|
2013-08-08 22:29:04 +00:00
|
|
|
uni-t-ut32x \
|
2012-11-02 19:47:06 +00:00
|
|
|
victor-dmm \
|
2012-10-20 23:34:34 +00:00
|
|
|
zeroplus-logic-cube
|
2011-01-08 02:32:25 +00:00
|
|
|
|
|
|
|
noinst_LTLIBRARIES = libsigrokhardware.la
|
|
|
|
|
|
|
|
libsigrokhardware_la_SOURCES =
|
|
|
|
|
|
|
|
libsigrokhardware_la_LIBADD = \
|
2013-05-08 17:49:23 +00:00
|
|
|
common/libsigrok_hw_common.la
|
2011-01-11 21:17:33 +00:00
|
|
|
|
2012-09-02 09:58:29 +00:00
|
|
|
if HW_AGILENT_DMM
|
2013-05-08 17:49:23 +00:00
|
|
|
libsigrokhardware_la_LIBADD += agilent-dmm/libsigrok_hw_agilent_dmm.la
|
2012-09-02 09:58:29 +00:00
|
|
|
endif
|
|
|
|
|
2012-12-17 18:39:13 +00:00
|
|
|
if HW_ALSA
|
2013-05-08 17:49:23 +00:00
|
|
|
libsigrokhardware_la_LIBADD += alsa/libsigrok_hw_alsa.la
|
2011-01-22 02:57:27 +00:00
|
|
|
endif
|
|
|
|
|
2013-12-01 00:13:44 +00:00
|
|
|
if HW_APPA_55II
|
|
|
|
libsigrokhardware_la_LIBADD += appa-55ii/libsigrok_hw_appa_55ii.la
|
|
|
|
endif
|
|
|
|
|
2013-05-08 17:33:30 +00:00
|
|
|
if HW_ASIX_SIGMA
|
2013-05-08 17:49:23 +00:00
|
|
|
libsigrokhardware_la_LIBADD += asix-sigma/libsigrok_hw_asix_sigma.la
|
2011-01-08 02:32:25 +00:00
|
|
|
endif
|
|
|
|
|
2014-01-05 12:12:01 +00:00
|
|
|
if HW_ATTEN_PPS3XXX
|
|
|
|
libsigrokhardware_la_LIBADD += atten-pps3xxx/libsigrok_hw_atten_pps3xxx.la
|
|
|
|
endif
|
|
|
|
|
2012-11-22 03:20:39 +00:00
|
|
|
if HW_BRYMEN_DMM
|
|
|
|
libsigrokhardware_la_LIBADD += brymen-dmm/libsigrok_hw_brymen_dmm.la
|
|
|
|
endif
|
|
|
|
|
2013-06-07 23:12:10 +00:00
|
|
|
if HW_CEM_DT_885X
|
|
|
|
libsigrokhardware_la_LIBADD += cem-dt-885x/libsigrok_hw_cem_dt_885x.la
|
|
|
|
endif
|
|
|
|
|
2013-07-19 07:35:48 +00:00
|
|
|
if HW_CENTER_3XX
|
|
|
|
libsigrokhardware_la_LIBADD += center-3xx/libsigrok_hw_center_3xx.la
|
|
|
|
endif
|
|
|
|
|
2013-05-08 17:33:30 +00:00
|
|
|
if HW_CHRONOVU_LA8
|
2013-05-08 17:49:23 +00:00
|
|
|
libsigrokhardware_la_LIBADD += chronovu-la8/libsigrok_hw_chronovu_la8.la
|
2011-04-04 17:40:30 +00:00
|
|
|
endif
|
|
|
|
|
2012-10-29 21:33:47 +00:00
|
|
|
if HW_COLEAD_SLM
|
|
|
|
libsigrokhardware_la_LIBADD += colead-slm/libsigrok_hw_colead_slm.la
|
|
|
|
endif
|
|
|
|
|
2013-05-08 17:33:30 +00:00
|
|
|
if HW_DEMO
|
2013-05-08 17:49:23 +00:00
|
|
|
libsigrokhardware_la_LIBADD += demo/libsigrok_hw_demo.la
|
2012-07-01 20:37:15 +00:00
|
|
|
endif
|
|
|
|
|
2012-09-10 20:31:29 +00:00
|
|
|
if HW_FLUKE_DMM
|
2013-05-08 17:49:23 +00:00
|
|
|
libsigrokhardware_la_LIBADD += fluke-dmm/libsigrok_hw_fluke_dmm.la
|
2012-09-10 20:31:29 +00:00
|
|
|
endif
|
|
|
|
|
2013-05-08 17:33:30 +00:00
|
|
|
if HW_FX2LAFW
|
2013-05-08 17:49:23 +00:00
|
|
|
libsigrokhardware_la_LIBADD += fx2lafw/libsigrok_hw_fx2lafw.la
|
2012-02-11 12:08:49 +00:00
|
|
|
endif
|
|
|
|
|
2013-11-19 16:49:23 +00:00
|
|
|
if HW_GMC_MH_1X_2X
|
|
|
|
libsigrokhardware_la_LIBADD += gmc-mh-1x-2x/libsigrok_hw_gmc_mh_1x_2x.la
|
|
|
|
endif
|
|
|
|
|
2013-10-15 18:45:14 +00:00
|
|
|
if HW_HAMEG_HMO
|
|
|
|
libsigrokhardware_la_LIBADD += hameg-hmo/libsigrok_hw_hameg_hmo.la
|
|
|
|
endif
|
|
|
|
|
2012-10-20 23:34:34 +00:00
|
|
|
if HW_HANTEK_DSO
|
2013-05-08 17:49:23 +00:00
|
|
|
libsigrokhardware_la_LIBADD += hantek-dso/libsigrok_hw_hantek_dso.la
|
2012-10-20 23:34:34 +00:00
|
|
|
endif
|
|
|
|
|
2013-06-07 18:34:40 +00:00
|
|
|
if HW_IKALOGIC_SCANALOGIC2
|
|
|
|
libsigrokhardware_la_LIBADD += ikalogic-scanalogic2/libsigrok_hw_ikalogic_scanalogic2.la
|
|
|
|
endif
|
|
|
|
|
2013-06-21 15:15:10 +00:00
|
|
|
if HW_IKALOGIC_SCANAPLUS
|
|
|
|
libsigrokhardware_la_LIBADD += ikalogic-scanaplus/libsigrok_hw_ikalogic_scanaplus.la
|
2013-07-16 15:18:20 +00:00
|
|
|
endif
|
2013-06-20 19:31:31 +00:00
|
|
|
|
|
|
|
if HW_KECHENG_KC_330B
|
|
|
|
libsigrokhardware_la_LIBADD += kecheng-kc-330b/libsigrok_hw_kecheng_kc_330b.la
|
2013-06-21 15:15:10 +00:00
|
|
|
endif
|
|
|
|
|
2012-11-27 16:40:14 +00:00
|
|
|
if HW_LASCAR_EL_USB
|
|
|
|
libsigrokhardware_la_LIBADD += lascar-el-usb/libsigrok_hw_lascar_el_usb.la
|
|
|
|
endif
|
|
|
|
|
2013-05-08 17:33:30 +00:00
|
|
|
if HW_LINK_MSO19
|
2013-05-08 17:49:23 +00:00
|
|
|
libsigrokhardware_la_LIBADD += link-mso19/libsigrok_hw_link_mso_19.la
|
2013-05-08 14:40:45 +00:00
|
|
|
endif
|
|
|
|
|
2013-01-30 15:58:01 +00:00
|
|
|
if HW_MIC_985XX
|
|
|
|
libsigrokhardware_la_LIBADD += mic-985xx/libsigrok_hw_mic_985xx.la
|
|
|
|
endif
|
|
|
|
|
2013-10-17 08:57:17 +00:00
|
|
|
if HW_NORMA_DMM
|
|
|
|
libsigrokhardware_la_LIBADD += norma-dmm/libsigrok_hw_norma_dmm.la
|
|
|
|
endif
|
|
|
|
|
2013-05-08 17:33:30 +00:00
|
|
|
if HW_OLS
|
2013-05-08 17:49:23 +00:00
|
|
|
libsigrokhardware_la_LIBADD += openbench-logic-sniffer/libsigrok_hw_ols.la
|
2011-01-08 02:32:25 +00:00
|
|
|
endif
|
|
|
|
|
2013-10-31 17:31:39 +00:00
|
|
|
if HW_RIGOL_DS
|
|
|
|
libsigrokhardware_la_LIBADD += rigol-ds/libsigrok_hw_rigol_ds.la
|
2012-12-29 21:22:10 +00:00
|
|
|
endif
|
|
|
|
|
2013-07-21 10:30:32 +00:00
|
|
|
if HW_SALEAE_LOGIC16
|
|
|
|
libsigrokhardware_la_LIBADD += saleae-logic16/libsigrok_hw_saleae_logic16.la
|
|
|
|
endif
|
|
|
|
|
2012-12-01 18:35:19 +00:00
|
|
|
if HW_SERIAL_DMM
|
2013-05-08 17:49:23 +00:00
|
|
|
libsigrokhardware_la_LIBADD += serial-dmm/libsigrok_hw_serial_dmm.la
|
2012-10-21 01:39:37 +00:00
|
|
|
endif
|
|
|
|
|
2014-01-13 21:49:55 +00:00
|
|
|
if HW_SYSCLK_LWLA
|
|
|
|
libsigrokhardware_la_LIBADD += sysclk-lwla/libsigrok_hw_sysclk_lwla.la
|
|
|
|
endif
|
|
|
|
|
2013-09-23 20:02:02 +00:00
|
|
|
if HW_TELEINFO
|
|
|
|
libsigrokhardware_la_LIBADD += teleinfo/libsigrok_hw_teleinfo.la
|
|
|
|
endif
|
|
|
|
|
2012-11-09 02:33:05 +00:00
|
|
|
if HW_TONDAJ_SL_814
|
|
|
|
libsigrokhardware_la_LIBADD += tondaj-sl-814/libsigrok_hw_tondaj_sl_814.la
|
|
|
|
endif
|
|
|
|
|
2012-10-27 20:41:50 +00:00
|
|
|
if HW_UNI_T_DMM
|
|
|
|
libsigrokhardware_la_LIBADD += uni-t-dmm/libsigrok_hw_uni_t_dmm.la
|
|
|
|
endif
|
|
|
|
|
2013-08-08 22:29:04 +00:00
|
|
|
if HW_UNI_T_UT32X
|
|
|
|
libsigrokhardware_la_LIBADD += uni-t-ut32x/libsigrok_hw_uni_t_ut32x.la
|
|
|
|
endif
|
|
|
|
|
2012-11-02 19:47:06 +00:00
|
|
|
if HW_VICTOR_DMM
|
|
|
|
libsigrokhardware_la_LIBADD += victor-dmm/libsigrok_hw_victor_dmm.la
|
|
|
|
endif
|
|
|
|
|
2013-05-08 17:33:30 +00:00
|
|
|
if HW_ZEROPLUS_LOGIC_CUBE
|
2013-05-08 17:49:23 +00:00
|
|
|
libsigrokhardware_la_LIBADD += zeroplus-logic-cube/libsigrok_hw_zeroplus.la
|
2012-04-22 23:05:58 +00:00
|
|
|
endif
|
|
|
|
|