Merge branch 'master' of git.metabarcoding.org:org-asm/org-annotate
Former-commit-id: 30df24d0b7f2f2efc5e2f40590680836e7277c6b Former-commit-id: 4f26f8fc73fb690cd88307cc7e16c8320ee7f1b2
This commit is contained in:
@ -28,7 +28,8 @@ DIRS = aragorn \
|
||||
repseek \
|
||||
sequtils \
|
||||
sumaclust \
|
||||
sumatra
|
||||
sumatra \
|
||||
gawk
|
||||
|
||||
include ../config/targets/propagate.targ
|
||||
|
||||
|
28
src/gawk/Makefile
Executable file
28
src/gawk/Makefile
Executable file
@ -0,0 +1,28 @@
|
||||
# ---------------------------------------------------------------
|
||||
# $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 = gawk-4
|
||||
|
||||
include ../../config/targets/propagate.targ
|
||||
|
||||
include ../../config/targets/help.targ
|
||||
|
||||
all::
|
||||
$(MAKE) ACTION=$@ _action
|
||||
|
1
src/gawk/gawk-4/.gitignore
vendored
Normal file
1
src/gawk/gawk-4/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/build.i386-darwin/
|
24
src/gawk/gawk-4/Makefile
Normal file
24
src/gawk/gawk-4/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 = gawk-4.1.3
|
||||
|
||||
include $(CFGDIR)targets/package.targ
|
||||
|
||||
include $(CFGDIR)targets/help.targ
|
||||
|
BIN
src/gawk/gawk-4/gawk-4.1.3.tgz
Normal file
BIN
src/gawk/gawk-4/gawk-4.1.3.tgz
Normal file
Binary file not shown.
Reference in New Issue
Block a user