summaryrefslogtreecommitdiff
path: root/src/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-02-13 09:56:58 +0100
committerAndreas Baumann <abaumann@yahoo.com>2010-02-13 09:56:58 +0100
commit68354c7d41085d1f976a5b1d7ee542479a85f621 (patch)
treeaec761c793093e4a2e4ce18d78b3b531bcb12a42 /src/GNUmakefile
downloadsqlitexx-68354c7d41085d1f976a5b1d7ee542479a85f621.tar.gz
sqlitexx-68354c7d41085d1f976a5b1d7ee542479a85f621.tar.bz2
imported trunk from sourceforge SVN
Diffstat (limited to 'src/GNUmakefile')
-rw-r--r--src/GNUmakefile47
1 files changed, 47 insertions, 0 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile
new file mode 100644
index 0000000..ce527be
--- /dev/null
+++ b/src/GNUmakefile
@@ -0,0 +1,47 @@
+TOPDIR = ..
+
+SUBDIRS =
+
+INCLUDE_DIRS = \
+ $(INCLUDE_FLAGS_SQLITE3) \
+ -I$(TOPDIR)/include \
+ -I.
+
+INCLUDE_LDFLAGS = \
+ $(LDFLAGS_SQLITE3)
+
+INCLUDE_LIBS = \
+ $(LIBS_SQLITE3)
+
+PORT_OBJS = \
+ port/string.o \
+ port/sleep.o
+
+OBJS = \
+ $(PORT_OBJS)
+
+CPP_OBJS = \
+ connection.o \
+ prepared_statement.o \
+ transaction.o \
+ result.o \
+ except.o
+
+STATIC_LIB = libsqlite3xx.a
+
+DYNAMIC_LIB = libsqlite3xx.so
+DYNAMIC_LIB_MAJOR = 0
+DYNAMIC_LIB_MINOR = 0
+DYNAMIC_LIB_PATCH = 0
+
+-include $(TOPDIR)/makefiles/gmake/sub.mk
+
+local_all:
+
+local_clean:
+
+local_distclean:
+
+local_install:
+
+local_uninstall: