aboutsummaryrefslogtreecommitdiff
path: root/example/classifier
diff options
context:
space:
mode:
authorNicolas Morey-Chaisemartin <nmorey@kalray.eu>2015-06-29 16:53:15 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-06-29 19:04:48 +0300
commit0274087af20ff1f7ed1e9c5f6de3ff12798e6a9c (patch)
tree323426581a7073c9f91500d2cb597ddcdfa02b87 /example/classifier
parent926c7bf578329ec936ac1933db232768d781e2f9 (diff)
configurable binaries extension
Add $(EXEEXT) to all binary generated so platform can easily configure the binaries extension and use the LOG_COMPILER features of automake. This should have no visible effect unless EXEEXT is set by the configure Signed-off-by: Nicolas Morey-Chaisemartin <nmorey@kalray.eu> Acked-by: Anders Roxell <anders.roxell@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'example/classifier')
-rw-r--r--example/classifier/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/classifier/Makefile.am b/example/classifier/Makefile.am
index 938f094..0c66e14 100644
--- a/example/classifier/Makefile.am
+++ b/example/classifier/Makefile.am
@@ -1,6 +1,6 @@
include $(top_srcdir)/example/Makefile.inc
-bin_PROGRAMS = odp_classifier
+bin_PROGRAMS = odp_classifier$(EXEEXT)
odp_classifier_LDFLAGS = $(AM_LDFLAGS) -static
odp_classifier_CFLAGS = $(AM_CFLAGS) -I${top_srcdir}/example