]> sigrok.org Git - libsigrok.git/blobdiff - Makefile.am
Doxyfile/Doxyfile_internal: Bump version number to 0.3.0.
[libsigrok.git] / Makefile.am
index 481bbe3ccff9acd44b6bc0d6795ed807a3b06adf..0bda21322898bc43dad4799f1327fe565e035eba 100644 (file)
@@ -49,23 +49,22 @@ libsigrok_la_SOURCES += \
 
 # Output formats
 libsigrok_la_SOURCES += \
-       output/binary.c \
+       output/output.c \
+       output/analog.c \
+       output/ascii.c \
        output/bits.c \
-       output/vcd.c \
-       output/ols.c \
-       output/gnuplot.c \
-       output/chronovu_la8.c \
+       output/binary.c \
        output/csv.c \
-       output/analog.c \
-       output/output.c \
+       output/chronovu_la8.c \
+       output/gnuplot.c \
        output/hex.c \
-       output/ascii.c
+       output/ols.c \
+       output/vcd.c
 
 # Hardware (common files)
 libsigrok_la_SOURCES += \
        hardware/common/scpi.c \
-       hardware/common/scpi_tcp.c \
-       hardware/common/scpi_usbtmc.c
+       hardware/common/scpi_tcp.c
 if NEED_RPC
 libsigrok_la_SOURCES += \
        hardware/common/scpi_vxi.c \
@@ -105,12 +104,6 @@ libsigrok_la_SOURCES += \
        hardware/agilent-dmm/agilent-dmm.h \
        hardware/agilent-dmm/sched.c
 endif
-if HW_ALSA
-libsigrok_la_SOURCES += \
-       hardware/alsa/protocol.h \
-       hardware/alsa/protocol.c \
-       hardware/alsa/api.c
-endif
 if HW_APPA_55II
 libsigrok_la_SOURCES += \
        hardware/appa-55ii/protocol.h \
@@ -229,12 +222,6 @@ libsigrok_la_SOURCES += \
        hardware/lascar-el-usb/protocol.c \
        hardware/lascar-el-usb/api.c
 endif
-if HW_LINK_MSO19
-libsigrok_la_SOURCES += \
-       hardware/link-mso19/protocol.h \
-       hardware/link-mso19/protocol.c \
-       hardware/link-mso19/api.c
-endif
 if HW_MIC_985XX
 libsigrok_la_SOURCES += \
        hardware/mic-985xx/protocol.h \