summaryrefslogtreecommitdiffstats
path: root/doc/tools/src2html1.4a/Ctags/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/tools/src2html1.4a/Ctags/Makefile15
-rw-r--r--doc/tools/src2html1.4a/Ctags/Makefile.am10
2 files changed, 10 insertions, 15 deletions
diff --git a/doc/tools/src2html1.4a/Ctags/Makefile b/doc/tools/src2html1.4a/Ctags/Makefile
deleted file mode 100644
index c6dd7f0d6a..0000000000
--- a/doc/tools/src2html1.4a/Ctags/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# @(#)Makefile 5.6 (Berkeley) 5/11/90
-
-CC=gcc
-
-PROG= ctags-new
-CFLAGS+=-I. -g
-
-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
diff --git a/doc/tools/src2html1.4a/Ctags/Makefile.am b/doc/tools/src2html1.4a/Ctags/Makefile.am
new file mode 100644
index 0000000000..0066980147
--- /dev/null
+++ b/doc/tools/src2html1.4a/Ctags/Makefile.am
@@ -0,0 +1,10 @@
+## $Id$
+
+AUTOMAKE_OPTIONS = foreign
+
+noinst_PROGRAMS = ctags-new
+
+ctags_new_SOURCES = C.c ctags.c fortran.c lisp.c print.c \
+tree.c yacc.c strerror.c ctags.h
+
+EXTRA_DIST = ctags.1 z.c