Sha256: 6f0cc739f39875cedbd078c6eb2bd6dbd59cfda37b6c274a5f266e88f7a37ad2

Contents?: true

Size: 305 Bytes

Versions: 7

Compression:

Stored size: 305 Bytes

Contents

TARGETS = \
	auth \
	box \
	box_detached \
	generichash \
	generichash_stream \
	shorthash \
	sign

SODIUM_CFLAGS != pkg-config --cflags libsodium
SODIUM_LIBS != pkg-config --libs libsodium
CFLAGS += $(SODIUM_CFLAGS)
LDFLAGS += $(SODIUM_LIBS)

all: $(TARGETS)

clean:
	rm -f $(TARGETS)

distclean: clean

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rbnacl-libsodium-1.0.10 vendor/libsodium/examples/Makefile
rbnacl-libsodium-1.0.9 vendor/libsodium/examples/Makefile
rbnacl-libsodium-1.0.8 vendor/libsodium/examples/Makefile
rbnacl-libsodium-1.0.7 vendor/libsodium/examples/Makefile
rbnacl-libsodium-1.0.6 vendor/libsodium/examples/Makefile
rbnacl-libsodium-1.0.5 vendor/libsodium/examples/Makefile
rbnacl-libsodium-1.0.4 vendor/libsodium/examples/Makefile