Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
0fc6145d
Commit
0fc6145d
authored
Aug 25, 1996
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(lyskomd): Added $(PURIFY) in front of the link line.
(updateLysKOM): Likewise. (dbck): Likewise.
parent
1038e0a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
src/server/Makefile.src
src/server/Makefile.src
+5
-4
No files found.
src/server/Makefile.src
View file @
0fc6145d
#
# $Id: Makefile.src,v 1.2
8
1996/08/25 1
8:44:44
ceder Exp $
# $Id: Makefile.src,v 1.2
9
1996/08/25 1
9:53:59
ceder Exp $
# Copyright (C) 1991, 1993, 1994, 1995, 1996 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
...
...
@@ -83,11 +83,12 @@ SPECIALS = call-switch.incl com.h fnc-def-init.incl \
PROGRAMS
=
lyskomd dbck updateLysKOM
lyskomd
:
$(DISKOBJS) $(GENOBJS) $(KOMLIBS)
$(CC)
$(LDFLAGS)
-o
lyskomd
$(DISKOBJS)
$(GENOBJS)
$(KOMLIBS)
\
$(PURIFY)
$(CC)
$(LDFLAGS)
-o
lyskomd
$(DISKOBJS)
$(GENOBJS)
\
$(KOMLIBS)
\
$(MALLOCLIB)
$(LIBS)
updateLysKOM
:
updateLysKOM.o $(KOMLIBS)
$(CC)
$(LDFLAGS)
-o
updateLysKOM updateLysKOM.o
$(KOMLIBS)
\
$(PURIFY)
$(CC)
$(LDFLAGS)
-o
updateLysKOM updateLysKOM.o
$(KOMLIBS)
\
$(MALLOCLIB)
$(LIBS)
encrypt
:
$(ENCRYPT) $(KOMLIBS)
...
...
@@ -95,7 +96,7 @@ encrypt: $(ENCRYPT) $(KOMLIBS)
$(MALLOCLIB)
$(LIBS)
dbck
:
$(DBCK) $(KOMLIBS)
$(CC)
$(LDFLAGS)
-o
dbck
$(DBCK)
$(KOMLIBS)
\
$(PURIFY)
$(CC)
$(LDFLAGS)
-o
dbck
$(DBCK)
$(KOMLIBS)
\
$(MALLOCLIB)
$(LIBS)
call-switch.incl
:
call-switch.awk fncdef-no-str-limit.txt
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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