summaryrefslogtreecommitdiff
path: root/libaltos/Makefile.am
Commit message (Collapse)AuthorAge
* Use discovered java path for compiler and jni include filesKeith Packard2019-07-17
| | | | | | | | Instead of using the discovered java bits just for jni.h, also use javac from that directory. Add JAVA_VERSION param to set language version for newer compilers. Signed-off-by: Keith Packard <keithp@keithp.com>
* libaltos: Add btle test programKeith Packard2017-07-21
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* libaltos: Add Windows BT support. Split into separate source files.Keith Packard2016-03-20
| | | | | | Add Bluetooth support to Windows. Split libaltos into separate files. Signed-off-by: Keith Packard <keithp@keithp.com>
* libaltos: jni_md.h moved to linux subdir in Java installKeith Packard2016-03-06
| | | | | | Add the linux subdir to CFLAGS to find it. Signed-off-by: Keith Packard <keithp@keithp.com>
* libaltos: Bind to libbluetooth at runtime on demandKeith Packard2014-07-10
| | | | | | This lets us reliably start and run without libbluetooth present. Signed-off-by: Keith Packard <keithp@keithp.com>
* libaltos: Link so with -znoexecstack flagKeith Packard2014-02-23
| | | | | | | This marks the library as not requiring an executable stack, which openjdk prefers Signed-off-by: Keith Packard <keithp@keithp.com>
* libaltos: Build -m64 and -m32 for fat tarball when possibleKeith Packard2014-01-01
| | | | | | | Check to see if we can compile libaltos for both 32 bit and 64 bit systems, and then use those when generating the linux tarball. Signed-off-by: Keith Packard <keithp@keithp.com>
* java: Missed libaltos java compile flags from previous patchKeith Packard2013-12-10
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* libaltos: Build the linux library targets when doing a 'fat' buildKeith Packard2013-05-17
| | | | | | These are necessary for the fat release, so make sure they're built then. Signed-off-by: Keith Packard <keithp@keithp.com>
* Move libaltos to top levelKeith Packard2012-12-25
This will let it be shared by the new MicroPeak gui Signed-off-by: Keith Packard <keithp@keithp.com>