style: sort Makefile target dependencies

This commit is contained in:
Danny Robson 2015-05-18 14:43:13 +10:00
parent 912228f87b
commit 47423da841

View File

@ -19,20 +19,20 @@ UTIL_FILES = \
colour.cpp \ colour.cpp \
colour.hpp \ colour.hpp \
colour.ipp \ colour.ipp \
coord.hpp \
coord/base.hpp \ coord/base.hpp \
coord.hpp \
coord/init.hpp \ coord/init.hpp \
coord/names.hpp \ coord/names.hpp \
coord/ops.hpp \ coord/ops.hpp \
coord/store.hpp \ coord/store.hpp \
crypto/arc4.cpp \
crypto/arc4.hpp \
crypto/tea.cpp \ crypto/tea.cpp \
crypto/tea.hpp \ crypto/tea.hpp \
crypto/xtea.cpp \ crypto/xtea.cpp \
crypto/xtea.hpp \ crypto/xtea.hpp \
crypto/xxtea.cpp \ crypto/xxtea.cpp \
crypto/xxtea.hpp \ crypto/xxtea.hpp \
crypto/arc4.cpp \
crypto/arc4.hpp \
debug.cpp \ debug.cpp \
debug.hpp \ debug.hpp \
endian.cpp \ endian.cpp \
@ -52,12 +52,11 @@ UTIL_FILES = \
fourcc.hpp \ fourcc.hpp \
guid.cpp \ guid.cpp \
guid.hpp \ guid.hpp \
hash.cpp \
hash.hpp \
hash/adler.cpp \ hash/adler.cpp \
hash/adler.hpp \ hash/adler.hpp \
hash/bsdsum.hpp \
hash/bsdsum.cpp \ hash/bsdsum.cpp \
hash/bsdsum.hpp \
hash.cpp \
hash/crc.cpp \ hash/crc.cpp \
hash/crc.hpp \ hash/crc.hpp \
hash/fletcher.hpp \ hash/fletcher.hpp \
@ -65,6 +64,7 @@ UTIL_FILES = \
hash/hmac.hpp \ hash/hmac.hpp \
hash/hotp.cpp \ hash/hotp.cpp \
hash/hotp.hpp \ hash/hotp.hpp \
hash.hpp \
hash/md2.cpp \ hash/md2.cpp \
hash/md2.hpp \ hash/md2.hpp \
hash/md4.cpp \ hash/md4.cpp \
@ -77,10 +77,10 @@ UTIL_FILES = \
hash/pbkdf2.hpp \ hash/pbkdf2.hpp \
hash/ripemd.cpp \ hash/ripemd.cpp \
hash/ripemd.hpp \ hash/ripemd.hpp \
hash/sha2.cpp \
hash/sha2.hpp \
hash/sha1.cpp \ hash/sha1.cpp \
hash/sha1.hpp \ hash/sha1.hpp \
hash/sha2.cpp \
hash/sha2.hpp \
image.cpp \ image.cpp \
image.hpp \ image.hpp \
introspection.cpp \ introspection.cpp \
@ -119,17 +119,17 @@ UTIL_FILES = \
net/address.hpp \ net/address.hpp \
net/except.cpp \ net/except.cpp \
net/except.hpp \ net/except.hpp \
net/types.cpp \
net/types.hpp \
net/socket.cpp \ net/socket.cpp \
net/socket.hpp \ net/socket.hpp \
net/types.cpp \
net/types.hpp \
nocopy.hpp \ nocopy.hpp \
noise.cpp \
noise.hpp \
noise/basis.cpp \ noise/basis.cpp \
noise/basis.hpp \ noise/basis.hpp \
noise.cpp \
noise/fractal.cpp \ noise/fractal.cpp \
noise/fractal.hpp \ noise/fractal.hpp \
noise.hpp \
noise/lerp.cpp \ noise/lerp.cpp \
noise/lerp.hpp \ noise/lerp.hpp \
noise/lut.cpp \ noise/lut.cpp \
@ -188,16 +188,16 @@ UTIL_FILES = \
time.hpp \ time.hpp \
tuple.cpp \ tuple.cpp \
tuple.hpp \ tuple.hpp \
types.hpp \
types/bits.hpp \ types/bits.hpp \
types/casts.hpp \ types/casts.hpp \
types/comparator.hpp\ types/comparator.hpp\
types/comparator.ipp\ types/comparator.ipp\
types.hpp \
types/string.cpp \ types/string.cpp \
types/string.hpp \ types/string.hpp \
types/traits.hpp \ types/traits.hpp \
uri.hpp \
uri.cpp \ uri.cpp \
uri.hpp \
variadic.cpp \ variadic.cpp \
variadic.hpp \ variadic.hpp \
variadic.ipp \ variadic.ipp \