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
No related branches found
No related tags found
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.
#
# 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.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.
# It gives default values for all variables that is normally used.
# TOPDIR and SCRIPTDIR must be set before this file is included.
......@@ -33,8 +33,7 @@
SHELL=/bin/sh
AWK = gawk
SED = /usr/bin/sed
#CC = gcc -ansi
CC = gcc2 -ansi
CC = gcc -ansi
RM = /usr/gnu/bin/rm -vf
RANLIB = ranlib
TOUCHLIB = ranlib -t
......@@ -46,10 +45,10 @@ MKDIR=/bin/mkdir
INCLUDEDIR = /usr/local/include/lyskom
LIBDIR = /usr/local/lib/lyskom
#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
#MISC-CFLAGS = -g -Wall
MISC-CFLAGS = -g -Wall -Wstrict-prototypes -Wmissing-prototypes
......@@ -71,6 +70,8 @@ LDFLAGS = -h -L$(LIBDIR)
LIBRESOLV = -lresolv
LIBIDENT = -lauthuser
CFLAGS = $(INCLUDES) $(OPTIMIZE-FLAGS) $(MISC-CFLAGS) $(PIPE) $(TARGET)
# 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.
Finish editing this message first!
Please register or to comment