source: rtems/doc/tools/src2html1.4a/Ctags/Makefile @ 52461c5

4.104.114.84.95
Last change on this file since 52461c5 was 52461c5, checked in by Joel Sherrill <joel.sherrill@…>, on 04/14/98 at 16:03:45

New files

  • Property mode set to 100644
File size: 316 bytes
Line 
1#       @(#)Makefile    5.6 (Berkeley) 5/11/90
2
3PROG=   ctags-new
4CFLAGS+=-I.
5SRCS=   C.c ctags.c fortran.c lisp.c print.c tree.c yacc.c strerror.c
6
7ctags: C.o ctags.o fortran.o lisp.o print.o tree.o yacc.o strerror.o
8        cc -o ctags-new C.o ctags.o fortran.o lisp.o print.o tree.o yacc.o \
9        strerror.o
10
11clean:
12        rm -f *.o ctags-new
Note: See TracBrowser for help on using the repository browser.