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


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

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

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


desc
@@


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

CRTI386=\
	_fxam.o \
	_modf.o \
	daddsub.o \
	dcmp.o \
	ddiv.o \
	dfcvt.o \
	dicvt.o \
	dmul.o \
	ducvt.o \
	fdcvt.o \
	fops.o \
	frexp.o \
	idcvt.o \
	ifcvt.o \
	ldexp.o \
	modf.o \
	scount.o \
	udcvt.o \
	ufcvt.o

CRTI386NDP=\
	_fxam.o \
	scount.o

# Primary target.
CRTI386:	$(CRTI386)
	$(AR) rkus libc.a $?
	touch $@@
	: libc/crt/i386 done

# Primary NDP target.
CRTI386NDP:	$(CRTI386NDP)
	$(AR) rkus libc.a $?
	touch $@@
	: NDP libc/crt/i386 done
	
# Secondary targets.
_fxam.o:	_fxam.s
_modf.o:	_modf.s
daddsub.o:	daddsub.s
dcmp.o:		dcmp.s
ddiv.o:		ddiv.s
dfcvt.o:	dfcvt.s
dicvt.o:	dicvt.s
dmul.o:		dmul.s
ducvt.o:	ducvt.s
fdcvt.o:	fdcvt.s
fops.o:		fops.s
frexp.o:	frexp.s
idcvt.o:	idcvt.s
ifcvt.o:	ifcvt.s
ldexp.o:	ldexp.s
modf.o:		modf.c
scount.o:	scount.s
udcvt.o:	udcvt.s
ufcvt.o:	ufcvt.s

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


1.2
log
@update by stevesf for profiling suppt
@
text
@d1 1
a1 1
# /usr/src/libc/crt/i386/Makefile 7/16/92
d24 4
d34 6
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# /usr/src/libc/crt/i386/Makefile 4/29/92
a5 1
	_prof.o \
a32 1
_prof.o:	_prof.c
@
