libsigrok/output
Uwe Hermann 67bd805523 Switch to a non-recursive automake setup.
Instead of >= 44 Makefile.am's we now only have one top-level
Makefile.am, and use the 'subdir-objects' automake option to
handle the build via non-recursive (auto)make.

This has the advantage of fewer (boilerplate or other) files and less
clutter in general, as well as performance advantages since the new
setup can build many files in parallel (with 'make -j'), not only 2 or 3
files within the same (e.g. hardware/xxxx/* subdirectory) and also since
we no longer need to build intermediate libtool helper libs per subdirectory.

A quick, non-scientific test build on a quad-core laptop with 'make -j 4'
yields a build time reduction from 35s to 19s.

All autotools features that worked before are still intact without any
regressions, including the Make targets 'install', 'uninstall', 'check',
'dist', 'clean', 'distclean' and so on, as well as all the usual portability
handling (build works on any OS, with any Make implementation such as
GNU Make or BSD Make, with any shell such as sh/ksh/zsh/bash/dash, etc. etc.)
and features such as out-of-tree build support, cross-compile support,
testsuite support (also with colored output), "silent make rules", etc. etc.
2014-03-20 13:10:05 +01:00
..
text Switch to a non-recursive automake setup. 2014-03-20 13:10:05 +01:00
analog.c output/analog: Add missing space (consistency). 2014-01-01 17:38:05 +01:00
binary.c Centralise duplicated logging helper defines. 2013-12-27 12:54:05 +01:00
chronovu_la8.c Skip analog probes in logic-only output formats. 2013-12-29 10:57:38 +01:00
csv.c output/csv: Drop last separators as needed. 2014-01-23 23:11:34 +01:00
gnuplot.c gnuplot: proper error message when using gnuplot output without logic probe 2014-01-14 22:59:33 +01:00
ols.c Skip analog probes in logic-only output formats. 2013-12-29 10:57:38 +01:00
output.c GPL headers: Use correct project name. 2013-04-23 22:24:30 +02:00
vcd.c output/vcd: Extend output stream to last sample. 2014-02-05 01:18:05 +01:00