summaryrefslogtreecommitdiff
path: root/cctools/aoload/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-06-04 11:20:10 -0700
committerKeith Packard <keithp@keithp.com>2009-06-04 11:20:10 -0700
commit208bc15714c7b4020c017eef19011c4eb9ab51e2 (patch)
treee49f0098dd29ec7666655c749ce4374c03d96591 /cctools/aoload/Makefile.am
parent17d2432a8b9c15963cd3b821f025ad33972ef477 (diff)
Move build and debug tools to 'cctools' directory.
These tools were merged in from the ccdbg package. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'cctools/aoload/Makefile.am')
-rw-r--r--cctools/aoload/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/cctools/aoload/Makefile.am b/cctools/aoload/Makefile.am
new file mode 100644
index 00000000..48fb89f3
--- /dev/null
+++ b/cctools/aoload/Makefile.am
@@ -0,0 +1,10 @@
+bin_PROGRAMS=aoload
+
+AM_CFLAGS=-I$(top_srcdir)/cctools/lib $(LIBUSB_CFLAGS)
+AOLOAD_LIBS=$(top_builddir)/cctools/lib/libcc.a
+
+aoload_DEPENDENCIES = $(AOLOAD_LIBS)
+
+aoload_LDADD=$(AOLOAD_LIBS) $(LIBUSB_LIBS)
+
+aoload_SOURCES = aoload.c