X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/06186a8866478b05d56179dc2c5a3c4b3fd3a8f4..aa3ae79d6899ea3c23ba43f28ffe4fb4bb6001bd:/libs/ibpp/Makefile diff --git a/libs/ibpp/Makefile b/libs/ibpp/Makefile deleted file mode 100644 index 80a895e9..00000000 --- a/libs/ibpp/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -############################################################################### -# $Id: Makefile,v 1.6 2009/03/03 15:50:15 faust Exp $ -############################################################################### - -LIB_NAME = stgibpp - -SRCS = array.cpp \ - blob.cpp \ - database.cpp \ - date.cpp \ - dbkey.cpp \ - _dpb.cpp \ - events.cpp \ - exception.cpp \ - _ibpp.cpp \ - _ibs.cpp \ - _rb.cpp \ - row.cpp \ - service.cpp \ - _spb.cpp \ - statement.cpp \ - time.cpp \ - _tpb.cpp \ - transaction.cpp \ - user.cpp - -INCS = ibpp.h - -LIB_DEFS = -DIBPP_LINUX - -LIBS = -lfbclient - -include ../Makefile.in