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

Slightly better definitions.

parent 047e64d5
No related branches found
No related tags found
No related merge requests found
#
# $Id: sun4os4-defs.make,v 1.24 1993/01/17 03:14:45 ceder Exp $
# $Id: sun4os4-defs.make,v 1.25 1993/08/05 01:17:23 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.24 1993/01/17 03:14:45 ceder Exp $
# $Id: sun4os4-defs.make,v 1.25 1993/08/05 01:17:23 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.
......@@ -31,12 +31,15 @@
# of Gnu utilities.
SHELL=/bin/sh
AWK = gawk
AWK = awk
SED = /usr/bin/sed
CC = gcc -ansi
RM = /usr/gnu/bin/rm -vf
RM = /bin/rm -f
RANLIB = ranlib
TOUCHLIB = ranlib -t
#RANLIB = echo
TOUCHLIB = ranlib
#TOUCHLIB = ranlib -t
#TOUCHLIB = echo
SYMLINK = ln -s
YACC = bison -d
LEX = flex
......@@ -48,8 +51,9 @@ MKDIR=/bin/mkdir
#ANSIDIR = $(INCLUDEDIR)/ansi
INCLUDEDIR = /usr/local/include/lyskom
LIBDIR = /usr/local/lib/lyskom
ANSIDIR = /
#ANSIDIR = $(INCLUDEDIR)/ansi
ANSIDIR=/usr/gnu/var/gcc/sunos4.1.1/2.1/proto-include
#ANSIDIR=/usr/gnu/var/gcc/sunos4.1.1/2.1/proto-include
INCLUDES = -I$(ANSIDIR) -I$(INCLUDEDIR) -I/usr/local/include
......
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