## Process this file with automake to generate Makefile.in AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = @ACLOCAL_CWFLAGS@ SUBDIRS = include BUILT_SOURCES = EXTRA_DIST = LICENSE libecc.spec TRINOMIALS mmx_check.s $(BUILT_SOURCES) DISTCLEANFILES = VERSIONINFO=@VERSIONINFO@ CXXFLAGS = LIBS = @CWD_LIBS@ INCLUDES = -I$(top_builddir)/include -I$(srcdir)/include DEFAULT_INCLUDES = # Libtool bug workaround. LTCCASCOMPILE=$(LIBTOOL) --tag=CC --mode=compile $(CCASCOMPILE) LIBECC = libecc.la lib_LTLIBRARIES = $(LIBECC) libecc_la_CXXFLAGS = @CXXFLAGS@ @CWD_FLAGS@ if NASM libecc_la_SOURCES = debug.cc bitset.cc rng.cc rds.cc sha.cc square.cc irrednas.s window.s else libecc_la_SOURCES = debug.cc bitset.cc rng.cc rds.cc sha.cc square.cc endif libecc_la_LDFLAGS = -version-info $(VERSIONINFO) libecc_la_LIBADD = $(ASMOBJ) # --------------- Maintainer's Section dist-hook: doc libecc.spec cp -pr $(srcdir)/doc $(distdir) ls doc/reference-manual/form_*.png | grep 'form_[0-9]*\.png' > forms; \ tar c -X forms -hf - doc | tar -C $(distdir) -xf -; \ rm forms find $(distdir)/doc -name CVS -print | xargs rm -rf find $(distdir)/doc -name .cvsignore -print | xargs rm -rf mkdir -p $(distdir)/testsuite DISTDIR="`pwd`/$(distdir)"; cd $(srcdir); for entry in `find testsuite -type f -name Entries`; do \ d=`echo "$$entry" | sed -e 's%CVS/Entries%%'`; \ mkdir -p "$$DISTDIR/$$d"; \ for file in `cat $$entry | grep '^/' | sed -e 's%^/\([^/]*\)/.*$$%\1%'`; do \ if test -f $$d/$$file; then \ cp $$d/$$file "$$DISTDIR/$$d"; \ fi \ done \ done distclean-local: rm -rf .deps rpm autom4te-*.cache libecc-*.tar.gz maintainer-clean-local: @$(MAKE) -C doc maintainer-clean MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure stamp-h.in Makefile.in \ install-sh missing mkinstalldirs config.guess config.sub ltmain.sh ltconfig \ config.cache config.log depcomp config.status troep* @MAINTAINER_MODE_TRUE@include maintMakefile