Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
STklos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Erick
STklos
Commits
f3583a7c
Commit
f3583a7c
authored
Aug 23, 2010
by
Erick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modifications to support ScmPkg on MacOs MacPorts
parent
117bc2fd
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
21 additions
and
3 deletions
+21
-3
Makefile.in
Makefile.in
+1
-0
configure
configure
+3
-0
configure.ac
configure.ac
+3
-1
doc/Makefile.in
doc/Makefile.in
+1
-0
examples/Makefile.in
examples/Makefile.in
+1
-0
lib/Lalr.d/Makefile.in
lib/Lalr.d/Makefile.in
+1
-0
lib/Makefile.in
lib/Makefile.in
+1
-0
lib/Match.d/Makefile.in
lib/Match.d/Makefile.in
+1
-0
lib/SILex.d/Makefile.in
lib/SILex.d/Makefile.in
+1
-0
lib/ScmPkg.d/Makefile.in
lib/ScmPkg.d/Makefile.in
+1
-0
pkgman/Makefile.in
pkgman/Makefile.in
+1
-0
src/Makefile.in
src/Makefile.in
+1
-0
tests/Makefile.in
tests/Makefile.in
+1
-0
utils/Makefile.in
utils/Makefile.in
+1
-0
utils/stklos-config.in
utils/stklos-config.in
+3
-2
No files found.
Makefile.in
View file @
f3583a7c
...
...
@@ -134,6 +134,7 @@ ECHO_T = @ECHO_T@
EGREP
=
@EGREP@
EXECDIR
=
@EXECDIR@
EXEEXT
=
@EXEEXT@
EXTRA_COMP_FLAGS
=
@EXTRA_COMP_FLAGS@
FFI
=
@FFI@
FFIINC
=
@FFIINC@
FFILIB
=
@FFILIB@
...
...
configure
View file @
f3583a7c
...
...
@@ -619,6 +619,7 @@ SH_SUFFIX
SH_LOADER
SH_LOAD_FLAGS
SH_COMP_FLAGS
EXTRA_COMP_FLAGS
OS_NAME_VERSION
OS_NAME
BUILD_ARCH
...
...
@@ -6143,6 +6144,7 @@ case $OS_NAME_VERSION in
;;
DARWIN_10
)
GCINC
=
"GCINC -D_XOPEN_SOURCE"
EXTRA_COMP_FLAGS
=
"-I/opt/local/include"
;;
UNKNOWN
*
)
echo
""
...
...
@@ -6881,6 +6883,7 @@ LIB_SUMMARY="(:system ($SYST_LIBS) :compiled ($COMP_LIBS))"
#GC
...
...
configure.ac
View file @
f3583a7c
...
...
@@ -2,7 +2,7 @@
###
### Author: Erick Gallesio [eg@unice.fr]
### Creation date: 28-Dec-1999 21:19 (eg)
### Last file update: 2
0-Aug-2010 09:46
(eg)
### Last file update: 2
3-Aug-2010 00:20
(eg)
AC_PREREQ(2.64)
AC_INIT([stklos], [1.01dev])
...
...
@@ -69,6 +69,7 @@ case $OS_NAME_VERSION in
;;
DARWIN_10)
GCINC="GCINC -D_XOPEN_SOURCE"
EXTRA_COMP_FLAGS="-I/opt/local/include"
;;
UNKNOWN*)
echo ""
...
...
@@ -394,6 +395,7 @@ AC_SUBST(BUILD_OS)
AC_SUBST(BUILD_ARCH)
AC_SUBST(OS_NAME)
AC_SUBST(OS_NAME_VERSION)
AC_SUBST(EXTRA_COMP_FLAGS)
AC_SUBST(SH_COMP_FLAGS)
AC_SUBST(SH_LOAD_FLAGS)
AC_SUBST(SH_LOADER)
...
...
doc/Makefile.in
View file @
f3583a7c
...
...
@@ -111,6 +111,7 @@ ECHO_T = @ECHO_T@
EGREP
=
@EGREP@
EXECDIR
=
@EXECDIR@
EXEEXT
=
@EXEEXT@
EXTRA_COMP_FLAGS
=
@EXTRA_COMP_FLAGS@
FFI
=
@FFI@
FFIINC
=
@FFIINC@
FFILIB
=
@FFILIB@
...
...
examples/Makefile.in
View file @
f3583a7c
...
...
@@ -99,6 +99,7 @@ ECHO_T = @ECHO_T@
EGREP
=
@EGREP@
EXECDIR
=
@EXECDIR@
EXEEXT
=
@EXEEXT@
EXTRA_COMP_FLAGS
=
@EXTRA_COMP_FLAGS@
FFI
=
@FFI@
FFIINC
=
@FFIINC@
FFILIB
=
@FFILIB@
...
...
lib/Lalr.d/Makefile.in
View file @
f3583a7c
...
...
@@ -103,6 +103,7 @@ ECHO_T = @ECHO_T@
EGREP
=
@EGREP@
EXECDIR
=
@EXECDIR@
EXEEXT
=
@EXEEXT@
EXTRA_COMP_FLAGS
=
@EXTRA_COMP_FLAGS@
FFI
=
@FFI@
FFIINC
=
@FFIINC@
FFILIB
=
@FFILIB@
...
...
lib/Makefile.in
View file @
f3583a7c
...
...
@@ -142,6 +142,7 @@ ECHO_T = @ECHO_T@
EGREP
=
@EGREP@
EXECDIR
=
@EXECDIR@
EXEEXT
=
@EXEEXT@
EXTRA_COMP_FLAGS
=
@EXTRA_COMP_FLAGS@
FFI
=
@FFI@
FFIINC
=
@FFIINC@
FFILIB
=
@FFILIB@
...
...
lib/Match.d/Makefile.in
View file @
f3583a7c
...
...
@@ -102,6 +102,7 @@ ECHO_T = @ECHO_T@
EGREP
=
@EGREP@
EXECDIR
=
@EXECDIR@
EXEEXT
=
@EXEEXT@
EXTRA_COMP_FLAGS
=
@EXTRA_COMP_FLAGS@
FFI
=
@FFI@
FFIINC
=
@FFIINC@
FFILIB
=
@FFILIB@
...
...
lib/SILex.d/Makefile.in
View file @
f3583a7c
...
...
@@ -102,6 +102,7 @@ ECHO_T = @ECHO_T@
EGREP
=
@EGREP@
EXECDIR
=
@EXECDIR@
EXEEXT
=
@EXEEXT@
EXTRA_COMP_FLAGS
=
@EXTRA_COMP_FLAGS@
FFI
=
@FFI@
FFIINC
=
@FFIINC@
FFILIB
=
@FFILIB@
...
...
lib/ScmPkg.d/Makefile.in
View file @
f3583a7c
...
...
@@ -103,6 +103,7 @@ ECHO_T = @ECHO_T@
EGREP
=
@EGREP@
EXECDIR
=
@EXECDIR@
EXEEXT
=
@EXEEXT@
EXTRA_COMP_FLAGS
=
@EXTRA_COMP_FLAGS@
FFI
=
@FFI@
FFIINC
=
@FFIINC@
FFILIB
=
@FFILIB@
...
...
pkgman/Makefile.in
View file @
f3583a7c
...
...
@@ -103,6 +103,7 @@ ECHO_T = @ECHO_T@
EGREP
=
@EGREP@
EXECDIR
=
@EXECDIR@
EXEEXT
=
@EXEEXT@
EXTRA_COMP_FLAGS
=
@EXTRA_COMP_FLAGS@
FFI
=
@FFI@
FFIINC
=
@FFIINC@
FFILIB
=
@FFILIB@
...
...
src/Makefile.in
View file @
f3583a7c
...
...
@@ -153,6 +153,7 @@ ECHO_T = @ECHO_T@
EGREP
=
@EGREP@
EXECDIR
=
@EXECDIR@
EXEEXT
=
@EXEEXT@
EXTRA_COMP_FLAGS
=
@EXTRA_COMP_FLAGS@
FFI
=
@FFI@
FFIINC
=
@FFIINC@
FFILIB
=
@FFILIB@
...
...
tests/Makefile.in
View file @
f3583a7c
...
...
@@ -78,6 +78,7 @@ ECHO_T = @ECHO_T@
EGREP
=
@EGREP@
EXECDIR
=
@EXECDIR@
EXEEXT
=
@EXEEXT@
EXTRA_COMP_FLAGS
=
@EXTRA_COMP_FLAGS@
FFI
=
@FFI@
FFIINC
=
@FFIINC@
FFILIB
=
@FFILIB@
...
...
utils/Makefile.in
View file @
f3583a7c
...
...
@@ -103,6 +103,7 @@ ECHO_T = @ECHO_T@
EGREP
=
@EGREP@
EXECDIR
=
@EXECDIR@
EXEEXT
=
@EXEEXT@
EXTRA_COMP_FLAGS
=
@EXTRA_COMP_FLAGS@
FFI
=
@FFI@
FFIINC
=
@FFIINC@
FFILIB
=
@FFILIB@
...
...
utils/stklos-config.in
View file @
f3583a7c
...
...
@@ -22,7 +22,7 @@
#
# Author: Erick Gallesio [eg@unice.fr]
# Creation date: 27-Jul-2000 23:58 (eg)
# Last file update: 2
8-Oct-2009 18:55
(eg)
# Last file update: 2
3-Aug-2010 00:23
(eg)
prefix
=
@prefix@
...
...
@@ -65,7 +65,8 @@ while test $# -gt 0; do
echo
@VERSION@
;;
--compile
|
-c
)
echo
@CC@ @SH_COMP_FLAGS@
-I
${
prefix
}
/include/@PACKAGE@
-I
${
prefix
}
/include/@PACKAGE@/gc
inc
=
-I
${
prefix
}
/include/@PACKAGE@
echo
@CC@ @SH_COMP_FLAGS@
$inc
$inc
/gc @EXTRA_COMP_FLAGS@
;;
--link
|
-l
)
echo
@SH_LOADER@ @SH_LOAD_FLAGS@
...
...
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