]> git.stg.codes - stg.git/blobdiff - stglibs/ibpp.lib/Makefile
Port to CMake, get rid of os_int.h.
[stg.git] / stglibs / ibpp.lib / Makefile
diff --git a/stglibs/ibpp.lib/Makefile b/stglibs/ibpp.lib/Makefile
deleted file mode 100644 (file)
index 80a895e..0000000
+++ /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