Codebase list augustus / debian/3.3.2+dfsg-2 common.mk
debian/3.3.2+dfsg-2

Tree @debian/3.3.2+dfsg-2 (Download .tar.gz)

common.mk @debian/3.3.2+dfsg-2raw · history · blame

# Definitions common to all Makefiles
# This file is included from other Makefiles in the augustus project.
AUGVERSION = 3.3.2

# make this a comment if you get compilation errors about the boost iostreams library
# cannot install this library and do not need to input gzipped input genome files
#ZIPINPUT = true

# uncomment this line to enable comparative gene finding (requires compiler which supports C++11 standard)
# COMPGENEPRED = true

# uncomment this line when you need MySQL access to sequences (most users don't)
#MYSQL = true

# uncomment this line to enable access to SQLite databases that store
# file offsets of sequence data in flat files and hints
# SQLITE = true