summaryrefslogtreecommitdiffstats
path: root/doc/tools/src2html1.4a/Ctags/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tools/src2html1.4a/Ctags/Makefile')
-rw-r--r--doc/tools/src2html1.4a/Ctags/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/tools/src2html1.4a/Ctags/Makefile b/doc/tools/src2html1.4a/Ctags/Makefile
new file mode 100644
index 0000000000..da7a148bb1
--- /dev/null
+++ b/doc/tools/src2html1.4a/Ctags/Makefile
@@ -0,0 +1,12 @@
+# @(#)Makefile 5.6 (Berkeley) 5/11/90
+
+PROG= ctags-new
+CFLAGS+=-I.
+SRCS= C.c ctags.c fortran.c lisp.c print.c tree.c yacc.c strerror.c
+
+ctags: C.o ctags.o fortran.o lisp.o print.o tree.o yacc.o strerror.o
+ cc -o ctags-new C.o ctags.o fortran.o lisp.o print.o tree.o yacc.o \
+ strerror.o
+
+clean:
+ rm -f *.o ctags-new