summaryrefslogtreecommitdiff
path: root/include/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 /include/GNUmakefile
downloadsqlitexx-68354c7d41085d1f976a5b1d7ee542479a85f621.tar.gz
sqlitexx-68354c7d41085d1f976a5b1d7ee542479a85f621.tar.bz2
imported trunk from sourceforge SVN
Diffstat (limited to 'include/GNUmakefile')
-rw-r--r--include/GNUmakefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/include/GNUmakefile b/include/GNUmakefile
new file mode 100644
index 0000000..6612882
--- /dev/null
+++ b/include/GNUmakefile
@@ -0,0 +1,20 @@
+TOPDIR = ..
+
+-include $(TOPDIR)/makefiles/gmake/sub.mk
+
+local_all:
+
+local_clean:
+ -@rm -f sqlite3xx/*.bak
+ -@rm -f sqlite3xx/*~
+
+local_install:
+ $(INSTALL) -d -m 755 $(includedir)/sqlite3xx
+ $(INSTALL) -m 644 sqlite3xx/*.hpp $(includedir)/sqlite3xx
+ $(INSTALL) -m 644 sqlite3xx/sqlite3xx $(includedir)/sqlite3xx
+ $(INSTALL) -d -m 755 $(includedir)/sqlite3xx/port
+ $(INSTALL) -m 644 sqlite3xx/port/*.hpp $(includedir)/sqlite3xx/port
+ $(INSTALL) -m 644 sqlite3xx/port/*.h $(includedir)/sqlite3xx/port
+
+local_uninstall:
+ -@rm -rf $(includedir)/sqlite3xx