Added bfd support to the makefile.

This commit is contained in:
Sean Eric Fagan 1991-07-22 19:15:06 +00:00
parent 2aed990cf0
commit 39ada6fced
1 changed files with 3 additions and 1 deletions

View File

@ -5,8 +5,10 @@ MACHINE= sparc
PROG= gprof
SRCS= gprof.c arcs.c dfn.c lookup.c ${MACHINE}.c hertz.c \
printgprof.c printlist.c
LIBS = ../bfd/libbfd.a ../libiberty/libiberty.a
#CFLAGS+=-I${.CURDIR}/../../lib/csu.${MACHINE}
CFLAGS= -I. -O -g -DMACHINE_H=\"${MACHINE}.h\"
CFLAGS= -I. -I../include -O -g -DMACHINE_H=\"${MACHINE}.h\"
OBJS= gprof.o arcs.o dfn.o lookup.o ${MACHINE}.o hertz.o \
printgprof.o printlist.o