Skip to content
Snippets Groups Projects
Commit 33971248 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Search libisc-new in the tags rule.

parent 2004279b
No related branches found
No related tags found
No related merge requests found
Tue May 19 01:06:50 1992 Per Cederqvist (ceder@lysator)
* Makefile (tags): Search libraries/libisc-new.
Mon May 18 23:27:04 1992 Per Cederqvist (ceder@lysator)
* connections.h (Connection): Added the boolean field
......
#
# $Id: Makefile,v 0.25 1992/04/15 22:59:15 ceder Exp $
# $Id: Makefile,v 0.26 1992/05/18 23:12:43 ceder 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.25 1992/04/15 22:59:15 ceder Exp $
# $Id: Makefile,v 0.26 1992/05/18 23:12:43 ceder Exp $
include Topdir.make
SCRIPTDIR = $(TOPDIR)/scripts
......@@ -165,8 +165,12 @@ specials: $(SPECIALS)
tags:
$(RM) TAGS
etags -t $(INCLUDEDIR)/*.h *.h $(TOPDIR)/src/libraries/lib*/*.h \
*.c $(TOPDIR)/src/libraries/lib*/*.c
etags -t $(INCLUDEDIR)/*.h *.h \
$(TOPDIR)/src/libraries/libisc-new/src/*.h \
$(TOPDIR)/src/libraries/lib*/*.h \
*.c \
$(TOPDIR)/src/libraries/libisc-new/src/*.c \
$(TOPDIR)/src/libraries/lib*/*.c
include $(SCRIPTDIR)/Parallell-depend.make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment