X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=5501968fa42bfc28d2e848fcc079fd50a0705880;hb=4439363aa02928098eab8dcd18b5ccb41737c882;hp=48285ddc44c53196ce20a05031719cd57ad68dc1;hpb=b020b81b24bf6987cccffc3ea84049e66b9ccdb3;p=libsigrok.git diff --git a/Makefile.am b/Makefile.am index 48285ddc..5501968f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -376,6 +376,12 @@ src_libdrivers_la_SOURCES += \ src/hardware/lecroy-logicstudio/protocol.c \ src/hardware/lecroy-logicstudio/api.c endif +if HW_LECROY_XSTREAM +src_libdrivers_la_SOURCES += \ + src/hardware/lecroy-xstream/protocol.h \ + src/hardware/lecroy-xstream/protocol.c \ + src/hardware/lecroy-xstream/api.c +endif if HW_MANSON_HCS_3XXX src_libdrivers_la_SOURCES += \ src/hardware/manson-hcs-3xxx/protocol.h \ @@ -430,6 +436,12 @@ src_libdrivers_la_SOURCES += \ src/hardware/rigol-ds/protocol.c \ src/hardware/rigol-ds/api.c endif +if HW_ROHDE_SCHWARZ_SME_0X +src_libdrivers_la_SOURCES += \ + src/hardware/rohde-schwarz-sme-0x/protocol.h \ + src/hardware/rohde-schwarz-sme-0x/protocol.c \ + src/hardware/rohde-schwarz-sme-0x/api.c +endif if HW_SALEAE_LOGIC16 src_libdrivers_la_SOURCES += \ src/hardware/saleae-logic16/protocol.h \ @@ -589,6 +601,11 @@ INSTALL_EXTRA = UNINSTALL_EXTRA = CLEAN_EXTRA = +libsigrok-uninstall: + -rmdir $(DESTDIR)$(includedir)/libsigrok + +UNINSTALL_EXTRA += libsigrok-uninstall + if BINDINGS_CXX lib_LTLIBRARIES += bindings/cxx/libsigrokcxx.la @@ -631,6 +648,11 @@ cxx-clean: CLEAN_EXTRA += cxx-clean +cxx-uninstall: + -rmdir $(DESTDIR)$(includedir)/libsigrokcxx + +UNINSTALL_EXTRA += cxx-uninstall + endif CPPXMLDOC = bindings/cxx/doxy/xml/index.xml @@ -813,7 +835,7 @@ endif all-local: $(BUILD_EXTRA) install-exec-local: $(INSTALL_EXTRA) -uninstall-local: $(UNINSTALL_EXTRA) +uninstall-hook: $(UNINSTALL_EXTRA) clean-local: $(CLEAN_EXTRA) .PHONY: dist-changelog