From f36caed23878fe94badba22cc76b6296dac071c2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 14 Apr 1998 17:09:06 +0000 Subject: building up src2html --- doc/tools/src2html/Makefile | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 doc/tools/src2html/Makefile diff --git a/doc/tools/src2html/Makefile b/doc/tools/src2html/Makefile new file mode 100644 index 0000000000..8d9c4a578c --- /dev/null +++ b/doc/tools/src2html/Makefile @@ -0,0 +1,37 @@ +# +# COPYRIGHT (c) 1988-1998. +# On-Line Applications Research Corporation (OAR). +# All rights reserved. +# +# $Id$ +# + +CC=gcc +CFLAGS=-g + +PROGS=ctags-wr ctags-new ctags-emacs src2html + +SRC2HTMLDIR=src2html1.4a + +all: tools + +tools: $(PROGS) + chmod +x $(PROGS) + +ctags-wr: + cp ../$(SRC2HTMLDIR)/ctags-wr . + +ctags-new: + cd ../$(SRC2HTMLDIR)/Ctags ; gmake + cp ../$(SRC2HTMLDIR)/Ctags/ctags-new . + +ctags-emacs: + cp ../$(SRC2HTMLDIR)/ctags-emacs/ctags ctags + +src2html: + cp ../$(SRC2HTMLDIR)/src2html . + +clean: + rm -f $(PROGS) + cd ../$(SRC2HTMLDIR)/Ctags ; gmake clean + -- cgit v1.2.3