File: Makefile.am

package info (click to toggle)
clustalo 1.2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,352 kB
  • sloc: ansic: 19,242; cpp: 14,513; sh: 10,039; makefile: 123
file content (25 lines) | stat: -rw-r--r-- 559 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Some useful automake documentation:
# http://www.openismus.com/documents/linux/automake/automake.shtml
# http://www.bioinf.uni-freiburg.de/~mmann/HowTo/automake.html

# we do not use GNU-style files: NEWS README AUTHORS ChangeLog
#AUTOMAKE_OPTIONS = foreign

ACLOCAL_AMFLAGS=-I m4
SUBDIRS = src
# SUBDIRS = src tests

dist_doc_DATA = README

EXTRA_DIST = Doxyfile

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = clustalo.pc


bug-tests: all
	cd bug-tests && $(SHELL) bug-tests.sh;

#dist-hook:
#	svnversion . > $(distdir)/src/svnversion.h 2>/dev/null