SQ50 patches for libsigrok
Go to file
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
hardware Fix out-of-tree build. 2011-01-08 03:32:25 +01:00
input Fix out-of-tree build. 2011-01-08 03:32:25 +01:00
output Fix out-of-tree build. 2011-01-08 03:32:25 +01:00
Makefile.am Fix out-of-tree build. 2011-01-08 03:32:25 +01:00
backend.c libsigrok: Coding style fixes. 2010-04-15 20:07:16 +02:00
datastore.c datastore_new(): Use int as return value. 2010-05-09 22:06:27 +02:00
debug.c libsigrok: Coding style fixes. 2010-04-15 20:07:16 +02:00
device.c Cosmetics, whitespace, simplifications. 2011-01-08 01:49:47 +01:00
filter.c filter.c: Error handling, code simplification. 2010-05-09 22:06:30 +02:00
hwplugin.c Initial, unfinished demo/simulation hardware driver. 2011-01-06 19:16:47 +01:00
libsigrok.pc.in pkg-config: Add (semi-generated) libsigrok.pc. 2010-05-11 22:28:09 +02:00
session.c libsigrok: More coding style fixes. 2010-04-15 20:16:53 +02:00
sigrok.h Cosmetics, whitespace, simplifications. 2011-01-08 01:49:47 +01:00