summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAge
* Fix up 'make fat' to build all libs and micropeak tooKeith Packard2013-01-10
| | | | | | There are now three libraries to build for both altosui and micropeak. Signed-off-by: Keith Packard <keithp@keithp.com>
* Build micropeak by defaultKeith Packard2013-01-01
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Create altosuilib to share code between altosui and micropeakKeith Packard2012-12-31
| | | | | | Need to convert altosui to using it, but that shouldn't be hard 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>
* Build altosdroidKeith Packard2012-06-02
|
* altosui: Move java altoslib to top levelKeith Packard2012-06-02
| | | | | | This will be shared with other (android) java code. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Build with 'make all' from top level. Build with 'make fat'Keith Packard2011-01-18
| | | | | | | This will make sure the docs are up-to-date for both regular and fat builds. Signed-off-by: Keith Packard <keithp@keithp.com>
* update fat target in Makefiles to reflect move of altosui and libaltosBdale Garbee2010-11-25
|
* Missing change to top level Makefile to build altosuiKeith Packard2010-11-24
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Add firmware and libaltos to 'fat' target at top-levelKeith Packard2010-09-09
| | | | | | | This ensures that all of the necessary bits are available to construct the distribution images. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add top-level 'fat' target to aid building distribution filesKeith Packard2010-09-04
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Move usb scanning code to ao-tools libraryKeith Packard2009-09-04
| | | | | | | | | | This will allow the scanning code to be used by the command line tools as well as the ao-view GUI. Now that ao-view depends on the ao-tools library, it has been moved to the ao-tools directory as well. Signed-off-by: Keith Packard <keithp@keithp.com>
* Create ChangeLog from git logKeith Packard2009-08-18
|
* Rename tools to ao-<foo>Keith Packard2009-08-18
| | | | | | | Use a consistent prefix to make it easier to remember which programs belong to this package Signed-off-by: Keith Packard <keithp@keithp.com>
* Add ejection computation utilityKeith Packard2009-06-17
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Move build and debug tools to 'cctools' directory.Keith Packard2009-06-04
| | | | | | These tools were merged in from the ccdbg package. Signed-off-by: Keith Packard <keithp@keithp.com>
* Merge ccdbg and altos sources into one giant repositoryKeith Packard2009-06-04
|\ | | | | | | | | | | Keeping these separate isn't making things any easier. Signed-off-by: Keith Packard <keithp@keithp.com>
| * Add aoload to load serial-numbered altos binaries.Keith Packard2009-05-27
| | | | | | | | | | | | | | aoload is a custom version of ccload which edits the data before sending it to the target machine, writing the target serial number into the data. Signed-off-by: Keith Packard <keithp@keithp.com>
| * Add ccdumpKeith Packard2009-04-12
| |
| * working beep at around 4khzBdale Garbee2009-03-18
| |
| * Add ccmanualKeith Packard2009-03-07
| |
| * Add more commands to s51 assembly-language debuggerKeith Packard2008-12-22
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * Autotools.Keith Packard2008-12-19
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Use autotools, move altos to src subdirKeith Packard2009-06-04
Signed-off-by: Keith Packard <keithp@keithp.com>