chiark / gitweb /
12fccd7d604c91af53fd3822f66c7be17bdb044b
[chiark-tcl.git] / crypto / Makefile
1 BASE_DIR =      ../base
2 EXTBASE =       crypto
3 CFILES =        algtables bcmode crypto hook
4 OTHER_TCTS =    ../hbytes/hbytes-base.tct
5 CPPFLAGS +=     -I../hbytes
6 LDLIBS +=       ../hbytes/chiark_tcl_hbytes.so -lnettle
7
8 include ../base/extension.make
9