diff --git a/Makefile.am b/Makefile.am index ee671ecd..b53b0671 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,133 +8,134 @@ AM_CXXFLAGS = $(BOOST_CPPFLAGS) $(ZLIB_CFLAGS) ############################################################################### ## Source definitions -UTIL_FILES = \ - aabb.cpp \ - aabb.hpp \ - backtrace.hpp \ - bezier.cpp \ - bezier.hpp \ - bitwise.cpp \ - bitwise.hpp \ - colour.cpp \ - colour.hpp \ - colour.ipp \ - coord/base.hpp \ - coord.hpp \ - coord/init.hpp \ - coord/names.hpp \ - coord/ops.hpp \ - coord/store.hpp \ - crypto/arc4.cpp \ - crypto/arc4.hpp \ - crypto/tea.cpp \ - crypto/tea.hpp \ - crypto/xtea.cpp \ - crypto/xtea.hpp \ - crypto/xxtea.cpp \ - crypto/xxtea.hpp \ - debug.cpp \ - debug.hpp \ - endian.cpp \ - endian.hpp \ - except.cpp \ - except.hpp \ - exe.cpp \ - exe.hpp \ - extent.cpp \ - extent.hpp \ - extent.ipp \ - fixed.cpp \ - fixed.hpp \ - float.cpp \ - float.hpp \ - fourcc.cpp \ - fourcc.hpp \ - guid.cpp \ - guid.hpp \ - hash.hpp \ - hash.cpp \ - hash/adler.cpp \ - hash/adler.hpp \ - hash/bsdsum.cpp \ - hash/bsdsum.hpp \ - hash/crc.cpp \ - hash/crc.hpp \ - hash/fasthash.cpp \ - hash/fletcher.hpp \ - hash/hmac.cpp \ - hash/hmac.hpp \ - hash/hotp.cpp \ - hash/hotp.hpp \ - hash/md2.cpp \ - hash/md2.hpp \ - hash/md4.cpp \ - hash/md4.hpp \ - hash/md5.cpp \ - hash/md5.hpp \ +UTIL_FILES = \ + aabb.cpp \ + aabb.hpp \ + backtrace.hpp \ + bezier.cpp \ + bezier.hpp \ + bitwise.cpp \ + bitwise.hpp \ + colour.cpp \ + colour.hpp \ + colour.ipp \ + coord/base.hpp \ + coord.hpp \ + coord/init.hpp \ + coord/names.hpp \ + coord/ops.hpp \ + coord/store.hpp \ + crypto/arc4.cpp \ + crypto/arc4.hpp \ + crypto/tea.cpp \ + crypto/tea.hpp \ + crypto/xtea.cpp \ + crypto/xtea.hpp \ + crypto/xxtea.cpp \ + crypto/xxtea.hpp \ + debug.cpp \ + debug.hpp \ + endian.cpp \ + endian.hpp \ + except.cpp \ + except.hpp \ + exe.cpp \ + exe.hpp \ + extent.cpp \ + extent.hpp \ + extent.ipp \ + fixed.cpp \ + fixed.hpp \ + float.cpp \ + float.hpp \ + fourcc.cpp \ + fourcc.hpp \ + guid.cpp \ + guid.hpp \ + hash.hpp \ + hash.cpp \ + hash/adler.cpp \ + hash/adler.hpp \ + hash/bsdsum.cpp \ + hash/bsdsum.hpp \ + hash/crc.cpp \ + hash/crc.hpp \ + hash/fasthash.cpp \ + hash/fletcher.hpp \ + hash/hmac.cpp \ + hash/hmac.hpp \ + hash/hotp.cpp \ + hash/hotp.hpp \ + hash/md2.cpp \ + hash/md2.hpp \ + hash/md4.cpp \ + hash/md4.hpp \ + hash/md5.cpp \ + hash/md5.hpp \ hash/murmur/common.cpp \ hash/murmur/common.hpp \ - hash/murmur.hpp \ + hash/murmur.hpp \ hash/murmur/murmur1.cpp \ hash/murmur/murmur1.hpp \ hash/murmur/murmur2.cpp \ hash/murmur/murmur2.hpp \ hash/murmur/murmur3.cpp \ hash/murmur/murmur3.hpp \ - hash/pbkdf1.cpp \ - hash/pbkdf1.hpp \ - hash/pbkdf2.cpp \ - hash/pbkdf2.hpp \ - hash/ripemd.cpp \ - hash/ripemd.hpp \ - hash/sha1.cpp \ - hash/sha1.hpp \ - hash/sha2.cpp \ - hash/sha2.hpp \ - image.cpp \ - image.hpp \ - introspection.cpp \ - introspection.hpp \ - io.cpp \ - io.hpp \ - io.ipp \ - ip.cpp \ - ip.hpp \ - iterator.hpp \ - json/fwd.hpp \ - json/except.cpp \ - json/except.hpp \ - json/flat.cpp \ - json/flat.hpp \ - json/schema.cpp \ - json/schema.hpp \ - json/tree.cpp \ - json/tree.hpp \ - log.cpp \ - log.hpp \ - log.ipp \ - maths.cpp \ - maths.hpp \ - maths.ipp \ - maths/matrix.cpp \ - maths/matrix.hpp \ - maths/vector.cpp \ - maths/vector.hpp \ - matrix.cpp \ - matrix.hpp \ - matrix.ipp \ - memory.cpp \ - memory.hpp \ - net/address.cpp \ - net/address.hpp \ - net/except.cpp \ - net/except.hpp \ - net/socket.cpp \ - net/socket.hpp \ - net/types.cpp \ - net/types.hpp \ - nocopy.hpp \ - noise/basis.hpp \ + hash/pbkdf1.cpp \ + hash/pbkdf1.hpp \ + hash/pbkdf2.cpp \ + hash/pbkdf2.hpp \ + hash/ripemd.cpp \ + hash/ripemd.hpp \ + hash/sha1.cpp \ + hash/sha1.hpp \ + hash/sha2.cpp \ + hash/sha2.hpp \ + image.cpp \ + image.hpp \ + introspection.cpp \ + introspection.hpp \ + io.cpp \ + io.hpp \ + io.ipp \ + ip.cpp \ + ip.hpp \ + iterator.hpp \ + json/fwd.hpp \ + json/except.cpp \ + json/except.hpp \ + json/flat.cpp \ + json/flat.hpp \ + json/schema.cpp \ + json/schema.hpp \ + json/tree.cpp \ + json/tree.hpp \ + log.cpp \ + log.hpp \ + log.ipp \ + maths.cpp \ + maths.hpp \ + maths.ipp \ + maths/matrix.cpp \ + maths/matrix.hpp \ + maths/vector.cpp \ + maths/vector.hpp \ + matrix.cpp \ + matrix.hpp \ + matrix.ipp \ + memory.cpp \ + memory.hpp \ + net/address.cpp \ + net/address.hpp \ + net/except.cpp \ + net/except.hpp \ + net/socket.cpp \ + net/socket.hpp \ + net/types.cpp \ + net/types.hpp \ + nocopy.hpp \ + noise.hpp \ + noise/basis.hpp \ noise/basis/constant.cpp \ noise/basis/constant.hpp \ noise/basis/constant.ipp \ @@ -144,88 +145,86 @@ UTIL_FILES = \ noise/basis/perlin.hpp \ noise/basis/worley.cpp \ noise/basis/worley.hpp \ - noise.cpp \ - noise/fractal.cpp \ - noise/fractal.hpp \ - noise.hpp \ - noise/lerp.cpp \ - noise/lerp.hpp \ - noise/lut.cpp \ - noise/lut.hpp \ - options.cpp \ - options.hpp \ - pascal.cpp \ - pascal.hpp \ - plane.cpp \ - plane.hpp \ - platform.hpp \ - point.cpp \ - point.hpp \ - point.ipp \ - polynomial.cpp \ - polynomial.hpp \ - polynomial.ipp \ - pool.cpp \ - pool.hpp \ - pool.ipp \ - preprocessor.hpp \ - quaternion.cpp \ - quaternion.hpp \ - raii.hpp \ - random.cpp \ - random.hpp \ - random.ipp \ - range.cpp \ - range.hpp \ - range.ipp \ - rational.cpp \ - rational.hpp \ - ray.cpp \ - ray.hpp \ - region.cpp \ - region.hpp \ - si.cpp \ - signal.cpp \ - signal.hpp \ - signal.ipp \ - si.hpp \ - sphere.cpp \ - sphere.hpp \ - stats.cpp \ - stats.hpp \ - stream.cpp \ - stream.hpp \ - string.cpp \ - string.hpp \ - stringid.cpp \ - stringid.hpp \ - tap.cpp \ - tap.hpp \ - tap.ipp \ - time.cpp \ - time.hpp \ - tuple.cpp \ - tuple.hpp \ - types/bits.hpp \ - types/casts.hpp \ - types/comparator.hpp\ - types/comparator.ipp\ - types.hpp \ - types/string.cpp \ - types/string.hpp \ - types/traits.hpp \ - uri.cpp \ - uri.hpp \ - variadic.cpp \ - variadic.hpp \ - variadic.ipp \ - vector.cpp \ - vector.hpp \ - version.cpp \ - version.hpp \ - view.cpp \ - view.hpp \ - zlib.cpp \ + noise/fractal.cpp \ + noise/fractal.hpp \ + noise/lerp.cpp \ + noise/lerp.hpp \ + noise/lut.cpp \ + noise/lut.hpp \ + options.cpp \ + options.hpp \ + pascal.cpp \ + pascal.hpp \ + plane.cpp \ + plane.hpp \ + platform.hpp \ + point.cpp \ + point.hpp \ + point.ipp \ + polynomial.cpp \ + polynomial.hpp \ + polynomial.ipp \ + pool.cpp \ + pool.hpp \ + pool.ipp \ + preprocessor.hpp \ + quaternion.cpp \ + quaternion.hpp \ + raii.hpp \ + random.cpp \ + random.hpp \ + random.ipp \ + range.cpp \ + range.hpp \ + range.ipp \ + rational.cpp \ + rational.hpp \ + ray.cpp \ + ray.hpp \ + region.cpp \ + region.hpp \ + si.cpp \ + signal.cpp \ + signal.hpp \ + signal.ipp \ + si.hpp \ + sphere.cpp \ + sphere.hpp \ + stats.cpp \ + stats.hpp \ + stream.cpp \ + stream.hpp \ + string.cpp \ + string.hpp \ + stringid.cpp \ + stringid.hpp \ + tap.cpp \ + tap.hpp \ + tap.ipp \ + time.cpp \ + time.hpp \ + tuple.cpp \ + tuple.hpp \ + types/bits.hpp \ + types/casts.hpp \ + types/comparator.hpp \ + types/comparator.ipp \ + types.hpp \ + types/string.cpp \ + types/string.hpp \ + types/traits.hpp \ + uri.cpp \ + uri.hpp \ + variadic.cpp \ + variadic.hpp \ + variadic.ipp \ + vector.cpp \ + vector.hpp \ + version.cpp \ + version.hpp \ + view.cpp \ + view.hpp \ + zlib.cpp \ zlib.hpp