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