X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/641204dfbdb9fc870cdd2e7f9e3169a44693e7bf..46b0747592074017ff0ea4b33d4a7194235886e5:/stglibs/ibpp.lib/Makefile?ds=inline diff --git a/stglibs/ibpp.lib/Makefile b/stglibs/ibpp.lib/Makefile deleted file mode 100644 index 0c605edc..00000000 --- a/stglibs/ibpp.lib/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -############################################################################### -# $Id: Makefile,v 1.6 2009/03/03 15:50:15 faust Exp $ -############################################################################### - -LIB_NAME = ibpp -PROG = lib$(LIB_NAME) - -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 - -ADD_CXXFLAGS_1 = -DIBPP_LINUX - -LIBS = -lfbclient - -include ../Makefile.in - - -