Add the cd-hit program to the binaries

Former-commit-id: 0ecdb8d90e9e78940ec9b109c3a0b484bcacf14d
Former-commit-id: 4c3551f7bca6c203fb7ffbba6c2e37d15d763487
This commit is contained in:
2016-01-27 13:09:43 +01:00
parent 647695d2a2
commit b2cc474077
5 changed files with 89 additions and 1 deletions

26
src/cd-hit/Makefile Normal file
View File

@ -0,0 +1,26 @@
# ---------------------------------------------------------------
# $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 = cd-hit-v4.6.4-2015-0603
MAKEOPTIONS= openmp=no PREFIX=$(PRTPATH)/bin
include $(CFGDIR)targets/package.targ
include $(CFGDIR)targets/help.targ

Binary file not shown.