]> git.stg.codes - stg.git/blob - stglibs/ibpp.lib/Makefile
Merge branch 'stg-2.409-radius'
[stg.git] / stglibs / ibpp.lib / Makefile
1 ###############################################################################
2 # $Id: Makefile,v 1.6 2009/03/03 15:50:15 faust Exp $
3 ###############################################################################
4
5 LIB_NAME = stgibpp
6
7 SRCS = array.cpp \
8        blob.cpp \
9        database.cpp \
10        date.cpp \
11        dbkey.cpp \
12        _dpb.cpp \
13        events.cpp \
14        exception.cpp \
15        _ibpp.cpp \
16        _ibs.cpp \
17        _rb.cpp \
18        row.cpp \
19        service.cpp \
20        _spb.cpp \
21        statement.cpp \
22        time.cpp \
23        _tpb.cpp \
24        transaction.cpp \
25        user.cpp
26
27 INCS = ibpp.h 
28
29 LIB_DEFS = -DIBPP_LINUX
30
31 LIBS = -lfbclient
32        
33 include ../Makefile.in