| # 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 cpp | |
| # component definitions | |
| # cpp is compatible with the c compilation rules so just include the | |
| # c stuff | |
| include $(weld_path)/lang/c.mk |