forked from Imagelibrary/rtems
switched to gcc
This commit is contained in:
@@ -1,11 +1,14 @@
|
|||||||
# @(#)Makefile 5.6 (Berkeley) 5/11/90
|
# @(#)Makefile 5.6 (Berkeley) 5/11/90
|
||||||
|
|
||||||
|
CC=gcc
|
||||||
|
|
||||||
PROG= ctags-new
|
PROG= ctags-new
|
||||||
CFLAGS+=-I.
|
CFLAGS+=-I. -g
|
||||||
|
|
||||||
SRCS= C.c ctags.c fortran.c lisp.c print.c tree.c yacc.c strerror.c
|
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
|
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 \
|
$(CC) -o ctags-new C.o ctags.o fortran.o lisp.o print.o tree.o yacc.o \
|
||||||
strerror.o
|
strerror.o
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|||||||
Reference in New Issue
Block a user