2015-10-02 21:12:35 +02:00
|
|
|
# ---------------------------------------------------------------
|
|
|
|
# $Id: Makefile 1825 2013-02-26 09:39:47Z viari $
|
|
|
|
# ---------------------------------------------------------------
|
|
|
|
# @file: Makefile
|
|
|
|
# @desc: makefile for src
|
|
|
|
#
|
|
|
|
# @history:
|
|
|
|
# @+ <Gloup> : Mar 92 : first draft
|
|
|
|
# @+ <Gloup> : Jul 93 : revised version
|
|
|
|
# @+ <Gloup> : Feb 01 : Adapted to LXware
|
|
|
|
#
|
|
|
|
# @note: should be processed with gnu compatible make
|
|
|
|
# @note: helixware_compatible
|
|
|
|
#
|
|
|
|
# @end:
|
|
|
|
# ---------------------------------------------------------------
|
|
|
|
#
|
|
|
|
include ../config/auto.conf
|
|
|
|
|
2015-10-02 23:20:33 +02:00
|
|
|
DIRS = aragorn \
|
|
|
|
clustalo \
|
|
|
|
exonerate \
|
|
|
|
hmmer3 \
|
2015-10-02 21:12:35 +02:00
|
|
|
kimono \
|
2015-10-02 23:20:33 +02:00
|
|
|
muscle \
|
|
|
|
ncbiblast \
|
2015-10-02 21:12:35 +02:00
|
|
|
prokov \
|
2015-10-02 23:20:33 +02:00
|
|
|
repseek \
|
2015-10-02 21:12:35 +02:00
|
|
|
sequtils \
|
2015-10-02 23:20:33 +02:00
|
|
|
sumaclust \
|
2015-11-08 16:59:03 +01:00
|
|
|
sumatra \
|
|
|
|
gawk
|
2015-10-02 21:12:35 +02:00
|
|
|
|
|
|
|
include ../config/targets/propagate.targ
|
|
|
|
|
|
|
|
include ../config/targets/help.targ
|
|
|
|
|
|
|
|
portclean::
|
|
|
|
$(MAKE) ACTION=$@ _action
|
|
|
|
(! test -d $(PRTDIR)) || \rm -r $(PRTDIR)
|