Patch compilation of binaries
Former-commit-id: 688670c339643a282bdeabafafff3b451be83cb6 Former-commit-id: 60d3e42d2af73515fea50d9c97dc4eacda9c8abb
This commit is contained in:
29
src/clustalo/Makefile
Executable file
29
src/clustalo/Makefile
Executable file
@ -0,0 +1,29 @@
|
||||
# ---------------------------------------------------------------
|
||||
# $Id: $
|
||||
# ---------------------------------------------------------------
|
||||
# @file: Makefile
|
||||
# @desc: makefile for lxpack
|
||||
#
|
||||
# @history:
|
||||
# @history:
|
||||
# @+ <Gloup> : Apr 97 : Created
|
||||
# @+ <Gloup> : Mar 02 : Updated for LXxware
|
||||
#
|
||||
# @note: should be processed with gnu compatible make
|
||||
# @note: helixware_compatible
|
||||
#
|
||||
# @end:
|
||||
# ---------------------------------------------------------------
|
||||
#
|
||||
include ../../config/auto.conf
|
||||
|
||||
DIRS = argtable \
|
||||
clustalo
|
||||
|
||||
include ../../config/targets/propagate.targ
|
||||
|
||||
include ../../config/targets/help.targ
|
||||
|
||||
all::
|
||||
$(MAKE) ACTION=$@ _action
|
||||
|
24
src/clustalo/argtable/Makefile
Normal file
24
src/clustalo/argtable/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# ---------------------------------------------------------------
|
||||
# $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 = argtable2-13
|
||||
|
||||
include $(CFGDIR)targets/package.targ
|
||||
|
||||
include $(CFGDIR)targets/help.targ
|
||||
|
BIN
src/clustalo/argtable/argtable2-13.tgz
Normal file
BIN
src/clustalo/argtable/argtable2-13.tgz
Normal file
Binary file not shown.
24
src/clustalo/clustalo/Makefile
Normal file
24
src/clustalo/clustalo/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# ---------------------------------------------------------------
|
||||
# $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 = clustal-omega-1.2.1
|
||||
|
||||
include $(CFGDIR)targets/package.targ
|
||||
|
||||
include $(CFGDIR)targets/help.targ
|
||||
|
BIN
src/clustalo/clustalo/clustal-omega-1.2.1.tgz
Normal file
BIN
src/clustalo/clustalo/clustal-omega-1.2.1.tgz
Normal file
Binary file not shown.
Reference in New Issue
Block a user