File: Makefile.am

package info (click to toggle)
seqtools 4.44.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 28,468 kB
  • sloc: cpp: 53,636; sh: 12,199; makefile: 385
file content (18 lines) | stat: -rw-r--r-- 566 bytes parent folder | download | duplicates (5)
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