blob: ae40f6fc9ce652004b59d4b201cd064dbd297396 [file] [log] [blame]
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001# Copyright (C) 2006-2010 David Sugar, Tycho Softworks.
2#
3# This file is free software; as a special exception the author gives
4# unlimited permission to copy and/or distribute it, with or without
5# modifications, as long as this notice is preserved.
6#
7# This program is distributed in the hope that it will be useful, but
8# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
9# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10
11MAINTAINERCLEANFILES = Makefile.in Makefile
12RELEASE = $(LT_VERSION) -release $(LT_RELEASE)
13AM_CXXFLAGS = $(UCOMMON_FLAGS)
14
15pkgincludedir = $(includedir)/ucommon
16pkginclude_HEADERS = cpr.h object.h linked.h string.h counter.h vector.h \
17 bitmap.h timers.h socket.h access.h export.h thread.h mapped.h \
18 keydata.h memory.h platform.h fsys.h xml.h ucommon.h stream.h \
19 persist.h shell.h protocols.h atomic.h buffer.h numbers.h file.h \
20 datetime.h unicode.h secure.h generics.h containers.h stl.h
21
22