1# Copyright (C) 2006-2014 David Sugar, Tycho Softworks.
2# Copyright (C) 2015 Cherokees of Idaho.
3#
4# This file is free software; as a special exception the author gives
5# unlimited permission to copy and/or distribute it, with or without
6# modifications, as long as this notice is preserved.
7#
8# This program is distributed in the hope that it will be useful, but
9# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
10# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11
12MAINTAINERCLEANFILES = Makefile.in Makefile
13RELEASE = $(LT_VERSION) -release $(LT_RELEASE)
14AM_CXXFLAGS = $(UCOMMON_FLAGS)
15
16pkgincludedir = $(includedir)/ucommon
17pkginclude_HEADERS = cpr.h object.h linked.h string.h counter.h reuse.h \
18	timers.h socket.h access.h export.h thread.h mapped.h \
19	keydata.h memory.h platform.h fsys.h ucommon.h stream.h \
20	shell.h protocols.h atomic.h numbers.h condition.h \
21	datetime.h unicode.h secure.h generics.h stl.h \
22	typeref.h arrayref.h mapref.h shared.h temporary.h
23
24
25