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
9515c142
Commit
9515c142
authored
Oct 13, 1993
by
Per Cederqvist
Browse files
Don't use the -L flag to ld (not supported on Dynix).
parent
4ade3108
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/server/Makefile.in
View file @
9515c142
#
# $Id: Makefile.in,v 1.
3
1993/10/1
0 11:26
:3
2
ceder Exp $
# $Id: Makefile.in,v 1.
4
1993/10/1
3 00:00
:3
9
ceder Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
...
...
@@ -38,10 +38,16 @@ HDRS = admin.h isc-parse.h prot-a-output.h async.h isc-interface.h \
# See config/sun4os4-defs.make about LIBRESOLV if you are running SunOS 4.1.1.
LIBS
=
-L
$(LIBDIR)
\
-lisc-new
$
(
PROFILE-LIB-SUFFIX
)
-lmisc
$
(
PROFILE-LIB-SUFFIX
)
\
-llyskom-server
$
(
PROFILE-LIB-SUFFIX
)
-lansi
$
(
PROFILE-LIB-SUFFIX
)
\
$(LIBRESOLV)
$(LIBIDENT)
-lregex
@LIBS@
#LIBS = -L$(LIBDIR) \
# -lisc-new$(PROFILE-LIB-SUFFIX) -lmisc$(PROFILE-LIB-SUFFIX) \
# -llyskom-server$(PROFILE-LIB-SUFFIX) -lansi$(PROFILE-LIB-SUFFIX) \
# $(LIBRESOLV) $(LIBIDENT) -lregex @LIBS@
LIBS
=
$(LIBDIR)
/libisc-new
$
(
PROFILE-LIB-SUFFIX
)
.a
\
$(LIBDIR)
/libmisc
$
(
PROFILE-LIB-SUFFIX
)
.a
\
$(LIBDIR)
/liblyskom-server
$
(
PROFILE-LIB-SUFFIX
)
.a
\
$(LIBDIR)
/libansi
$
(
PROFILE-LIB-SUFFIX
)
.a
\
$(LIBDIR)
/libregex.a @LIBS@
# Files that implements protocol A.
PROTA
=
prot-a-output.o prot-a-parse-arg.o prot-a-parse.o prot-a.o
\
...
...
src/server/Makefile.src
View file @
9515c142
#
# $Id: Makefile.src,v 1.
3
1993/10/1
0 11:26
:3
2
ceder Exp $
# $Id: Makefile.src,v 1.
4
1993/10/1
3 00:00
:3
9
ceder Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
...
...
@@ -38,10 +38,16 @@ HDRS = admin.h isc-parse.h prot-a-output.h async.h isc-interface.h \
# See config/sun4os4-defs.make about LIBRESOLV if you are running SunOS 4.1.1.
LIBS
=
-L
$(LIBDIR)
\
-lisc-new
$
(
PROFILE-LIB-SUFFIX
)
-lmisc
$
(
PROFILE-LIB-SUFFIX
)
\
-llyskom-server
$
(
PROFILE-LIB-SUFFIX
)
-lansi
$
(
PROFILE-LIB-SUFFIX
)
\
$(LIBRESOLV)
$(LIBIDENT)
-lregex
@LIBS@
#LIBS = -L$(LIBDIR) \
# -lisc-new$(PROFILE-LIB-SUFFIX) -lmisc$(PROFILE-LIB-SUFFIX) \
# -llyskom-server$(PROFILE-LIB-SUFFIX) -lansi$(PROFILE-LIB-SUFFIX) \
# $(LIBRESOLV) $(LIBIDENT) -lregex @LIBS@
LIBS
=
$(LIBDIR)
/libisc-new
$
(
PROFILE-LIB-SUFFIX
)
.a
\
$(LIBDIR)
/libmisc
$
(
PROFILE-LIB-SUFFIX
)
.a
\
$(LIBDIR)
/liblyskom-server
$
(
PROFILE-LIB-SUFFIX
)
.a
\
$(LIBDIR)
/libansi
$
(
PROFILE-LIB-SUFFIX
)
.a
\
$(LIBDIR)
/libregex.a @LIBS@
# Files that implements protocol A.
PROTA
=
prot-a-output.o prot-a-parse-arg.o prot-a-parse.o prot-a.o
\
...
...
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