Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
d9313ee5
Commit
d9313ee5
authored
Sep 06, 1992
by
Per Cederqvist
Browse files
For the distribution: use LIBDIR, ANSIDIR and INCLUDEDIR inside the
source tree.
parent
07888662
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/sun4os4-defs.make
View file @
d9313ee5
#
# $Id: sun4os4-defs.make,v 1.
19
1992/0
7/31 00:06:47 linus
Exp $
# $Id: sun4os4-defs.make,v 1.
20
1992/0
9/06 19:04:50 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.
19
1992/0
7/31 00:06:47 linus
Exp $
# $Id: sun4os4-defs.make,v 1.
20
1992/0
9/06 19:04:50 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.
...
...
@@ -43,13 +43,13 @@ LEX = flex
MKDIR
=
/bin/mkdir
#Use the commented versions in the distribution!
#INCLUDEDIR = $(TOPDIR)/include
#LIBDIR = $(TOPDIR)/lib
INCLUDEDIR
=
$(TOPDIR)
/include
LIBDIR
=
$(TOPDIR)
/lib
ANSIDIR
=
$(INCLUDEDIR)
/ansi
#INCLUDEDIR = /usr/local/include/lyskom
#LIBDIR = /usr/local/lib/lyskom
#ANSIDIR = $(INCLUDEDIR)/ansi
INCLUDEDIR
=
/usr/local/include/lyskom
LIBDIR
=
/usr/local/lib/lyskom
#ANSIDIR = $(INCLUDEDIR)/ansi
ANSIDIR
=
/usr/gnu/var/gcc/sunos4.1.1/2.0/proto-include
#ANSIDIR=/usr/gnu/var/gcc/sunos4.1.1/2.0/proto-include
INCLUDES
=
-I
$(ANSIDIR)
-I
$(INCLUDEDIR)
...
...
@@ -57,8 +57,8 @@ OPTIMIZE-FLAGS = -O3
MISC-CFLAGS
=
-g
-Wall
-Wstrict-prototypes
-Wmissing-prototypes
# You sometimes can't use -pipe on a sun3, since Suns /bin/as can't read
# stdin. If you use gas you can use -pipe.
PIPE
=
-pipe
#
PIPE =
#
PIPE = -pipe
PIPE
=
# -h flag makes NULL pointer references generate runtime errors
LDFLAGS
=
-h
-L
$(LIBDIR)
$
(
PROFILE-FLAGS
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment