]> git.proxmox.com Git - mirror_edk2.git/blame - BaseTools/Source/C/Makefiles/ms.rule
BaseTools: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / BaseTools / Source / C / Makefiles / ms.rule
CommitLineData
52302d4d 1## @file\r
97fa0ee9 2# Makefile\r
52302d4d 3#\r
97fa0ee9 4# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
2e351cbe 5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
97fa0ee9 6#\r
f51461c8
LG
7\r
8#DEPFILES = $(OBJECTS:%.o=%.d)\r
9\r
10.c.obj :\r
11 $(CC) -c $(CFLAGS) $(INC) $< -Fo$@\r
12\r
13.S.obj :\r
14 $(AS) -c $(ASFLAGS) $< -Fo$@\r
15\r
16.cpp.obj :\r
17 $(CXX) -c $(CPPFLAGS) $(INC) $< -Fo$@\r
18\r
19#-include $(DEPFILES)\r
20\r