diff --git a/src/gawk/gawk-4/.gitignore b/src/gawk/.gitignore similarity index 100% rename from src/gawk/gawk-4/.gitignore rename to src/gawk/.gitignore diff --git a/src/gawk/Makefile b/src/gawk/Makefile old mode 100755 new mode 100644 index 20aead1..6f08256 --- a/src/gawk/Makefile +++ b/src/gawk/Makefile @@ -2,12 +2,10 @@ # $Id: $ # --------------------------------------------------------------- # @file: Makefile -# @desc: makefile for lxpack +# @desc: makefile for package exonerate # # @history: -# @history: -# @+ : Apr 97 : Created -# @+ : Mar 02 : Updated for LXxware +# @+ : Sept 15 : Adapted to ORG.Annot # # @note: should be processed with gnu compatible make # @note: helixware_compatible @@ -15,14 +13,12 @@ # @end: # --------------------------------------------------------------- # + include ../../config/auto.conf -DIRS = gawk-4 +PKG = gawk-4.1.3 -include ../../config/targets/propagate.targ +include $(CFGDIR)targets/package.targ -include ../../config/targets/help.targ - -all:: - $(MAKE) ACTION=$@ _action +include $(CFGDIR)targets/help.targ diff --git a/src/gawk/gawk-4/gawk-4.1.3.tgz b/src/gawk/gawk-4.1.3.tgz similarity index 100% rename from src/gawk/gawk-4/gawk-4.1.3.tgz rename to src/gawk/gawk-4.1.3.tgz diff --git a/src/gawk/gawk-4/Makefile b/src/gawk/gawk-4/Makefile deleted file mode 100644 index 900f85f..0000000 --- a/src/gawk/gawk-4/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# --------------------------------------------------------------- -# $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 -