blob: ab4e51a1b74d6cc2f530be5b156ea4a08eb9750a [file] [log] [blame]
Matthias Andreas Benkardf59e0972018-04-10 22:01:34 +02001# Copyright 2015 Andrew Gottemoller.
2#
3# This software is a copyrighted work licensed under the terms of the
4# Weld license. Please consult the file "WELD_LICENSE" for
5# details.
6
7# This makefile defines how to construct compilation rules for c
8# component definitions. Since c is vastly superior to cpp,
9# cpp component definitions will also include this file.
10
11
12# Include the compile rules for c component definitions.
13include $(weld_path)/toolchain/$(c_toolchain)/compile.mk