Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
6
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
ca875a5d
Commit
ca875a5d
authored
Oct 23, 2010
by
Erick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefiles cleanup
parent
c5578399
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
34 additions
and
24 deletions
+34
-24
doc/Makefile.am
doc/Makefile.am
+3
-1
doc/Makefile.in
doc/Makefile.in
+2
-1
lib/Lalr.d/Makefile.am
lib/Lalr.d/Makefile.am
+1
-2
lib/Lalr.d/Makefile.in
lib/Lalr.d/Makefile.in
+3
-3
lib/Makefile.am
lib/Makefile.am
+5
-2
lib/Makefile.in
lib/Makefile.in
+5
-2
lib/Match.d/Makefile.am
lib/Match.d/Makefile.am
+2
-1
lib/Match.d/Makefile.in
lib/Match.d/Makefile.in
+1
-1
lib/ScmPkg.d/Makefile.am
lib/ScmPkg.d/Makefile.am
+1
-3
lib/ScmPkg.d/Makefile.in
lib/ScmPkg.d/Makefile.in
+3
-3
pkgman/Makefile.am
pkgman/Makefile.am
+2
-2
pkgman/Makefile.in
pkgman/Makefile.in
+2
-1
tests/Makefile.am
tests/Makefile.am
+2
-1
tests/Makefile.in
tests/Makefile.in
+2
-1
No files found.
doc/Makefile.am
View file @
ca875a5d
...
...
@@ -2,7 +2,7 @@
#
# Author: Erick Gallesio [eg@unice.fr]
# Creation date: 11-Apr-2000 10:30 (eg)
# Last file update:
12-Aug-2010 22:33
(eg)
# Last file update:
23-Oct-2010 11:52
(eg)
mandir
=
$(prefix)
/share/man
man_MANS
=
stklos.1 stklos-config.1 stklos-compile.1 stklos-genlex.1
\
...
...
@@ -53,3 +53,5 @@ clean:
/bin/rm
-f
$(ALLDB)
stklos
*
.1
*
~
distclean
:
clean
/bin/rm
-f
Makefile
doc/Makefile.in
View file @
ca875a5d
...
...
@@ -19,7 +19,7 @@
#
# Author: Erick Gallesio [eg@unice.fr]
# Creation date: 11-Apr-2000 10:30 (eg)
# Last file update:
12-Aug-2010 22:33
(eg)
# Last file update:
23-Oct-2010 11:52
(eg)
VPATH
=
@srcdir@
pkgdatadir
=
$(datadir)
/@PACKAGE@
...
...
@@ -584,6 +584,7 @@ clean:
/bin/rm
-f
$(ALLDB)
stklos
*
.1
*
~
distclean
:
clean
/bin/rm
-f
Makefile
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
...
...
lib/Lalr.d/Makefile.am
View file @
ca875a5d
...
...
@@ -2,7 +2,7 @@
#
# Author: Erick Gallesio [eg@essi.fr]
# Creation date: 25-Oct-2004 16:43 (eg)
# Last file update:
13-Sep-2005 23:01
(eg)
# Last file update:
23-Oct-2010 11:59
(eg)
schemedir
=
$(prefix)
/share/@PACKAGE@/@VERSION@
scheme_DATA
=
lalr.stk lalr.ostk
...
...
@@ -22,4 +22,3 @@ calc: calc.stk
clean
:
/bin/rm
-f
*
.ostk calc
*
~
distclean
:
clean
lib/Lalr.d/Makefile.in
View file @
ca875a5d
...
...
@@ -19,7 +19,7 @@
#
# Author: Erick Gallesio [eg@essi.fr]
# Creation date: 25-Oct-2004 16:43 (eg)
# Last file update:
13-Sep-2005 23:01
(eg)
# Last file update:
23-Oct-2010 11:59
(eg)
VPATH
=
@srcdir@
pkgdatadir
=
$(datadir)
/@PACKAGE@
...
...
@@ -340,6 +340,8 @@ maintainer-clean-generic:
@
echo
"it deletes files that may require special tools to rebuild."
clean-am
:
clean-generic mostlyclean-am
distclean
:
distclean-am
-
rm
-f
Makefile
distclean-am
:
clean-am distclean-generic
dvi
:
dvi-am
...
...
@@ -426,8 +428,6 @@ calc: calc.stk
clean
:
/bin/rm
-f
*
.ostk calc
*
~
distclean
:
clean
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT
:
lib/Makefile.am
View file @
ca875a5d
...
...
@@ -2,7 +2,7 @@
#
# Author: Erick Gallesio [eg@unice.fr]
# Creation date: 11-Apr-2000 10:30 (eg)
# Last file update:
2-Aug-2010 19:10
(eg)
# Last file update:
23-Oct-2010 11:56
(eg)
SUBDIRS
=
Match.d SILex.d Lalr.d ScmPkg.d
...
...
@@ -202,4 +202,7 @@ clean:
done
distclean
:
clean
true
/bin/rm
-f
Makefile
@
for
i
in
$(SUBDIRS)
;
do
\
(
cd
$$
i
;
make distclean
)
\
done
lib/Makefile.in
View file @
ca875a5d
...
...
@@ -19,7 +19,7 @@
#
# Author: Erick Gallesio [eg@unice.fr]
# Creation date: 11-Apr-2000 10:30 (eg)
# Last file update:
2-Aug-2010 19:10
(eg)
# Last file update:
23-Oct-2010 11:56
(eg)
VPATH
=
@srcdir@
pkgdatadir
=
$(datadir)
/@PACKAGE@
...
...
@@ -802,7 +802,10 @@ clean:
done
distclean
:
clean
true
/bin/rm
-f
Makefile
@
for
i
in
$(SUBDIRS)
;
do
\
(
cd
$$
i
;
make distclean
)
\
done
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
...
...
lib/Match.d/Makefile.am
View file @
ca875a5d
...
...
@@ -2,8 +2,9 @@
#
# Author: Erick Gallesio [eg@unice.fr]
# Creation date: 26-Nov-2001 10:10 (eg)
# Last file update: 2
9-Nov-2004 11:03
(eg)
# Last file update: 2
3-Oct-2010 11:56
(eg)
scheme_matchdir
=
$(prefix)
/share/@PACKAGE@/@VERSION@/Match.d
scheme_match_DATA
=
descr.scm compiler.scm mexpand.scm normalize.scm s2cfun.scm
lib/Match.d/Makefile.in
View file @
ca875a5d
...
...
@@ -19,7 +19,7 @@
#
# Author: Erick Gallesio [eg@unice.fr]
# Creation date: 26-Nov-2001 10:10 (eg)
# Last file update: 2
9-Nov-2004 11:03
(eg)
# Last file update: 2
3-Oct-2010 11:56
(eg)
VPATH
=
@srcdir@
pkgdatadir
=
$(datadir)
/@PACKAGE@
...
...
lib/ScmPkg.d/Makefile.am
View file @
ca875a5d
...
...
@@ -2,7 +2,7 @@
#
# Author: Erick Gallesio [eg@unice.fr]
# Creation date: 20-Dec-2006 10:09 (eg)
# Last file update: 2
6-Apr-2007 17:29
(eg)
# Last file update: 2
3-Oct-2010 12:02
(eg)
SRCS
=
scmpkg-interface.stk scmpkg-languages.stk
OBJ
=
../scmpkg-support.ostk
...
...
@@ -22,5 +22,3 @@ $(OBJ): scmpkg-support.stk $(SRCS)
clean
:
/bin/rm
-f
$(OBJ)
*
~
distclean
:
clean
lib/ScmPkg.d/Makefile.in
View file @
ca875a5d
...
...
@@ -19,7 +19,7 @@
#
# Author: Erick Gallesio [eg@unice.fr]
# Creation date: 20-Dec-2006 10:09 (eg)
# Last file update: 2
6-Apr-2007 17:29
(eg)
# Last file update: 2
3-Oct-2010 12:02
(eg)
VPATH
=
@srcdir@
pkgdatadir
=
$(datadir)
/@PACKAGE@
...
...
@@ -360,6 +360,8 @@ maintainer-clean-generic:
@
echo
"it deletes files that may require special tools to rebuild."
clean-am
:
clean-generic mostlyclean-am
distclean
:
distclean-am
-
rm
-f
Makefile
distclean-am
:
clean-am distclean-generic
dvi
:
dvi-am
...
...
@@ -443,8 +445,6 @@ $(OBJ): scmpkg-support.stk $(SRCS)
clean
:
/bin/rm
-f
$(OBJ)
*
~
distclean
:
clean
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT
:
pkgman/Makefile.am
View file @
ca875a5d
# Makefile for stklos-pkgman
# Author: Erick Gallesio [eg@essi.fr]
# Creation date: 22-Dec-2006 12:00 (eg)
# Last file update:
5-Jun-2007 14:25
(eg)
# Last file update:
23-Oct-2010 11:53
(eg)
makefiledir
=
$(prefix)
/etc/stklos
...
...
@@ -38,7 +38,7 @@ clean:
$(RM)
-f
$(bin_SCRIPTS)
*
~
distclean
:
clean
$(RM)
-f
Makefile
egclean
:
distclean
$(RM)
-f
$(LEXOBJS)
pkgman/Makefile.in
View file @
ca875a5d
...
...
@@ -18,7 +18,7 @@
# Makefile for stklos-pkgman
# Author: Erick Gallesio [eg@essi.fr]
# Creation date: 22-Dec-2006 12:00 (eg)
# Last file update:
5-Jun-2007 14:25
(eg)
# Last file update:
23-Oct-2010 11:53
(eg)
VPATH
=
@srcdir@
...
...
@@ -472,6 +472,7 @@ clean:
$(RM)
-f
$(bin_SCRIPTS)
*
~
distclean
:
clean
$(RM)
-f
Makefile
egclean
:
distclean
$(RM)
-f
$(LEXOBJS)
...
...
tests/Makefile.am
View file @
ca875a5d
...
...
@@ -2,7 +2,7 @@
#
# Author: Erick Gallesio [eg@essi.fr]
# Creation date: 23-May-2005 14:52 (eg)
# Last file update:
4-Nov-2006 12:09
(eg)
# Last file update:
23-Oct-2010 11:54
(eg)
all
:
@
echo
"Use
\"
make test
\"
for testing STklos."
...
...
@@ -16,6 +16,7 @@ clean:
rm
-f
TEST.LOG data
*
~
distclean
:
clean
rm
-f
Makefile
install
:
...
...
tests/Makefile.in
View file @
ca875a5d
...
...
@@ -19,7 +19,7 @@
#
# Author: Erick Gallesio [eg@essi.fr]
# Creation date: 23-May-2005 14:52 (eg)
# Last file update:
4-Nov-2006 12:09
(eg)
# Last file update:
23-Oct-2010 11:54
(eg)
VPATH
=
@srcdir@
pkgdatadir
=
$(datadir)
/@PACKAGE@
pkgincludedir
=
$(includedir)
/@PACKAGE@
...
...
@@ -370,6 +370,7 @@ clean:
rm
-f
TEST.LOG data
*
~
distclean
:
clean
rm
-f
Makefile
install
:
...
...
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