Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
ORG.Annotate
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ORG.Asm
ORG.Annotate
Commits
fcdf44b5
Commit
fcdf44b5
authored
Nov 08, 2015
by
Eric Coissac
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add gawk dans les binaries which not standard on mac at least
parent
fa67c98a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
55 additions
and
1 deletion
+55
-1
src/Makefile
src/Makefile
+2
-1
src/gawk/Makefile
src/gawk/Makefile
+28
-0
src/gawk/gawk-4/.gitignore
src/gawk/gawk-4/.gitignore
+1
-0
src/gawk/gawk-4/Makefile
src/gawk/gawk-4/Makefile
+24
-0
src/gawk/gawk-4/gawk-4.1.3.tgz
src/gawk/gawk-4/gawk-4.1.3.tgz
+0
-0
No files found.
src/Makefile
View file @
fcdf44b5
...
...
@@ -28,7 +28,8 @@ DIRS = aragorn \
repseek
\
sequtils
\
sumaclust
\
sumatra
sumatra
\
gawk
include
../config/targets/propagate.targ
...
...
src/gawk/Makefile
0 → 100755
View file @
fcdf44b5
# ---------------------------------------------------------------
# $Id: $
# ---------------------------------------------------------------
# @file: Makefile
# @desc: makefile for lxpack
#
# @history:
# @history:
# @+ <Gloup> : Apr 97 : Created
# @+ <Gloup> : Mar 02 : Updated for LXxware
#
# @note: should be processed with gnu compatible make
# @note: helixware_compatible
#
# @end:
# ---------------------------------------------------------------
#
include
../../config/auto.conf
DIRS
=
gawk-4
include
../../config/targets/propagate.targ
include
../../config/targets/help.targ
all
::
$(MAKE)
ACTION
=
$@
_action
src/gawk/gawk-4/.gitignore
0 → 100644
View file @
fcdf44b5
/build.i386-darwin/
src/gawk/gawk-4/Makefile
0 → 100644
View file @
fcdf44b5
# ---------------------------------------------------------------
# $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
src/gawk/gawk-4/gawk-4.1.3.tgz
0 → 100644
View file @
fcdf44b5
File added
Eric Coissac
@coissac
mentioned in issue
#13 (closed)
·
Nov 10, 2015
mentioned in issue
#13 (closed)
mentioned in issue #13
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment