summaryrefslogtreecommitdiff
path: root/ao-tools/libaltos/Makefile
Commit message (Collapse)AuthorAge
* Use autotools for altosui and libaltosKeith Packard2010-09-04
| | | | | | | This switches from hand-written Makefiles to automake with libtool for these parts of the system. Signed-off-by: Keith Packard <keithp@keithp.com>
* add distclean targets to libaltos and altosui to all Debian package to buildBdale Garbee2010-09-02
|
* make invocation of 'install' pathless to work on more Unix variantsBdale Garbee2010-08-30
|
* libaltos: Improve MakefileKeith Packard2010-08-30
| | | | | | | | | Builds Windows .dll correctly now and sample app. Moves linux install target to end so it is not default Adds .NOTPARALLEL to disable parallel gnumake. Removes -g debugging flags to shrink file size. Signed-off-by: Keith Packard <keithp@keithp.com>
* libaltos: Missing OS_LDFLAGS on cjnitest buildKeith Packard2010-08-29
|
* add install target for libaltosBdale Garbee2010-08-27
|
* add a dummy install targetBdale Garbee2010-08-27
|
* libaltos: integrate Windows support.Keith Packard2010-08-17
| | | | | | | | | | | This adds Windows support for discovery and I/O. The API to the library is mostly unchanged, except that it now exports product and vendor USB IDs as Win7 doesn't expose the product name anywhere that we've been able to find, so we'll be updating the firmware to use unique idProduct values for each product. Signed-off-by: Keith Packard <keithp@keithp.com>
* libaltos: build with java src encoding UTF8Keith Packard2010-07-29
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* libaltos: build fat 10.5-compatible libraryKeith Packard2010-07-27
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* libaltos: make clean remove all built filesKeith Packard2010-07-27
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* libaltos needs -I. on all systemsKeith Packard2010-07-27
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Re-enable Linux support for altosui.Keith Packard2010-07-26
| | | | | | | This steals code from cc-usbdev for scanning the USB tree and uses the same tty code as on Darwin Signed-off-by: Keith Packard <keithp@keithp.com>
* Add libaltos which talks to USB connected altos devicesKeith Packard2010-07-26