summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAge
* Create directory on keithp.com when uploading devel versionKeith Packard2015-10-13
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Add 'keithp-fat' target for uploading temporary builds to keithp's machineKeith Packard2015-02-06
| | | | | | | This lets me quickly prepare a new test version for Windows/Mac in a single command. Signed-off-by: Keith Packard <keithp@keithp.com>
* icon: Construct .exe files to hold windows icons for file associationsKeith Packard2014-06-18
| | | | | | | | It appears that creating an executable with an icon resource is the only way to display icons for files. Fortunately, that's not all that hard. Signed-off-by: Keith Packard <keithp@keithp.com>
* Build telegps distribution bits with 'make fat'Keith Packard2014-05-29
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* telegps: Add first version of telegpsKeith Packard2014-05-28
| | | | | | Not much implemented yet, but a shell of the UI and the map Signed-off-by: Keith Packard <keithp@keithp.com>
* Move .desktop and icon management out of debian dirKeith Packard2014-02-16
| | | | | | | This constructs a .desktop file from a template and installs it, along with suitable .svg icons, during the normal build process Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-tools: Add ao-flash-stm and ao-flash-lpc scriptsKeith Packard2013-12-07
| | | | | | These use openocd to download boot loaders to the arm-based products Signed-off-by: Keith Packard <keithp@keithp.com>
* Change AltosLib to altoslibKeith Packard2013-01-29
| | | | | | Follow Java conventions Signed-off-by: Keith Packard <keithp@keithp.com>
* 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>