## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = foreign dist-zip
EXTRA_DIST = LICENSE xxl.dsp xxl.pdf xxl.html
DISTCLEANFILES = $(distdir).tar.gz $(distdir).zip
lib_LTLIBRARIES = libxxl.la
dist_libxxl_la_SOURCES = xxl.c \
xxlutil.c \
ixxl.h
nodist_libxxl_la_SOURCES = xxl.h
nodist_include_HEADERS = xxl.h
libxxl_la_LDFLAGS = -version-info $(XXL_VERSION_CURRENT):$(XXL_VERSION_REVISION):$(XXL_VERSION_AGE)
check_PROGRAMS = xxltest
dist_xxltest_SOURCES = xxltest.c
nodist_xxltest_SOURCES = xxl.h
xxltest_LDADD = -L. -lxxl
TESTS = xxltest
distclean-local:
rm -rf autom4te.cache
# vim: noet sts=0 sw=8 ts=8
syntax highlighted by Code2HTML, v. 0.9.1