]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/BrotliCompress/GNUmakefile
BaseTools: Update Brotli Compress to the latest one 1.0.6
[mirror_edk2.git] / BaseTools / Source / C / BrotliCompress / GNUmakefile
index 1eaade7d03599e4d3cf6850f347a4a8f436cc21b..e48045b7f04ce2ad1936a4547b60024a9b0a4d51 100644 (file)
@@ -15,20 +15,24 @@ MAKEROOT ?= ..
 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 +43,5 @@ OBJECTS = \
 \r
 include $(MAKEROOT)/Makefiles/app.makefile\r
 \r
+TOOL_INCLUDE = -I ./include\r
 LIBS += -lm\r