Former-commit-id: 32011d9b239e2c5ed93646a8173b285f377693a3 Former-commit-id: 6e804387bfacfc4e9242ef3f7014642044f3aa2c
44 lines
1020 B
Makefile
Executable File
44 lines
1020 B
Makefile
Executable File
# ---------------------------------------------------------------
|
|
# $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
|
|
|
|
DIRS = aragorn \
|
|
clustalo \
|
|
exonerate \
|
|
hmmer3 \
|
|
kimono \
|
|
muscle \
|
|
ncbiblast \
|
|
prokov \
|
|
repseek \
|
|
sequtils \
|
|
sumaclust \
|
|
sumatra \
|
|
gawk \
|
|
getopt \
|
|
cd-hit \
|
|
tcsh
|
|
|
|
include ../config/targets/propagate.targ
|
|
|
|
include ../config/targets/help.targ
|
|
|
|
portclean::
|
|
$(MAKE) ACTION=$@ _action
|
|
(! test -d $(PRTDIR)) || \rm -r $(PRTDIR)
|