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

Added LIBIDENT.

Fixed CC, ANSIDIR and INCLUDES.
parent 6c506d8c
Branches
Tags
No related merge requests found
# #
# $Id: sun4os4-defs.make,v 1.15 1992/03/09 16:12:04 ceder Exp $ # $Id: sun4os4-defs.make,v 1.16 1992/04/04 17:24:12 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.15 1992/03/09 16:12:04 ceder Exp $ # $Id: sun4os4-defs.make,v 1.16 1992/04/04 17:24:12 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.
...@@ -33,8 +33,7 @@ ...@@ -33,8 +33,7 @@
SHELL=/bin/sh SHELL=/bin/sh
AWK = gawk AWK = gawk
SED = /usr/bin/sed SED = /usr/bin/sed
#CC = gcc -ansi CC = gcc -ansi
CC = gcc2 -ansi
RM = /usr/gnu/bin/rm -vf RM = /usr/gnu/bin/rm -vf
RANLIB = ranlib RANLIB = ranlib
TOUCHLIB = ranlib -t TOUCHLIB = ranlib -t
...@@ -46,10 +45,10 @@ MKDIR=/bin/mkdir ...@@ -46,10 +45,10 @@ MKDIR=/bin/mkdir
INCLUDEDIR = /usr/local/include/lyskom INCLUDEDIR = /usr/local/include/lyskom
LIBDIR = /usr/local/lib/lyskom LIBDIR = /usr/local/lib/lyskom
#ANSIDIR = $(INCLUDEDIR)/ansi #ANSIDIR = $(INCLUDEDIR)/ansi
ANSIDIR= ANSIDIR=/usr/gnu/var/gcc/sunos4.1.1/2.0/proto-include
INCLUDES = -I$(ANSIDIR) -I$(INCLUDEDIR)
#INCLUDES = -I$(ANSIDIR) -I$(INCLUDEDIR)
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
...@@ -71,6 +70,8 @@ LDFLAGS = -h -L$(LIBDIR) ...@@ -71,6 +70,8 @@ LDFLAGS = -h -L$(LIBDIR)
LIBRESOLV = -lresolv LIBRESOLV = -lresolv
LIBIDENT = -lauthuser
CFLAGS = $(INCLUDES) $(OPTIMIZE-FLAGS) $(MISC-CFLAGS) $(PIPE) $(TARGET) CFLAGS = $(INCLUDES) $(OPTIMIZE-FLAGS) $(MISC-CFLAGS) $(PIPE) $(TARGET)
# LysKOM executables that the typical user doesn't use go here. # LysKOM executables that the typical user doesn't use go here.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment