diff --git a/src/Makefile b/src/Makefile index a60f4ef..1e3bb75 100755 --- a/src/Makefile +++ b/src/Makefile @@ -28,7 +28,8 @@ DIRS = aragorn \ repseek \ sequtils \ sumaclust \ - sumatra + sumatra \ + gawk include ../config/targets/propagate.targ diff --git a/src/gawk/Makefile b/src/gawk/Makefile new file mode 100755 index 0000000..20aead1 --- /dev/null +++ b/src/gawk/Makefile @@ -0,0 +1,28 @@ +# --------------------------------------------------------------- +# $Id: $ +# --------------------------------------------------------------- +# @file: Makefile +# @desc: makefile for lxpack +# +# @history: +# @history: +# @+ : Apr 97 : Created +# @+ : 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 + diff --git a/src/gawk/gawk-4/.gitignore b/src/gawk/gawk-4/.gitignore new file mode 100644 index 0000000..3f0916a --- /dev/null +++ b/src/gawk/gawk-4/.gitignore @@ -0,0 +1 @@ +/build.i386-darwin/ diff --git a/src/gawk/gawk-4/Makefile b/src/gawk/gawk-4/Makefile new file mode 100644 index 0000000..900f85f --- /dev/null +++ b/src/gawk/gawk-4/Makefile @@ -0,0 +1,24 @@ +# --------------------------------------------------------------- +# $Id: $ +# --------------------------------------------------------------- +# @file: Makefile +# @desc: makefile for package exonerate +# +# @history: +# @+ : 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 + diff --git a/src/gawk/gawk-4/gawk-4.1.3.tgz b/src/gawk/gawk-4/gawk-4.1.3.tgz new file mode 100644 index 0000000..6714416 Binary files /dev/null and b/src/gawk/gawk-4/gawk-4.1.3.tgz differ