summaryrefslogtreecommitdiff
path: root/ticpp/GNUmakefile
blob: f5c3460ee0c82d7891da7dcfe4f10554ae4706a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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: