Thu Jun 4 11:34:02 1992 Mark Eichin (eichin at cygnus.com)
[deliverable/binutils-gdb.git] / gprof / Makefile
CommitLineData
9138a2e2
ME
1# This file was generated automatically by configure. Do not edit.
2VPATH = .
3links =
4host_alias = sparc-sun-solaris
5host_cpu = sparc
6host_vendor = sun
7host_os = solaris
8target_alias = sparc-sun-solaris
9target_cpu = sparc
10target_vendor = sun
11target_os = solaris
12target_makefile_frag = ./config/mt-sparc
13ALL=all.internal
3d6c6501
SEF
14# @(#)Makefile 5.17 (Berkeley) 5/11/90
15
9138a2e2
ME
16#### host and target dependent Makefile fragments come in here.
17MACHINE=sparc
18###
19
3d6c6501
SEF
20PROG= gprof
21SRCS= gprof.c arcs.c dfn.c lookup.c ${MACHINE}.c hertz.c \
22 printgprof.c printlist.c
39ada6fc
SEF
23LIBS = ../bfd/libbfd.a ../libiberty/libiberty.a
24
3d6c6501
SEF
25OBJS= gprof.o arcs.o dfn.o lookup.o ${MACHINE}.o hertz.o \
26 printgprof.o printlist.o
27
9138a2e2
ME
28CFLAGS= -I. -I../include -DMACHINE_H=\"${MACHINE}.h\" ${TCFLAGS} ${HCFLAGS}
29.c.o:
30 $(CC) -c $(CFLAGS) $<
31
3d6c6501
SEF
32all: ${PROG}
33
9138a2e2
ME
34.PHONY: check
35check:
36
3d6c6501
SEF
37beforeinstall:
38 install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
39 ${.CURDIR}/gprof.flat ${.CURDIR}/gprof.callg \
40 ${DESTDIR}/usr/share/misc
41
3d6c6501
SEF
42$(PROG): $(OBJS)
43 $(CC) $(CFLAGS) $(OBJS) -o $(PROG) $(LIBS)
9138a2e2
ME
44
45clean:
46 -rm -f $(OBJS) core gprof nohup.out
This page took 0.045307 seconds and 4 git commands to generate.