diff --git a/src/Makefile b/src/Makefile index 1e3bb75..756328f 100755 --- a/src/Makefile +++ b/src/Makefile @@ -29,7 +29,8 @@ DIRS = aragorn \ sequtils \ sumaclust \ sumatra \ - gawk + gawk \ + getopt include ../config/targets/propagate.targ diff --git a/src/getopt/Makefile b/src/getopt/Makefile new file mode 100644 index 0000000..69ff371 --- /dev/null +++ b/src/getopt/Makefile @@ -0,0 +1,26 @@ +# --------------------------------------------------------------- +# $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 = getopt-1.1.6 +MAKEOPTIONS=prefix=$(PRTPATH) + + +include $(CFGDIR)targets/package.targ + +include $(CFGDIR)targets/help.targ + diff --git a/src/getopt/getopt-1.1.6.tgz b/src/getopt/getopt-1.1.6.tgz new file mode 100644 index 0000000..ee3075c Binary files /dev/null and b/src/getopt/getopt-1.1.6.tgz differ