
Former-commit-id: 54638fc7623ec0485109b0b5879144f8f2514213 Former-commit-id: 23f43cd31169d95df12ae1c207d9fd1c924d26b1
25 lines
554 B
Makefile
25 lines
554 B
Makefile
# ---------------------------------------------------------------
|
|
# $Id: $
|
|
# ---------------------------------------------------------------
|
|
# @file: Makefile
|
|
# @desc: makefile for package exonerate
|
|
#
|
|
# @history:
|
|
# @+ <Gloup> : Sept 15 : Adapted to ORG.Annot
|
|
#
|
|
# @note: should be processed with gnu compatible make
|
|
# @note: helixware_compatible
|
|
#
|
|
# @end:
|
|
# ---------------------------------------------------------------
|
|
#
|
|
|
|
include ../../config/auto.conf
|
|
|
|
PKG = hmmer-3.1b1
|
|
|
|
include $(CFGDIR)targets/package.targ
|
|
|
|
include $(CFGDIR)targets/help.targ
|
|
|