head     1.3;
branch   ;
access   ;
symbols  ;
locks    bin:1.3; strict;
comment  @# @;


1.3
date     93.01.22.09.52.32;  author bin;  state Exp;
branches ;
next     1.2;

1.2
date     92.07.17.09.39.22;  author bin;  state Exp;
branches ;
next     1.1;

1.1
date     92.04.30.14.10.27;  author bin;  state Exp;
branches ;
next     ;


desc
@@


1.3
log
@steve handed updated 1/21/92
@
text
@# /usr/src/libc/crt/Makefile 1/13/93

OBJ=\
	_prof.o

# Primary target.
all:	CRT crt$(MCH)
	: libc/crt done.

# Primary NDP target.
ndp:	CRT crti387
	: libc/crt done.

# Pseduotargets.
CRT:	$(OBJ)
	$(AR) rkus libc.a $?
	touch $@@
crt$(MCH):
	SRCPATH=$(SRCPATH)/$(MCH) make -e
crti387:
	SRCPATH=$(SRCPATH)/$(MCH) make -e CRTI386NDP
	SRCPATH=$(SRCPATH)/i387 make -e

# Secondary targets.
_prof.o:	_prof.c

# end of /usr/src/libc/crt/Makefile
@


1.2
log
@update bystevesf for profiling suppt
@
text
@d1 1
a1 1
# /usr/src/libc/crt/Makefile 7/16/92
d10 4
d20 3
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# /usr/src/libc/crt/Makefile 4/29/92
d3 3
d7 1
a7 2
all:	
	SRCPATH=$(SRCPATH)/$(MCH) make -e
d10 10
@
