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
56a9e678
Commit
56a9e678
authored
Nov 10, 1991
by
Linus Tolke
Browse files
*.h files first in when making TAGS
parent
8605f9c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/Makefile
View file @
56a9e678
#
# $Id: Makefile,v 0.1
8
1991/1
0/29 04:59:57 ceder
Exp $
# $Id: Makefile,v 0.1
9
1991/1
1/10 18:18:05 linus
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: Makefile,v 0.1
8
1991/1
0/29 04:59:57 ceder
Exp $
# $Id: Makefile,v 0.1
9
1991/1
1/10 18:18:05 linus
Exp $
include
Topdir.make
SCRIPTDIR
=
$(TOPDIR)
/scripts
...
...
@@ -161,7 +161,8 @@ specials: $(SPECIALS)
tags
:
$(RM)
TAGS
etags
-t
$(INCLUDEDIR)
/
*
.h
*
.[hc]
$(TOPDIR)
/src/libraries/lib
*
/
*
.[hc]
etags
-t
$(INCLUDEDIR)
/
*
.h
*
.h
$(TOPDIR)
/src/libraries/lib
*
/
*
.h
\
*
.c
$(TOPDIR)
/src/libraries/lib
*
/
*
.c
include
$(SCRIPTDIR)/Parallell-depend.make
...
...
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