Matthias Andreas Benkard | f59e097 | 2018-04-10 22:01:34 +0200 | [diff] [blame] | 1 | # 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 cpp | ||||
8 | # component definitions | ||||
9 | |||||
10 | |||||
11 | # cpp is compatible with the c compilation rules so just include the | ||||
12 | # c stuff | ||||
13 | include $(weld_path)/lang/c.mk |