clean gawk distro

Former-commit-id: 5b6234f3446036d831aa131ec7617798a39b86b1
Former-commit-id: f8271890bc649168280f5d634c721e4883976da1
This commit is contained in:
alain viari
2015-11-13 23:00:27 +01:00
parent 6f43ede11e
commit 80d7027d70
4 changed files with 6 additions and 34 deletions

16
src/gawk/Makefile Executable file → Normal file
View File

@ -2,12 +2,10 @@
# $Id: $
# ---------------------------------------------------------------
# @file: Makefile
# @desc: makefile for lxpack
# @desc: makefile for package exonerate
#
# @history:
# @history:
# @+ <Gloup> : Apr 97 : Created
# @+ <Gloup> : Mar 02 : Updated for LXxware
# @+ <Gloup> : 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

View File

@ -1,24 +0,0 @@
# ---------------------------------------------------------------
# $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