X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=6cb201a8f54d76655bde911b658ee3bc0016b485;hb=7f4c9a0444a72031cd13cef46e2149067f20a27a;hp=4303e0c9065a35b6b694a9bcf13091be047e6766;hpb=6a25fa42388fa3ddf7f519c7d1f6b641b9d6cf6f;p=libsigrok.git diff --git a/Makefile.am b/Makefile.am index 4303e0c9..6cb201a8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -74,10 +74,12 @@ libsigrok_la_SOURCES += \ src/input/binary.c \ src/input/chronovu_la8.c \ src/input/csv.c \ + src/input/logicport.c \ src/input/raw_analog.c \ src/input/trace32_ad.c \ src/input/vcd.c \ - src/input/wav.c + src/input/wav.c \ + src/input/null.c # Output modules libsigrok_la_SOURCES += \ @@ -92,7 +94,8 @@ libsigrok_la_SOURCES += \ src/output/hex.c \ src/output/ols.c \ src/output/srzip.c \ - src/output/vcd.c + src/output/vcd.c \ + src/output/null.c # Transform modules libsigrok_la_SOURCES += \ @@ -105,7 +108,6 @@ libsigrok_la_SOURCES += \ libsigrok_la_SOURCES += \ src/scpi.h \ src/scpi/scpi.c \ - src/scpi/helpers.c \ src/scpi/scpi_tcp.c if NEED_RPC libsigrok_la_SOURCES += \ @@ -155,7 +157,9 @@ libsigrok_la_SOURCES += \ src/dmm/ut71x.c \ src/dmm/ut372.c \ src/dmm/vc870.c \ - src/dmm/dtm0660.c + src/dmm/dtm0660.c \ + src/dmm/ms8250d.c \ + src/dmm/vc96.c # Hardware (LCR chip parsers) if NEED_SERIAL @@ -288,6 +292,12 @@ src_libdrivers_la_SOURCES += \ src/hardware/dreamsourcelab-dslogic/protocol.c \ src/hardware/dreamsourcelab-dslogic/api.c endif +if HW_FLUKE_45 +src_libdrivers_la_SOURCES += \ + src/hardware/fluke-45/protocol.h \ + src/hardware/fluke-45/protocol.c \ + src/hardware/fluke-45/api.c +endif if HW_FLUKE_DMM src_libdrivers_la_SOURCES += \ src/hardware/fluke-dmm/protocol.h \ @@ -318,24 +328,30 @@ src_libdrivers_la_SOURCES += \ src/hardware/gwinstek-gds-800/protocol.c \ src/hardware/gwinstek-gds-800/api.c endif +if HW_GWINSTEK_GPD +src_libdrivers_la_SOURCES += \ + src/hardware/gwinstek-gpd/protocol.h \ + src/hardware/gwinstek-gpd/protocol.c \ + src/hardware/gwinstek-gpd/api.c +endif if HW_HAMEG_HMO src_libdrivers_la_SOURCES += \ src/hardware/hameg-hmo/protocol.h \ src/hardware/hameg-hmo/protocol.c \ src/hardware/hameg-hmo/api.c endif -if HW_HANTEK_6XXX -src_libdrivers_la_SOURCES += \ - src/hardware/hantek-6xxx/protocol.h \ - src/hardware/hantek-6xxx/protocol.c \ - src/hardware/hantek-6xxx/api.c -endif if HW_HANTEK_4032L src_libdrivers_la_SOURCES += \ src/hardware/hantek-4032l/protocol.h \ src/hardware/hantek-4032l/protocol.c \ src/hardware/hantek-4032l/api.c endif +if HW_HANTEK_6XXX +src_libdrivers_la_SOURCES += \ + src/hardware/hantek-6xxx/protocol.h \ + src/hardware/hantek-6xxx/protocol.c \ + src/hardware/hantek-6xxx/api.c +endif if HW_HANTEK_DSO src_libdrivers_la_SOURCES += \ src/hardware/hantek-dso/protocol.h \ @@ -348,6 +364,12 @@ src_libdrivers_la_SOURCES += \ src/hardware/hp-3457a/protocol.c \ src/hardware/hp-3457a/api.c endif +if HW_HP_3478A +src_libdrivers_la_SOURCES += \ + src/hardware/hp-3478a/protocol.h \ + src/hardware/hp-3478a/protocol.c \ + src/hardware/hp-3478a/api.c +endif if HW_HUNG_CHANG_DSO_2100 src_libdrivers_la_SOURCES += \ src/hardware/hung-chang-dso-2100/protocol.h \ @@ -366,6 +388,12 @@ src_libdrivers_la_SOURCES += \ src/hardware/ikalogic-scanaplus/protocol.c \ src/hardware/ikalogic-scanaplus/api.c endif +if HW_IPDBG_LOGIC_ANALYSER +src_libdrivers_la_SOURCES += \ + src/hardware/ipdbg-logic-analyser/protocol.h \ + src/hardware/ipdbg-logic-analyser/protocol.c \ + src/hardware/ipdbg-logic-analyser/api.c +endif if HW_KECHENG_KC_330B src_libdrivers_la_SOURCES += \ src/hardware/kecheng-kc-330b/protocol.h \ @@ -450,6 +478,12 @@ src_libdrivers_la_SOURCES += \ src/hardware/pipistrello-ols/protocol.c \ src/hardware/pipistrello-ols/api.c endif +if HW_RDTECH_DPS +src_libdrivers_la_SOURCES += \ + src/hardware/rdtech-dps/protocol.h \ + src/hardware/rdtech-dps/protocol.c \ + src/hardware/rdtech-dps/api.c +endif if HW_RIGOL_DS src_libdrivers_la_SOURCES += \ src/hardware/rigol-ds/protocol.h \ @@ -491,6 +525,12 @@ if HW_SERIAL_LCR src_libdrivers_la_SOURCES += \ src/hardware/serial-lcr/api.c endif +if HW_SIGLENT_SDS +src_libdrivers_la_SOURCES += \ + src/hardware/siglent-sds/protocol.h \ + src/hardware/siglent-sds/protocol.c \ + src/hardware/siglent-sds/api.c +endif if HW_SYSCLK_LWLA src_libdrivers_la_SOURCES += \ src/hardware/sysclk-lwla/lwla.h \ @@ -555,6 +595,12 @@ src_libdrivers_la_SOURCES += \ src/hardware/zeroplus-logic-cube/protocol.c \ src/hardware/zeroplus-logic-cube/api.c endif +if HW_ZKETECH_EBD_USB +src_libdrivers_la_SOURCES += \ + src/hardware/zketech-ebd-usb/protocol.h \ + src/hardware/zketech-ebd-usb/protocol.c \ + src/hardware/zketech-ebd-usb/api.c +endif libsigrok_la_LIBADD = src/libdrivers.lo $(SR_EXTRA_LIBS) $(LIBSIGROK_LIBS) libsigrok_la_LDFLAGS = -version-info $(SR_LIB_VERSION) -no-undefined