summaryrefslogtreecommitdiff
path: root/apps/examples/webserver
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-06 13:19:02 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-06 13:19:02 -0600
commit1b6ab008c156bdb619306c20852c838ccebc5bec (patch)
tree674d9cb2da030fa75f6cbacb79900f6ce459d546 /apps/examples/webserver
parentccf351b1e299b1d6387f825bbab06d8d3cc7c80a (diff)
downloadnuttx-1b6ab008c156bdb619306c20852c838ccebc5bec.tar.gz
nuttx-1b6ab008c156bdb619306c20852c838ccebc5bec.tar.bz2
nuttx-1b6ab008c156bdb619306c20852c838ccebc5bec.zip
Add generic setup logic to every Makefile that installs a program. Each will need customization
Diffstat (limited to 'apps/examples/webserver')
-rw-r--r--apps/examples/webserver/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/examples/webserver/Makefile b/apps/examples/webserver/Makefile
index f36022d30..a6c520079 100644
--- a/apps/examples/webserver/Makefile
+++ b/apps/examples/webserver/Makefile
@@ -58,6 +58,15 @@ else
endif
endif
+ifeq ($(WINTOOL),y)
+ INSTALL_DIR = "${shell cygpath -w $(BIN_DIR)}"
+else
+ INSTALL_DIR = $(BIN_DIR)
+endif
+
+CONFIG_XYZ_PROGNAME ?= xyz$(EXEEXT)
+PROGNAME = $(CONFIG_XYZ_PROGNAME)
+
ROOTDEPPATH = --dep-path .
# Common build