]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Source/C/Makefiles/lib.makefile
BaseTools: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / BaseTools / Source / C / Makefiles / lib.makefile
1 ## @file
2 # Makefiles
3 #
4 # Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 #
7
8 include $(MAKEROOT)/Makefiles/header.makefile
9
10 LIBRARY = $(MAKEROOT)/libs/lib$(LIBNAME).a
11
12 all: $(MAKEROOT)/libs $(LIBRARY)
13
14 include $(MAKEROOT)/Makefiles/footer.makefile