Added bfd support to the makefile.
authorSean Eric Fagan <sef@cygnus>
Mon, 22 Jul 1991 19:15:06 +0000 (19:15 +0000)
committerSean Eric Fagan <sef@cygnus>
Mon, 22 Jul 1991 19:15:06 +0000 (19:15 +0000)
gprof/Makefile

index 9c14d68eca101bfb082f2e7047f849b86c57c468..b233afb4119c654218d9346db239f25ce2473520 100755 (executable)
@@ -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