mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #377] [MERGED] Update build system. Now libraries are produced as build artifacts. #980
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/google/brotli/pull/377
Author: @eustas
Created: 6/16/2016
Status: ✅ Merged
Merged: 6/16/2016
Merged by: @eustas
Base:
master← Head:master📝 Commits (2)
378485bUpdate build system. Now libraries are produced as build artifacts.f9ab24aFix gitignore📊 Changes
19 files changed (+1143 additions, -85 deletions)
View changed files
📝
.gitignore(+3 -2)➕
BUILD(+148 -0)➕
Makefile(+12 -0)➕
WORKSPACE(+4 -0)➕
build/gmake/Makefile(+91 -0)➕
build/gmake/bro.make(+187 -0)➕
build/gmake/brotli_common.make(+187 -0)➕
build/gmake/brotli_dec.make(+199 -0)➕
build/gmake/brotli_enc.make(+243 -0)➖
common/Makefile(+0 -12)➕
configure(+19 -0)➖
dec/Makefile(+0 -12)➖
enc/Makefile(+0 -13)➕
premake5.lua(+47 -0)➖
shared.mk(+0 -13)📝
tests/Makefile(+1 -3)📝
tests/compatibility_test.sh(+1 -1)📝
tests/roundtrip_test.sh(+1 -1)➖
tools/Makefile(+0 -28)📄 Description
There are currently 3 ways to build:
./configure; make🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.