kill all gprof-related stuff; it's now in libc, and the header is elsewhere

This commit is contained in:
cgd 1994-05-14 06:33:17 +00:00
parent 9177dd175a
commit 8cb13545d3
1 changed files with 2 additions and 10 deletions

View File

@ -1,5 +1,5 @@
# from: @(#)Makefile 5.6 (Berkeley) 5/22/91
# $Id: Makefile,v 1.2 1994/05/03 07:35:28 phil Exp $
# $Id: Makefile,v 1.3 1994/05/14 06:33:17 cgd Exp $
CFLAGS+= -DLIBC_SCCS # -DDYNAMIC
OBJS= crt0.o gcrt0.o
@ -12,19 +12,11 @@ crt0.o: crt0.c
${LD} -x -r ${.TARGET}
mv a.out ${.TARGET}
moncrt0.o: crt0.c
gcrt0.o: crt0.c
${CC} ${CFLAGS} -c -DMCRT0 ${.ALLSRC} -o ${.TARGET}
${LD} -x -r ${.TARGET}
mv a.out ${.TARGET}
gcrt0.o: moncrt0.o gmon.o
${LD} -x -r -o ${.TARGET} moncrt0.o gmon.o
gmon.o: gmon.c gmon.h
${CC} ${CFLAGS} -c ${.IMPSRC}
${LD} -x -r ${.TARGET}
mv a.out ${.TARGET}
install:
install ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
${DESTDIR}/usr/lib