mirror of
https://github.com/rvtr/ctr_eFuse.git
synced 2025-11-02 00:11:04 -04:00
パッケージファイルなどを改めてコミット by kuboyu
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_eFuse@2 ff987cc8-cf2f-4642-8568-d52cce064691
This commit is contained in:
parent
42b718d775
commit
5e9048f099
28
package/Makefile
Normal file
28
package/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
|
||||
# OPENSSL = openssl-1.0.0-beta2
|
||||
OPENSSL = openssl-0.9.8k
|
||||
|
||||
SFMT = SFMT-src-1.3.3
|
||||
|
||||
OPENSSL_CONFIG_TARGET = mingw
|
||||
|
||||
OUT_DIR = ../
|
||||
|
||||
.SUFFIXES:
|
||||
|
||||
.PHONY: all clobber
|
||||
|
||||
all: $(OUT_DIR)/$(SFMT) \
|
||||
$(OUT_DIR)/$(OPENSSL)/libssl.a
|
||||
|
||||
$(OUT_DIR)/$(OPENSSL)/libssl.a : $(OPENSSL).tar.gz
|
||||
tar xzvf $< -C $(OUT_DIR)
|
||||
cd $(OUT_DIR)/$(OPENSSL);./Configure $(OPENSSL_CONFIG_TARGET);make build_libs;
|
||||
|
||||
$(OUT_DIR)/$(SFMT) : $(SFMT).zip
|
||||
unzip -o $< -d $(OUT_DIR)
|
||||
|
||||
clobber:
|
||||
$(RM) -r $(OUT_DIR)/$(SFMT)
|
||||
$(RM) -r $(OUT_DIR)/$(OPENSSL)
|
||||
|
||||
BIN
package/SFMT-src-1.3.3.zip
Normal file
BIN
package/SFMT-src-1.3.3.zip
Normal file
Binary file not shown.
BIN
package/openssl-0.9.8k.tar.gz
Normal file
BIN
package/openssl-0.9.8k.tar.gz
Normal file
Binary file not shown.
BIN
rsakey_dummy/gen_id_rsa_key_priv.der
Normal file
BIN
rsakey_dummy/gen_id_rsa_key_priv.der
Normal file
Binary file not shown.
BIN
rsakey_dummy/gen_id_rsa_key_pub.der
Normal file
BIN
rsakey_dummy/gen_id_rsa_key_pub.der
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user