## Process this file with automake to produce Makefile.in AUTOMAKE_OPTIONS = foreign dist-zip EXTRA_DIST = CHANGES LICENSE safestr.dsp \ doc/safestr.html doc/safestr.pdf DISTCLEANFILES = $(distdir).tar.gz $(distdir).zip \ safestr-c99.h if BUILD_XXL SUBDIRS = xxl-1.0.1 else DIST_SUBDIRS = xxl-1.0.1 endif lib_LTLIBRARIES = libsafestr.la libsafestr_la_LDFLAGS = -version-info $(SAFESTR_VERSION_CURRENT):$(SAFESTR_VERSION_REVISION):$(SAFESTR_VERSION_AGE) dist_libsafestr_la_SOURCES = safestr.c \ isafestr.h \ safefmt.c \ safeutil.c nodist_libsafestr_la_SOURCES = safestr.h \ safestr-c99.h nodist_include_HEADERS = safestr.h \ safestr-c99.h check_PROGRAMS = safetest dist_safetest_SOURCES = safetest.c nodist_safetest_SOURCES = safestr.h safetest_LDADD = -L. -lsafestr TESTS = safetest distclean-local: rm -rf autom4te.cache # vim: noet sts=0 sw=8 ts=8