Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
5bb285dd
Commit
5bb285dd
authored
Oct 30, 1991
by
Per Cederqvist
Browse files
Added YACC (needed for lacgen).
parent
9cfefb75
Changes
2
Hide whitespace changes
Inline
Side-by-side
config/balance-defs.make
View file @
5bb285dd
#
# $Id: balance-defs.make,v 1.
5
1991/
09/15 10:33:58 linus
Exp $
# $Id: balance-defs.make,v 1.
6
1991/
10/30 23:33:55 ceder
Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
...
...
@@ -22,7 +22,7 @@
#
# Please mail bug reports to bug-lyskom@lysator.liu.se.
#
# $Id: balance-defs.make,v 1.
5
1991/
09/15 10:33:58 linus
Exp $
# $Id: balance-defs.make,v 1.
6
1991/
10/30 23:33:55 ceder
Exp $
# This file is included by all Makefiles in the LysKOM hierarchy.
# It gives default values for all variables that is normally used.
# TOPDIR and SCRIPTDIR must be set before this file is included.
...
...
@@ -37,6 +37,7 @@ RM = /usr/gnu/bin/rm -vf
RANLIB
=
ranlib
TOUCHLIB
=
ranlib
SYMLINK
=
ln
-s
BISON
=
yacc
INCLUDEDIR
=
$(TOPDIR)
/include
LIBDIR
=
$(TOPDIR)
/lib
...
...
config/sun4os4-defs.make
View file @
5bb285dd
#
# $Id: sun4os4-defs.make,v 1.
6
1991/
09/15 10:33:46 linus
Exp $
# $Id: sun4os4-defs.make,v 1.
7
1991/
10/30 23:33:48 ceder
Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
...
...
@@ -22,7 +22,7 @@
#
# Please mail bug reports to bug-lyskom@lysator.liu.se.
#
# $Id: sun4os4-defs.make,v 1.
6
1991/
09/15 10:33:46 linus
Exp $
# $Id: sun4os4-defs.make,v 1.
7
1991/
10/30 23:33:48 ceder
Exp $
# This file is included by all Makefiles in the LysKOM hierarchy.
# It gives default values for all variables that is normally used.
# TOPDIR and SCRIPTDIR must be set before this file is included.
...
...
@@ -38,6 +38,7 @@ RM = /usr/gnu/bin/rm -vf
RANLIB
=
ranlib
TOUCHLIB
=
ranlib
-t
SYMLINK
=
ln
-s
YACC
=
bison
INCLUDEDIR
=
$(TOPDIR)
/include
LIBDIR
=
$(TOPDIR)
/lib
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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