chiark / gitweb /
hbytes and crypto compile now
[chiark-tcl.git] / crypto / Makefile
diff --git a/crypto/Makefile b/crypto/Makefile
new file mode 100644 (file)
index 0000000..12fccd7
--- /dev/null
@@ -0,0 +1,9 @@
+BASE_DIR =     ../base
+EXTBASE =      crypto
+CFILES =       algtables bcmode crypto hook
+OTHER_TCTS =   ../hbytes/hbytes-base.tct
+CPPFLAGS +=    -I../hbytes
+LDLIBS +=      ../hbytes/chiark_tcl_hbytes.so -lnettle
+
+include ../base/extension.make
+