]> git.proxmox.com Git - mirror_edk2.git/blame - BaseTools/Source/C/Makefiles/app.makefile
BaseTools: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / BaseTools / Source / C / Makefiles / app.makefile
CommitLineData
f51461c8 1## @file\r
97fa0ee9 2# Makefiles\r
f51461c8 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
f51461c8
LG
6#\r
7\r
8MAKEROOT ?= ../..\r
9\r
10include $(MAKEROOT)/Makefiles/header.makefile\r
11\r
12APPLICATION = $(MAKEROOT)/bin/$(APPNAME)\r
13\r
14.PHONY:all\r
15all: $(MAKEROOT)/bin $(APPLICATION) \r
16\r
17$(APPLICATION): $(OBJECTS) \r
2dc547da 18 $(LINKER) -o $(APPLICATION) $(BUILD_LFLAGS) $(OBJECTS) -L$(MAKEROOT)/libs $(LIBS)\r
f51461c8 19\r
84e076c8 20$(OBJECTS): $(MAKEROOT)/Include/Common/BuildVersion.h\r
f51461c8
LG
21\r
22include $(MAKEROOT)/Makefiles/footer.makefile\r