summaryrefslogtreecommitdiffstats
path: root/doc/tools/src2html1.4a/Ctags/Makefile
blob: da7a148bb1c5de537f97ed90c6a3cce8be5f0c19 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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