From ce77513807f47bc7af59c8320932d3348aeb99ea Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 15 Jun 2014 22:43:14 +0200 Subject: added tinyxml and ticpp --- ticpp/GNUmakefile | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 ticpp/GNUmakefile (limited to 'ticpp/GNUmakefile') 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: -- cgit v1.2.3-54-g00ecf