Patch compilation of binaries
Former-commit-id: 688670c339643a282bdeabafafff3b451be83cb6 Former-commit-id: 60d3e42d2af73515fea50d9c97dc4eacda9c8abb
This commit is contained in:
BIN
src/exonerate/.DS_Store
vendored
BIN
src/exonerate/.DS_Store
vendored
Binary file not shown.
20
src/exonerate/Makefile
Normal file → Executable file
20
src/exonerate/Makefile
Normal file → Executable file
@@ -2,10 +2,12 @@
|
||||
# $Id: $
|
||||
# ---------------------------------------------------------------
|
||||
# @file: Makefile
|
||||
# @desc: makefile for package exonerate
|
||||
# @desc: makefile for lxpack
|
||||
#
|
||||
# @history:
|
||||
# @+ <Gloup> : Sept 15 : Adapted to ORG.Annot
|
||||
# @history:
|
||||
# @+ <Gloup> : Apr 97 : Created
|
||||
# @+ <Gloup> : Mar 02 : Updated for LXxware
|
||||
#
|
||||
# @note: should be processed with gnu compatible make
|
||||
# @note: helixware_compatible
|
||||
@@ -13,12 +15,18 @@
|
||||
# @end:
|
||||
# ---------------------------------------------------------------
|
||||
#
|
||||
|
||||
include ../../config/auto.conf
|
||||
|
||||
PKG = exonerate-2.2.0
|
||||
DIRS = pkg-config \
|
||||
libffi \
|
||||
gettext \
|
||||
glib2 \
|
||||
exonerate
|
||||
|
||||
include $(CFGDIR)targets/package.targ
|
||||
include ../../config/targets/propagate.targ
|
||||
|
||||
include $(CFGDIR)targets/help.targ
|
||||
include ../../config/targets/help.targ
|
||||
|
||||
all::
|
||||
$(MAKE) ACTION=$@ _action
|
||||
|
||||
|
Binary file not shown.
BIN
src/exonerate/exonerate/.DS_Store
vendored
Normal file
BIN
src/exonerate/exonerate/.DS_Store
vendored
Normal file
Binary file not shown.
24
src/exonerate/exonerate/Makefile
Normal file
24
src/exonerate/exonerate/Makefile
Normal file
@@ -0,0 +1,24 @@
|
||||
# ---------------------------------------------------------------
|
||||
# $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 = exonerate-2.2.0_EC
|
||||
|
||||
include $(CFGDIR)targets/package.targ
|
||||
|
||||
include $(CFGDIR)targets/help.targ
|
||||
|
BIN
src/exonerate/exonerate/exonerate-2.2.0_EC.tgz
Normal file
BIN
src/exonerate/exonerate/exonerate-2.2.0_EC.tgz
Normal file
Binary file not shown.
24
src/exonerate/gettext/Makefile
Normal file
24
src/exonerate/gettext/Makefile
Normal file
@@ -0,0 +1,24 @@
|
||||
# ---------------------------------------------------------------
|
||||
# $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 = gettext-0.19
|
||||
|
||||
include $(CFGDIR)targets/package.targ
|
||||
|
||||
include $(CFGDIR)targets/help.targ
|
||||
|
BIN
src/exonerate/gettext/gettext-0.19.tgz
Normal file
BIN
src/exonerate/gettext/gettext-0.19.tgz
Normal file
Binary file not shown.
25
src/exonerate/glib2/Makefile
Normal file
25
src/exonerate/glib2/Makefile
Normal file
@@ -0,0 +1,25 @@
|
||||
# ---------------------------------------------------------------
|
||||
# $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 = glib-2.44.1
|
||||
CONFIGURE_OPTIONS = --disable-dtrace
|
||||
|
||||
include $(CFGDIR)targets/package.targ
|
||||
|
||||
include $(CFGDIR)targets/help.targ
|
||||
|
BIN
src/exonerate/glib2/glib-2.44.1.tgz
Normal file
BIN
src/exonerate/glib2/glib-2.44.1.tgz
Normal file
Binary file not shown.
BIN
src/exonerate/libffi/.DS_Store
vendored
Normal file
BIN
src/exonerate/libffi/.DS_Store
vendored
Normal file
Binary file not shown.
24
src/exonerate/libffi/Makefile
Normal file
24
src/exonerate/libffi/Makefile
Normal file
@@ -0,0 +1,24 @@
|
||||
# ---------------------------------------------------------------
|
||||
# $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 = libffi-3.2.1
|
||||
|
||||
include $(CFGDIR)targets/package.targ
|
||||
|
||||
include $(CFGDIR)targets/help.targ
|
||||
|
BIN
src/exonerate/libffi/libffi-3.2.1.tgz
Normal file
BIN
src/exonerate/libffi/libffi-3.2.1.tgz
Normal file
Binary file not shown.
25
src/exonerate/pkg-config/Makefile
Normal file
25
src/exonerate/pkg-config/Makefile
Normal file
@@ -0,0 +1,25 @@
|
||||
# ---------------------------------------------------------------
|
||||
# $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 = pkg-config-0.29
|
||||
CONFIGURE_OPTIONS= --with-internal-glib
|
||||
|
||||
include $(CFGDIR)targets/package.targ
|
||||
|
||||
include $(CFGDIR)targets/help.targ
|
||||
|
BIN
src/exonerate/pkg-config/pkg-config-0.29.tgz
Normal file
BIN
src/exonerate/pkg-config/pkg-config-0.29.tgz
Normal file
Binary file not shown.
Reference in New Issue
Block a user