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

Fixed INCLUDES so that it works on both sun3 and sun4.

parent ecedd414
No related branches found
No related tags found
No related merge requests found
# #
# $Id: sun4os4-defs.make,v 1.13 1992/02/26 18:47:01 ceder Exp $ # $Id: sun4os4-defs.make,v 1.14 1992/02/28 16:09:25 ceder Exp $
# Copyright (C) 1991 Lysator Academic Computer Association. # Copyright (C) 1991 Lysator Academic Computer Association.
# #
# This file is part of the LysKOM server. # This file is part of the LysKOM server.
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
# #
# Please mail bug reports to bug-lyskom@lysator.liu.se. # Please mail bug reports to bug-lyskom@lysator.liu.se.
# #
# $Id: sun4os4-defs.make,v 1.13 1992/02/26 18:47:01 ceder Exp $ # $Id: sun4os4-defs.make,v 1.14 1992/02/28 16:09:25 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.
...@@ -49,7 +49,7 @@ LIBDIR = /usr/local/lib/lyskom ...@@ -49,7 +49,7 @@ LIBDIR = /usr/local/lib/lyskom
ANSIDIR= ANSIDIR=
#INCLUDES = -I$(ANSIDIR) -I$(INCLUDEDIR) #INCLUDES = -I$(ANSIDIR) -I$(INCLUDEDIR)
INCLUDES = -I$(INCLUDEDIR) -I/usr/gnu/lib/gcc/sun4-sunos4.1.1/2.0/proto-include INCLUDES = -I$(INCLUDEDIR) -I/usr/gnu/var/gcc/sunos4.1.1/2.0/proto-include
OPTIMIZE-FLAGS = -O3 OPTIMIZE-FLAGS = -O3
#MISC-CFLAGS = -g -Wall #MISC-CFLAGS = -g -Wall
MISC-CFLAGS = -g -Wall -Wstrict-prototypes -Wmissing-prototypes MISC-CFLAGS = -g -Wall -Wstrict-prototypes -Wmissing-prototypes
......
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