diff options
| author | Keith Packard <keithp@keithp.com> | 2013-03-18 22:12:48 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-03-18 22:12:48 -0700 |
| commit | 548cf57d5a5ea323bbfc3605b44c23fc48dec96b (patch) | |
| tree | 017270560f59293d513d7c6934b908c7e6de6ebc /ao-tools/ao-dump-up/Makefile.am | |
| parent | d171d10d97307a1a1a62e660e9194121b79a09be (diff) | |
ao-tools: add ao-dump-up
Dumps out a µP log. Useful for µPusb bring-up
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/ao-dump-up/Makefile.am')
| -rw-r--r-- | ao-tools/ao-dump-up/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
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 |
