Makefile.in: .c.o rule needed, default one (under solaris) ignores CFLAGS
[external/binutils.git] / gprof / Makefile.in
1 #       @(#)Makefile    5.17 (Berkeley) 5/11/90
2
3 #### host and target dependent Makefile fragments come in here.
4 ###
5
6 PROG=   gprof
7 SRCS=   gprof.c arcs.c dfn.c lookup.c ${MACHINE}.c hertz.c \
8         printgprof.c printlist.c
9 LIBS = ../bfd/libbfd.a ../libiberty/libiberty.a
10
11 OBJS=   gprof.o arcs.o dfn.o lookup.o ${MACHINE}.o hertz.o \
12         printgprof.o printlist.o
13
14 CFLAGS= -I. -I../include -DMACHINE_H=\"${MACHINE}.h\" ${TCFLAGS} ${HCFLAGS}
15 .c.o:
16         $(CC) -c $(CFLAGS) $<
17
18 all:    ${PROG}
19
20 .PHONY: check
21 check:
22
23 beforeinstall:
24         install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
25             ${.CURDIR}/gprof.flat ${.CURDIR}/gprof.callg \
26             ${DESTDIR}/usr/share/misc
27
28 $(PROG):        $(OBJS)
29         $(CC) $(CFLAGS) $(OBJS) -o $(PROG) $(LIBS)
30
31 clean:
32         -rm -f $(OBJS) core gprof nohup.out