From 80d7027d70afa0eb5ea670e534748c35c5f8d50f Mon Sep 17 00:00:00 2001 From: alain viari Date: Fri, 13 Nov 2015 23:00:27 +0100 Subject: [PATCH] clean gawk distro Former-commit-id: 5b6234f3446036d831aa131ec7617798a39b86b1 Former-commit-id: f8271890bc649168280f5d634c721e4883976da1 --- src/gawk/{gawk-4 => }/.gitignore | 0 src/gawk/Makefile | 16 ++++++---------- src/gawk/{gawk-4 => }/gawk-4.1.3.tgz | Bin src/gawk/gawk-4/Makefile | 24 ------------------------ 4 files changed, 6 insertions(+), 34 deletions(-) rename src/gawk/{gawk-4 => }/.gitignore (100%) mode change 100755 => 100644 src/gawk/Makefile rename src/gawk/{gawk-4 => }/gawk-4.1.3.tgz (100%) delete mode 100644 src/gawk/gawk-4/Makefile 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 -