PHP Classes

File: pie/Makefile.frag

Recommend this page to a friend!
  Packages of Scott Arciszewski   ext-pqcrypto   pie/Makefile.frag   Download  
File: pie/Makefile.frag
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: ext-pqcrypto
PHP extension to encrypt data with FIPS algorithms
Author: By
Last change:
Date: 10 days ago
Size: 551 bytes
 

Contents

Class file image Download
$(builddir)/pqcrypto.lo: $(srcdir)/../target/release/libpqcrypto.so $(srcdir)/../target/release/libpqcrypto.so: @echo "Building pqcrypto via Cargo..." @cd $(srcdir)/.. && cargo build --release LDFLAGS += -L$(srcdir)/../target/release LIBS += -lpqcrypto modules/pqcrypto.so: $(srcdir)/../target/release/libpqcrypto.so @echo "Copying Cargo build..." @mkdir -p modules @cp $(srcdir)/../target/release/libpqcrypto.so modules/pqcrypto.so 2>/dev/null || cp $(srcdir)/../target/release/libpqcrypto.dylib modules/pqcrypto.so all: modules/pqcrypto.so