libsigrok/output
Uwe Hermann 340f6e7aea Fix out-of-tree build.
Use libtool "noinst" local helper libs and use one Makefile.am per
subdir, which is the usual/preferred method. These helper libraries are
purely local and will not be installed.

This also fixes out-of-tree builds of sigrok, i.e. building in a
directory other than the sigrok source directory, e.g.

 $ cd /home/user
 $ git clone ...sigrok
 $ cd sigrok
 $ ./autogen.sh
 $ mkdir /tmp/foo
 $ cd /tmp/foo
 $ /home/user/sigrok/configure
 $ make
 $ make install

This will place all build results (.o files, .la files, etc) in the
local build directory (/tmp/foo) instead of the source directory
(/home/user/sigrok in this example). The installation directory is
selected via the --prefix configure option (/usr/local per default).
2011-01-08 03:32:25 +01:00
..
Makefile.am Fix out-of-tree build. 2011-01-08 03:32:25 +01:00
common.c Use 'kHz' (not 'KHz') consistently. 2010-05-27 01:51:55 +02:00
output.c Refactoring and code simplifications. 2010-04-15 23:21:30 +02:00
output_binary.c output_binary: Code simplifications. 2010-05-09 22:06:28 +02:00
output_gnuplot.c Cosmetics, whitespace, simplifications. 2011-01-08 01:49:47 +01:00
output_skeleton.c output: Coding style fixes. 2010-04-15 20:36:04 +02:00
output_text.c Cosmetics, whitespace, simplifications. 2011-01-08 01:49:47 +01:00
output_vcd.c Cosmetics, whitespace, simplifications. 2011-01-08 01:49:47 +01:00