1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
SUBDIRS = .
include $(top_srcdir)/Makefile.am.common
if USE_LIBCURL
AM_CPPFLAGS += -DPFETCH_HTML
endif
noinst_LIBRARIES = libSeqtoolsUtils.a
libSeqtoolsUtils_a_SOURCES = iupac.hpp version.hpp utilities.hpp utilities.cpp blxmsp.hpp blxmsp.cpp translate.cpp seqtoolsWebBrowser.cpp blxGff3Parser.hpp blxGff3Parser.cpp blxparser.hpp blxparser.cpp seqtoolsFetch.hpp seqtoolsFetch.cpp
libSeqtoolsUtils_a_LIBADD =
libSeqtoolsUtils_a_CFLAGS =
# Extra files to remove for the maintainer-clean target.
#
MAINTAINERCLEANFILES = $(top_srcdir)/seqtoolsUtils/Makefile.in
|