no more configure on which to depend
[deliverable/binutils-gdb.git] / gprof / Makefile.in
CommitLineData
f1eb48b6 1 # @(#)Makefile 5.17 (Berkeley) 5/11/90
c98f0ae5
SEF
2
3CC= gcc
4MACHINE= sparc
5PROG= gprof
6SRCS= gprof.c arcs.c dfn.c lookup.c ${MACHINE}.c hertz.c \
7 printgprof.c printlist.c
8LIBS = ../bfd/libbfd.a ../libiberty/libiberty.a
9
10#CFLAGS+=-I${.CURDIR}/../../lib/csu.${MACHINE}
11CFLAGS= -I. -I../include -O -g -DMACHINE_H=\"${MACHINE}.h\"
12
13OBJS= gprof.o arcs.o dfn.o lookup.o ${MACHINE}.o hertz.o \
14 printgprof.o printlist.o
15
16all: ${PROG}
17
18beforeinstall:
19 install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
20 ${.CURDIR}/gprof.flat ${.CURDIR}/gprof.callg \
21 ${DESTDIR}/usr/share/misc
22
23#.include <bsd.prog.mk>
24$(PROG): $(OBJS)
25 $(CC) $(CFLAGS) $(OBJS) -o $(PROG) $(LIBS)
This page took 0.046597 seconds and 4 git commands to generate.