Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
defunctec
crown-core
Commits
c4a8aee6
Commit
c4a8aee6
authored
8 years ago
by
Luke Dashjr
Browse files
Options
Download
Email Patches
Plain Diff
Add MIT license to Makefiles
parent
3ebe1a2d
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
Makefile.am
+4
-0
Makefile.am
src/Makefile.am
+4
-0
src/Makefile.am
src/Makefile.bench.include
+4
-0
src/Makefile.bench.include
src/Makefile.leveldb.include
+4
-0
src/Makefile.leveldb.include
src/Makefile.qt.include
+4
-0
src/Makefile.qt.include
src/Makefile.qttest.include
+4
-0
src/Makefile.qttest.include
src/Makefile.test.include
+4
-0
src/Makefile.test.include
with
28 additions
and
0 deletions
+28
-0
Makefile.am
View file @
c4a8aee6
# Copyright (c) 2013-2016 The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
ACLOCAL_AMFLAGS
=
-I
build-aux/m4
SUBDIRS
=
src
if
ENABLE_MAN
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.am
View file @
c4a8aee6
# Copyright (c) 2013-2016 The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
DIST_SUBDIRS
=
secp256k1 univalue
AM_LDFLAGS
=
$(PTHREAD_CFLAGS)
$(LIBTOOL_LDFLAGS)
$(HARDENED_LDFLAGS)
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.bench.include
View file @
c4a8aee6
# Copyright (c) 2015-2016 The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
bin_PROGRAMS
+=
bench/bench_bitcoin
BENCH_SRCDIR
=
bench
BENCH_BINARY
=
bench/bench_bitcoin
$(EXEEXT)
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.leveldb.include
View file @
c4a8aee6
# Copyright (c) 2016 The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
LIBLEVELDB_INT
=
leveldb/libleveldb.a
LIBMEMENV_INT
=
leveldb/libmemenv.a
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.qt.include
View file @
c4a8aee6
# Copyright (c) 2013-2016 The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
bin_PROGRAMS
+=
qt/bitcoin-qt
EXTRA_LIBRARIES
+=
qt/libbitcoinqt.a
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.qttest.include
View file @
c4a8aee6
# Copyright (c) 2013-2016 The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
bin_PROGRAMS
+=
qt/test/test_bitcoin-qt
TESTS
+=
qt/test/test_bitcoin-qt
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.test.include
View file @
c4a8aee6
# Copyright (c) 2013-2016 The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
TESTS
+=
test
/test_bitcoin
bin_PROGRAMS
+=
test
/test_bitcoin
TEST_SRCDIR
=
test
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help