You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
chicken-scheme-hmac/hmac.setup

15 lines
407 B
Plaintext

; author: Thomas Hintz
; email: t@thintz.com
; license: bsd
(compile -s -O2 -d1 hmac.scm -j hmac)
(compile -s hmac.import.scm -O2 -d0)
(compile -c -O2 -d1 hmac.scm -unit hmac -j hmac)
(install-extension
'hmac
; Files to install for your extension:
'("hmac.o" "hmac.so" "hmac.import.so")
; Assoc list with properties for your extension:
'((version 5)
(static "hmac.o"))) ;; for static linking