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/lang/c.mk b/weld/lang/c.mk
new file mode 100644
index 0000000..ab4e51a
--- /dev/null
+++ b/weld/lang/c.mk
@@ -0,0 +1,13 @@
+# 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 makefile defines how to construct compilation rules for c
+# component definitions. Since c is vastly superior to cpp,
+# cpp component definitions will also include this file.
+
+
+# Include the compile rules for c component definitions.
+include $(weld_path)/toolchain/$(c_toolchain)/compile.mk