summaryrefslogtreecommitdiff
path: root/ao-tools/ao-test-igniter/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-06-22 21:12:37 -0700
committerKeith Packard <keithp@keithp.com>2014-06-22 23:52:53 -0700
commitfc3364de2b6cdfff53f5c38b3ae52ae5601ff3b7 (patch)
tree53a1f6553c5944e9752a6cad569b6a0fea976f4b /ao-tools/ao-test-igniter/Makefile.am
parent6cc2d671c0e335fbedb0e97699f8f273502c6807 (diff)
ao-tools: Add ao-test-baro, ao-test-igniter and ao-test-flash
C versions of the test programs used to validate hardware prior to ship Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/ao-test-igniter/Makefile.am')
-rw-r--r--ao-tools/ao-test-igniter/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/ao-tools/ao-test-igniter/Makefile.am b/ao-tools/ao-test-igniter/Makefile.am
new file mode 100644
index 00000000..e24ed469
--- /dev/null
+++ b/ao-tools/ao-test-igniter/Makefile.am
@@ -0,0 +1,11 @@
+bin_PROGRAMS=ao-test-igniter
+
+AM_CFLAGS=-I$(top_srcdir)/ao-tools/lib $(LIBUSB_CFLAGS)
+
+ao_test_igniter_DEPENDENCIES = $(top_builddir)/ao-tools/lib/libao-tools.a
+
+ao_test_igniter_LDADD=$(top_builddir)/ao-tools/lib/libao-tools.a $(LIBUSB_LIBS)
+
+ao_test_igniter_SOURCES=ao-test-igniter.c
+
+man_MANS = ao-test-igniter.1