Skip to content

Commit

Permalink
Updated Makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
metaspartan committed Oct 8, 2017
1 parent f15fe5b commit 1380458
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 15 deletions.
7 changes: 5 additions & 2 deletions src/makefile.bsd
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ OBJS= \
obj/echo.o \
obj/jh.o \
obj/keccak.o \
obj/alert.o \
obj/alert.o \
obj/version.o \
obj/checkpoints.o \
obj/netbase.o \
Expand All @@ -108,8 +108,8 @@ OBJS= \
obj/init.o \
obj/irc.o \
obj/keystore.o \
obj/main.o \
obj/miner.o \
obj/main.o \
obj/net.o \
obj/protocol.o \
obj/bitcoinrpc.o \
Expand All @@ -119,6 +119,7 @@ OBJS= \
obj/rpcwallet.o \
obj/rpcblockchain.o \
obj/rpcrawtransaction.o \
obj/rpcsmessage.o \
obj/script.o \
obj/sync.o \
obj/util.o \
Expand All @@ -131,6 +132,8 @@ OBJS= \
obj/scrypt-arm.o \
obj/scrypt-x86.o \
obj/scrypt-x86_64.o \
obj/smessage.o \
obj/stealth.o

all: denariusd

Expand Down
16 changes: 6 additions & 10 deletions src/makefile.linux-mingw
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,10 @@ LIBS += -l mingwthrd -l kernel32 -l user32 -l gdi32 -l comdlg32 -l winspool -l w
HEADERS = $(wildcard *.h)

OBJS= \
obj/shavite.o \
obj/echo.o \
obj/simd.o \
obj/blake.o \
obj/bmw.o \
obj/cubehash.o \
obj/luffa.o \
obj/jh.o \
obj/keccak.o \
obj/groestl.o \
obj/skein.o \
obj/alert.o \
obj/alert.o \
obj/version.o \
obj/checkpoints.o \
obj/netbase.o \
Expand All @@ -79,8 +71,8 @@ OBJS= \
obj/init.o \
obj/irc.o \
obj/keystore.o \
obj/main.o \
obj/miner.o \
obj/main.o \
obj/net.o \
obj/protocol.o \
obj/bitcoinrpc.o \
Expand All @@ -90,6 +82,7 @@ OBJS= \
obj/rpcwallet.o \
obj/rpcblockchain.o \
obj/rpcrawtransaction.o \
obj/rpcsmessage.o \
obj/script.o \
obj/sync.o \
obj/util.o \
Expand All @@ -99,8 +92,11 @@ OBJS= \
obj/kernel.o \
obj/pbkdf2.o \
obj/scrypt.o \
obj/scrypt-arm.o \
obj/scrypt-x86.o \
obj/scrypt-x86_64.o \
obj/smessage.o \
obj/stealth.o

all: denariusd.exe

Expand Down
8 changes: 6 additions & 2 deletions src/makefile.mingw
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ OBJS= \
obj/echo.o \
obj/jh.o \
obj/keccak.o \
obj/alert.o \
obj/alert.o \
obj/version.o \
obj/checkpoints.o \
obj/netbase.o \
Expand All @@ -62,8 +62,8 @@ OBJS= \
obj/init.o \
obj/irc.o \
obj/keystore.o \
obj/main.o \
obj/miner.o \
obj/main.o \
obj/net.o \
obj/protocol.o \
obj/bitcoinrpc.o \
Expand All @@ -73,6 +73,7 @@ OBJS= \
obj/rpcwallet.o \
obj/rpcblockchain.o \
obj/rpcrawtransaction.o \
obj/rpcsmessage.o \
obj/script.o \
obj/sync.o \
obj/util.o \
Expand All @@ -82,8 +83,11 @@ OBJS= \
obj/kernel.o \
obj/pbkdf2.o \
obj/scrypt.o \
obj/scrypt-arm.o \
obj/scrypt-x86.o \
obj/scrypt-x86_64.o \
obj/smessage.o \
obj/stealth.o

all: denariusd.exe

Expand Down
2 changes: 1 addition & 1 deletion src/makefile.osx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ OBJS= \
obj/echo.o \
obj/jh.o \
obj/keccak.o \
obj/alert.o \
obj/alert.o \
obj/version.o \
obj/checkpoints.o \
obj/netbase.o \
Expand Down

0 comments on commit 1380458

Please sign in to comment.