libsigrok/hardware/common
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
ezusb.c hardware/common: Coding style fixes. 2010-04-15 20:55:57 +02:00
misc.c Factor out opendev2/opendev3. 2010-05-18 00:05:10 +02:00
serial.c oops, fix serial_flush() 2010-08-12 06:04:44 +02:00
skeleton.c skeleton.c: Update to latest prototypes. 2010-05-20 23:41:34 +02:00