summaryrefslogtreecommitdiff
path: root/ao-tools/ao-makebin/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ao-tools/ao-makebin/Makefile.am')
-rw-r--r--ao-tools/ao-makebin/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/ao-tools/ao-makebin/Makefile.am b/ao-tools/ao-makebin/Makefile.am
new file mode 100644
index 00000000..758097a4
--- /dev/null
+++ b/ao-tools/ao-makebin/Makefile.am
@@ -0,0 +1,12 @@
+bin_PROGRAMS=ao-makebin
+
+AM_CFLAGS=-I$(top_srcdir)/ao-tools/lib $(LIBUSB_CFLAGS)
+AO_ELFTOHEX_LIBS=$(top_builddir)/ao-tools/lib/libao-tools.a
+
+ao_makebin_DEPENDENCIES = $(AO_ELFTOHEX_LIBS)
+
+ao_makebin_LDADD=$(AO_ELFTOHEX_LIBS) -lelf
+
+ao_makebin_SOURCES=ao-makebin.c
+
+man_MANS = ao-makebin.1