Makefile.am revision 37f2d421e07c55edcc1b40c53be37eec637c0c1e
noinst_LIBRARIES = liblib.a
BUILT_SOURCES = unicodemap.c
EXTRA_DIST = unicodemap.c unicodemap.pl
test -f UnicodeData.txt || wget http://www.unicode.org/Public/UNIDATA/UnicodeData.txt
perl unicodemap.pl < UnicodeData.txt > $@
liblib_a_SOURCES = \
base64.c \
buffer.c \
compat.c \
crc32.c \
fdpass.c \
hash.c \
imem.c \
ioloop.c \
lib.c \
md4.c \
md5.c \
primes.c \
sha1.c \
sha2.c \
str.c \
headers = \
array.h \
base64.h \
buffer.h \
compat.h \
crc32.h \
fdpass.h \
hash.h \
imem.h \
ioloop.h \
lib.h \
macros.h \
md4.h \
md5.h \
primes.h \
sha1.h \
sha2.h \
str.h \
if INSTALL_HEADERS
pkginc_libdir=$(pkgincludedir)/src/lib
pkginc_lib_HEADERS = $(headers)
else
noinst_HEADERS = $(headers)
endif