]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/BrotliCompress/GNUmakefile
BaseTools: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / BaseTools / Source / C / BrotliCompress / GNUmakefile
index 1eaade7d03599e4d3cf6850f347a4a8f436cc21b..fdf713e8b236beee2b8791f6e04a162664f3c46f 100644 (file)
@@ -2,33 +2,31 @@
 # GNU/Linux makefile for 'Brotli' module build.\r
 #\r
 # Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.<BR>\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 MAKEROOT ?= ..\r
 \r
 APPNAME = Brotli\r
 \r
 OBJECTS = \\r
-  tools/bro.o \\r
+  tools/brotli.o \\r
   common/dictionary.o \\r
+  common/transform.o \\r
   dec/bit_reader.o \\r
   dec/decode.o \\r
   dec/huffman.o \\r
   dec/state.o \\r
   enc/backward_references.o \\r
+  enc/backward_references_hq.o \\r
   enc/bit_cost.o \\r
   enc/block_splitter.o \\r
   enc/brotli_bit_stream.o \\r
   enc/cluster.o \\r
   enc/compress_fragment.o \\r
   enc/compress_fragment_two_pass.o \\r
+  enc/dictionary_hash.o \\r
   enc/encode.o \\r
+  enc/encoder_dict.o \\r
   enc/entropy_encode.o \\r
   enc/histogram.o \\r
   enc/literal_cost.o \\r
@@ -39,4 +37,5 @@ OBJECTS = \
 \r
 include $(MAKEROOT)/Makefiles/app.makefile\r
 \r
+TOOL_INCLUDE = -I ./include\r
 LIBS += -lm\r