summaryrefslogtreecommitdiff
path: root/ticpp/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2014-06-15 22:43:14 +0200
committerAndreas Baumann <abaumann@yahoo.com>2014-06-15 22:43:14 +0200
commitce77513807f47bc7af59c8320932d3348aeb99ea (patch)
tree495393883edf95519a4faf60342194257611ef62 /ticpp/GNUmakefile
parent39ee887e91e0c7920193f7a519693b70f7de5a99 (diff)
downloadcrawler-ce77513807f47bc7af59c8320932d3348aeb99ea.tar.gz
crawler-ce77513807f47bc7af59c8320932d3348aeb99ea.tar.bz2
added tinyxml and ticpp
Diffstat (limited to 'ticpp/GNUmakefile')
-rw-r--r--ticpp/GNUmakefile41
1 files changed, 41 insertions, 0 deletions
diff --git a/ticpp/GNUmakefile b/ticpp/GNUmakefile
new file mode 100644
index 0000000..f5c3460
--- /dev/null
+++ b/ticpp/GNUmakefile
@@ -0,0 +1,41 @@
+TOPDIR = ..
+
+SUBDIRS =
+
+-include $(TOPDIR)/makefiles/gmake/platform.mk
+
+INCLUDE_CXXFLAGS = \
+ -DTIXML_USE_STL
+
+INCLUDE_LDFLAGS = \
+
+INCLUDE_DIRS = \
+ -I.
+
+INCLUDE_LIBS =
+
+CPP_OBJS = \
+ tinystr.o \
+ tinyxml.o \
+ tinyxmlerror.o \
+ tinyxmlparser.o \
+ ticpp.o
+
+DYNAMIC_LIB = libticpp.so
+DYNAMIC_LIB_MAJOR = 2
+DYNAMIC_LIB_MINOR = 6
+DYNAMIC_LIB_PATCH = 2
+
+-include $(TOPDIR)/makefiles/gmake/sub.mk
+
+local_all:
+
+local_clean:
+
+local_distclean:
+
+local_install:
+
+local_uninstall:
+
+local_test: