Files
annotate/src/hmmer3/Makefile
T

25 lines
554 B
Makefile
Raw Normal View History

2015-10-02 23:20:33 +02:00
# ---------------------------------------------------------------
# $Id: $
# ---------------------------------------------------------------
# @file: Makefile
2015-11-13 23:30:03 +01:00
# @desc: makefile for package exonerate
2015-10-02 23:20:33 +02:00
#
# @history:
2015-11-13 23:30:03 +01:00
# @+ <Gloup> : Sept 15 : Adapted to ORG.Annot
2015-10-02 23:20:33 +02:00
#
# @note: should be processed with gnu compatible make
# @note: helixware_compatible
#
# @end:
# ---------------------------------------------------------------
#
2015-11-13 23:30:03 +01:00
2015-10-02 23:20:33 +02:00
include ../../config/auto.conf
2015-11-13 23:30:03 +01:00
PKG = hmmer-3.1b1
2015-10-02 23:20:33 +02:00
2015-11-13 23:30:03 +01:00
include $(CFGDIR)targets/package.targ
2015-10-02 23:20:33 +02:00
2015-11-13 23:30:03 +01:00
include $(CFGDIR)targets/help.targ
2015-10-02 23:20:33 +02:00