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

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

switched to gcc

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