Skip to content
Snippets Groups Projects
Commit ab45aa05 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Added SYMLINK.

parent 872e991e
No related branches found
No related tags found
No related merge requests found
# $Id: balance-defs.make,v 1.1 1991/08/30 02:31:19 ceder Exp $ # $Id: balance-defs.make,v 1.2 1991/09/03 22:11:32 ceder Exp $
# This file is included by all Makefiles in the LysKOM hierarchy. # This file is included by all Makefiles in the LysKOM hierarchy.
# It gives default values for all variables that is normally used. # It gives default values for all variables that is normally used.
# TOPDIR and SCRIPTDIR must be set before this file is included. # TOPDIR and SCRIPTDIR must be set before this file is included.
...@@ -12,6 +12,7 @@ CC = gcc -ansi ...@@ -12,6 +12,7 @@ CC = gcc -ansi
RM = /usr/gnu/bin/rm -vf RM = /usr/gnu/bin/rm -vf
RANLIB = ranlib RANLIB = ranlib
TOUCHLIB = ranlib TOUCHLIB = ranlib
SYMLINK = ln -s
INCLUDEDIR = $(TOPDIR)/include INCLUDEDIR = $(TOPDIR)/include
LIBDIR = $(TOPDIR)/lib LIBDIR = $(TOPDIR)/lib
......
# $Id: sun4os4-defs.make,v 1.1 1991/08/30 02:31:17 ceder Exp $ # $Id: sun4os4-defs.make,v 1.2 1991/09/03 22:11:30 ceder Exp $
# This file is included by all Makefiles in the LysKOM hierarchy. # This file is included by all Makefiles in the LysKOM hierarchy.
# It gives default values for all variables that is normally used. # It gives default values for all variables that is normally used.
# TOPDIR and SCRIPTDIR must be set before this file is included. # TOPDIR and SCRIPTDIR must be set before this file is included.
...@@ -13,6 +13,7 @@ CC = gcc -ansi ...@@ -13,6 +13,7 @@ CC = gcc -ansi
RM = /usr/gnu/bin/rm -vf RM = /usr/gnu/bin/rm -vf
RANLIB = ranlib RANLIB = ranlib
TOUCHLIB = ranlib -t TOUCHLIB = ranlib -t
SYMLINK = ln -s
INCLUDEDIR = $(TOPDIR)/include INCLUDEDIR = $(TOPDIR)/include
LIBDIR = $(TOPDIR)/lib LIBDIR = $(TOPDIR)/lib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment