projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2aed990
)
Added bfd support to the makefile.
author
Sean Eric Fagan
<sef@cygnus>
Mon, 22 Jul 1991 19:15:06 +0000
(19:15 +0000)
committer
Sean Eric Fagan
<sef@cygnus>
Mon, 22 Jul 1991 19:15:06 +0000
(19:15 +0000)
gprof/Makefile
patch
|
blob
|
history
diff --git
a/gprof/Makefile
b/gprof/Makefile
index 9c14d68eca101bfb082f2e7047f849b86c57c468..b233afb4119c654218d9346db239f25ce2473520 100755
(executable)
--- a/
gprof/Makefile
+++ b/
gprof/Makefile
@@
-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