Move usb scanning code to ao-tools library
authorKeith Packard <keithp@keithp.com>
Fri, 4 Sep 2009 20:00:02 +0000 (13:00 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 4 Sep 2009 20:00:02 +0000 (13:00 -0700)
commit0c771d999914f9d17c723900f2987acc45fd0fbb
treeede2198ac1d3230320a4b27407cbf3f5cc6d4bf7
parent15341b6e6dcf52df083d6aa37ef881ea6ad48ee5
Move usb scanning code to ao-tools library

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>
51 files changed:
INSTALL
Makefile.am
ao-tools/Makefile.am
ao-tools/ao-view/.gitignore [new file with mode: 0644]
ao-tools/ao-view/Makefile.am [new file with mode: 0644]
ao-tools/ao-view/ao-view.1 [new file with mode: 0644]
ao-tools/ao-view/aoview.glade [new file with mode: 0644]
ao-tools/ao-view/aoview.h [new file with mode: 0644]
ao-tools/ao-view/aoview_convert.c [new file with mode: 0644]
ao-tools/ao-view/aoview_dev_dialog.c [new file with mode: 0644]
ao-tools/ao-view/aoview_eeprom.c [new file with mode: 0644]
ao-tools/ao-view/aoview_file.c [new file with mode: 0644]
ao-tools/ao-view/aoview_flite.c [new file with mode: 0644]
ao-tools/ao-view/aoview_label.c [new file with mode: 0644]
ao-tools/ao-view/aoview_log.c [new file with mode: 0644]
ao-tools/ao-view/aoview_main.c [new file with mode: 0644]
ao-tools/ao-view/aoview_monitor.c [new file with mode: 0644]
ao-tools/ao-view/aoview_replay.c [new file with mode: 0644]
ao-tools/ao-view/aoview_serial.c [new file with mode: 0644]
ao-tools/ao-view/aoview_state.c [new file with mode: 0644]
ao-tools/ao-view/aoview_table.c [new file with mode: 0644]
ao-tools/ao-view/aoview_util.c [new file with mode: 0644]
ao-tools/ao-view/aoview_voice.c [new file with mode: 0644]
ao-tools/ao-view/design [new file with mode: 0644]
ao-tools/lib/Makefile.am
ao-tools/lib/cc-usbdev.c [new file with mode: 0644]
ao-tools/lib/cc-util.c [new file with mode: 0644]
ao-tools/lib/cc.h [new file with mode: 0644]
ao-view/.gitignore [deleted file]
ao-view/Makefile.am [deleted file]
ao-view/ao-view.1 [deleted file]
ao-view/aoview.glade [deleted file]
ao-view/aoview.h [deleted file]
ao-view/aoview_convert.c [deleted file]
ao-view/aoview_dev.c [deleted file]
ao-view/aoview_dev_dialog.c [deleted file]
ao-view/aoview_eeprom.c [deleted file]
ao-view/aoview_file.c [deleted file]
ao-view/aoview_flite.c [deleted file]
ao-view/aoview_label.c [deleted file]
ao-view/aoview_log.c [deleted file]
ao-view/aoview_main.c [deleted file]
ao-view/aoview_monitor.c [deleted file]
ao-view/aoview_replay.c [deleted file]
ao-view/aoview_serial.c [deleted file]
ao-view/aoview_state.c [deleted file]
ao-view/aoview_table.c [deleted file]
ao-view/aoview_util.c [deleted file]
ao-view/aoview_voice.c [deleted file]
ao-view/design [deleted file]
configure.ac