aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2017-06-07 00:14:54 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2017-06-07 00:14:54 +0800
commit20d898063b3185f9538045df92759818e371cd79 (patch)
tree7668b7cc1104bd7afeda8158dfdd2d558b62704c /Makefile
parentb25e356ce0f2ff7e57b789edad25fbbe26bb04f8 (diff)
downloaddexon-bls-20d898063b3185f9538045df92759818e371cd79.tar
dexon-bls-20d898063b3185f9538045df92759818e371cd79.tar.gz
dexon-bls-20d898063b3185f9538045df92759818e371cd79.tar.bz2
dexon-bls-20d898063b3185f9538045df92759818e371cd79.tar.lz
dexon-bls-20d898063b3185f9538045df92759818e371cd79.tar.xz
dexon-bls-20d898063b3185f9538045df92759818e371cd79.tar.zst
dexon-bls-20d898063b3185f9538045df92759818e371cd79.zip
test is ok
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 019602c..37bec74 100644
--- a/Makefile
+++ b/Makefile
@@ -46,9 +46,9 @@ lib: $(BLS_LIB) $(BLS384_SLIB)
$(BLS384_LIB): $(LIB_OBJ) $(OBJ_DIR)/bls_c384.o
$(AR) $@ $(LIB_OBJ) $(OBJ_DIR)/bls_c384.o
-$(BLS384_SLIB): $(BLS384_LIB) $(BN384_LIB)
+$(BLS384_SLIB): $(OBJ_DIR)/bls_c384.o $(MCL_LIB)
# $(PRE)$(CXX) -shared -o $@ -Wl,--whole-archive $(BLS384_LIB) $(BN384_LIB) $(MCL_LIB) -Wl,--no-whole-archive
- $(PRE)$(CXX) -shared -o $@ -Wl,--whole-archive $(BLS384_LIB) -Wl,--no-whole-archive
+ $(PRE)$(CXX) -shared -o $@ $(OBJ_DIR)/bls_c384.o $(MCL_LIB)
VPATH=test sample src