]> git.proxmox.com Git - mirror_edk2.git/blame - BaseTools/Source/C/GenSec/GNUmakefile
BaseTools: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / BaseTools / Source / C / GenSec / GNUmakefile
CommitLineData
c69f724d 1## @file\r
4afd3d04 2# GNU/Linux makefile for 'GenSec' module build.\r
c69f724d 3#\r
d16e777a 4# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
2e351cbe 5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
c69f724d 6#\r
c69f724d 7MAKEROOT ?= ..\r
8\r
9APPNAME = GenSec\r
10\r
11OBJECTS = GenSec.o\r
12\r
13include $(MAKEROOT)/Makefiles/app.makefile\r
14\r
15LIBS = -lCommon\r
16ifeq ($(CYGWIN), CYGWIN)\r
17 LIBS += -L/lib/e2fsprogs -luuid\r
18endif\r
19\r
20ifeq ($(LINUX), Linux)\r
21 LIBS += -luuid\r
22endif\r
23\r