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
03f4b52b
Commit
03f4b52b
authored
Mar 05, 1994
by
Per Cederqvist
Browse files
(tags, .gdbinit): User @SRCTOPDIR@, not $(TOPDIR).
parent
1121354c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/Makefile.src
View file @
03f4b52b
#
# $Id: Makefile.src,v 1.1
2
1994/03/05 18:
17:2
2 ceder Exp $
# $Id: Makefile.src,v 1.1
3
1994/03/05 18:
22:0
2 ceder Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
...
...
@@ -114,19 +114,19 @@ fncdef-no-str-limit.txt: fncdef.txt
.gdbinit
:
Makefile
$(RM)
-f
.gdbinit
echo
handle 13 nostop noprint
>
.gdbinit
echo dir
$(
TOPDIR
)
/src/libraries/libcommon
>>
.gdbinit
echo dir
$(
TOPDIR
)
/src/libraries/libansi
>>
.gdbinit
echo dir
$(
TOPDIR
)
/src/libraries/libisc
>>
.gdbinit
echo dir
$(
TOPDIR
)
/src/libraries/libmisc
>>
.gdbinit
echo dir
@SRC
TOPDIR
@
/src/libraries/libcommon
>>
.gdbinit
echo dir
@SRC
TOPDIR
@
/src/libraries/libansi
>>
.gdbinit
echo dir
@SRC
TOPDIR
@
/src/libraries/libisc
>>
.gdbinit
echo dir
@SRC
TOPDIR
@
/src/libraries/libmisc
>>
.gdbinit
tags
:
$(RM)
TAGS
etags
-t
$(INCLUDEDIR)
/
*
.h
*
.h
\
$(
TOPDIR
)
/src/libraries/libisc-new/src/
*
.h
\
$(
TOPDIR
)
/src/libraries/lib
*
/
*
.h
\
@SRC
TOPDIR
@
/src/libraries/libisc-new/src/
*
.h
\
@SRC
TOPDIR
@
/src/libraries/lib
*
/
*
.h
\
*
.c
\
$(
TOPDIR
)
/src/libraries/libisc-new/src/
*
.c
\
$(
TOPDIR
)
/src/libraries/lib
*
/
*
.c
@SRC
TOPDIR
@
/src/libraries/libisc-new/src/
*
.c
\
@SRC
TOPDIR
@
/src/libraries/lib
*
/
*
.c
server-config.o
:
Makefile
$(CC)
-c
$(CPPFLAGS)
-DDEFAULT_PREFIX
=
'"
$(prefix)
"'
$(ALL_CFLAGS)
$<
...
...
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