git subrepo clone https://github.com/agottem/weld.git weld

subrepo:
  subdir:   "weld"
  merged:   "d0cd07b"
upstream:
  origin:   "https://github.com/agottem/weld.git"
  branch:   "master"
  commit:   "d0cd07b"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"

Change-Id: I109553651e97fd93e00aa555d171ca9d04ce8585
diff --git a/weld/paths.mk b/weld/paths.mk
new file mode 100644
index 0000000..85d8877
--- /dev/null
+++ b/weld/paths.mk
@@ -0,0 +1,16 @@
+# Copyright 2015 Andrew Gottemoller.
+#
+# This software is a copyrighted work licensed under the terms of the
+# Weld license.  Please consult the file "WELD_LICENSE" for
+# details.
+
+# This make file derives all the necessary paths the weld build will
+# require
+def_file_name := def.mk
+
+output_path          := $(build_path)/$(platform)/$(arch)/$(mode)
+bin_output_path      := $(output_path)/bin
+lib_output_path      := $(output_path)/lib
+obj_output_path      := $(output_path)/obj
+header_output_path   := $(output_path)/include
+resource_output_path := $(output_path)/bin