X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=cdb%2FMakefile;h=c6a49be76198205fdcae4c921b6d0761f06419b1;hb=98a70dbcfba6134bef45ceade0dacdf30c99d07e;hp=96ac4aebcf56739dde2bd155352937a0f9adefb0;hpb=a242c7667ba13573bf57f7eb8ce8cd0e8f6d8ec7;p=chiark-tcl.git diff --git a/cdb/Makefile b/cdb/Makefile index 96ac4ae..c6a49be 100644 --- a/cdb/Makefile +++ b/cdb/Makefile @@ -1,9 +1,28 @@ +# cdb, cdb-wr - Tcl bindings for tinycdb and a journalling write extension +# Copyright 2006 Ian Jackson +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301, USA. + + BASE_DIR = ../base EXTBASE = cdb CFILES = readonly writeable lookup OTHER_TCTS = ../hbytes/hbytes-base.tct -CPPFLAGS += -I../hbytes -LDLIBS += ../hbytes/chiark_tcl_hbytes.so -lcdb +OTHER_EXTS += hbytes/hbytes +LDLIBS += -lcdb include ../base/extension.make