Skip to content
GitLab
Menu
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
8850d1b3
Commit
8850d1b3
authored
Aug 25, 1996
by
Per Cederqvist
Browse files
(L2GOBJS): Corrected.
parent
0df19c2c
Changes
1
Show whitespace changes
Inline
Side-by-side
src/server/testsuite/Makefile.src
View file @
8850d1b3
#
# $Id: Makefile.src,v 1.
1
1996/08/25
18:39
:3
9
ceder Exp $
# $Id: Makefile.src,v 1.
2
1996/08/25
21:28
:3
1
ceder Exp $
# Copyright (C) 1996 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
...
...
@@ -35,11 +35,10 @@ MALLOCLIB=`if [ "@GNUMALLOC@" = gnumalloc ];then echo $(LIBDIR)/libgmalloc$(PROF
PROGRAMS
=
test-l2g
L2GOBJS
=
../local_to_global.o
L2GOBJS
=
/users/inge/src/server/l2g.o
L2GOBJS
=
../local-to-global.o test-l2g.o
test-l2g
:
$(L2GOBJS)
$(CC)
$(LDFLAGS)
-o
$@
$^
$(KOMLIBS)
$(MALLOCLIB)
$(LIBS)
$(PURIFY)
$(CC)
$(LDFLAGS)
-o
$@
$^
$(KOMLIBS)
$(MALLOCLIB)
$(LIBS)
.gdbinit
:
Makefile
$(RM)
-f
.gdbinit
...
...
Write
Preview
Supports
Markdown
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