find include files
[deliverable/binutils-gdb.git] / 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
This page took 0.022984 seconds and 4 git commands to generate.