X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FSource%2FC%2FGenVtf%2FGNUmakefile;h=ff6599f1c9881a9c67d87ca76c9a6af9e52499a1;hp=2449bb8ed50807f0343982ee3369955c48b2d14f;hb=4afd3d042215afe68d00b9ab8c32f063a3a1c03f;hpb=30fdf1140b8d1ce93f3821d986fa165552023440 diff --git a/BaseTools/Source/C/GenVtf/GNUmakefile b/BaseTools/Source/C/GenVtf/GNUmakefile index 2449bb8ed5..ff6599f1c9 100644 --- a/BaseTools/Source/C/GenVtf/GNUmakefile +++ b/BaseTools/Source/C/GenVtf/GNUmakefile @@ -1,10 +1,22 @@ -ARCH ?= IA32 -MAKEROOT ?= .. - -APPNAME = GenVtf - -LIBS = -lCommon - -OBJECTS = GenVtf.o - -include $(MAKEROOT)/Makefiles/app.makefile +## @file +# GNU/Linux makefile for 'GenVtf' module build. +# +# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.
+# This program and the accompanying materials +# are licensed and made available under the terms and conditions of the BSD License +# which accompanies this distribution. The full text of the license may be found at +# http://opensource.org/licenses/bsd-license.php +# +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +# +ARCH ?= IA32 +MAKEROOT ?= .. + +APPNAME = GenVtf + +LIBS = -lCommon + +OBJECTS = GenVtf.o + +include $(MAKEROOT)/Makefiles/app.makefile