From 548cf57d5a5ea323bbfc3605b44c23fc48dec96b Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 18 Mar 2013 22:12:48 -0700 Subject: ao-tools: add ao-dump-up MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dumps out a µP log. Useful for µPusb bring-up Signed-off-by: Keith Packard --- ao-tools/ao-dump-up/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ao-tools/ao-dump-up/Makefile.am (limited to 'ao-tools/ao-dump-up/Makefile.am') diff --git a/ao-tools/ao-dump-up/Makefile.am b/ao-tools/ao-dump-up/Makefile.am new file mode 100644 index 00000000..94bb94a9 --- /dev/null +++ b/ao-tools/ao-dump-up/Makefile.am @@ -0,0 +1,12 @@ +bin_PROGRAMS=ao-dump-up + +AM_CFLAGS=-I$(top_srcdir)/ao-tools/lib $(LIBUSB_CFLAGS) $(GNOME_CFLAGS) +AO_DUMP_LOG_LIBS=$(top_builddir)/ao-tools/lib/libao-tools.a + +ao_dump_up_DEPENDENCIES = $(AO_DUMP_LOG_LIBS) + +ao_dump_up_LDADD=$(AO_DUMP_LOG_LIBS) $(LIBUSB_LIBS) $(GNOME_LIBS) + +ao_dump_up_SOURCES = ao-dump-up.c + +man_MANS = ao-dump-up.1 -- cgit v1.2.3