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


1.4
date     93.02.08.09.41.06;  author bin;  state Exp;
branches ;
next     1.3;

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

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

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


desc
@@


1.4
log
@steve: added fmod()
@
text
@# /usr/src/libm/Makefile 2/4/93
# For the moment, this just makes the main directory.
# It should have separate targets for different machines and representations,
# notably i8087.
DESTDIR=/bin386/lib/
OBJ=\
	acos.o\
	asin.o\
	atan.o\
	atan2.o\
	cabs.o\
	ceil.o\
	cos.o\
	cosh.o\
	exp.o\
	fabs.o\
	floor.o\
	fmod.o\
	hypot.o\
	j0.o\
	j1.o\
	jn.o\
	log.o\
	log10.o\
	pol.o\
	pow.o\
	sin.o\
	sinh.o\
	sqrt.o\
	tan.o\
	tanh.o\
	two.o

# Primary target.
libm.a:	$(OBJ)
	$(AR) rckus $(DESTDIR)$@@ $?

# Secondary targets.
acos.o:		acos.c
asin.o:		asin.c
atan.o:		atan.c
atan2.o:	atan2.c
cabs.o:		cabs.c
ceil.o:		ceil.c
cos.o:		cos.c
cosh.o:		cosh.c
exp.o:		exp.c
fabs.o:		fabs.c
floor.o:	floor.c
fmod.o:		fmod.c
hypot.o:	hypot.c
j0.o:		j0.c
j1.o:		j1.c
jn.o:		jn.c
log.o:		log.c
log10.o:	log10.c
pol.o:		pol.c
pow.o:		pow.c
sin.o:		sin.c
sinh.o:		sinh.c
sqrt.o:		sqrt.c
tan.o:		tan.c
tanh.o:		tanh.c
two.o:		two.c

clean:
	rm $(OBJ)

# end of /usr/src/libm/Makefile
@


1.3
log
@steve updates handed to me on Jan 21
@
text
@d1 1
a1 1
# /usr/src/libm/Makefile 2/12/92
d5 1
a5 1

d18 1
d36 1
a36 1
	$(AR) rckus $@@ $?
d50 1
d69 1
a69 1
# end of /usr/src/libm/Makefile 2/12/91
@


1.2
log
@*** empty log message ***
@
text
@a5 1
DESTDIR386=/bin386/lib/
d35 1
a35 1
	$(AR) rckus $(DESTDIR386)$@@ $?
@


1.1
log
@Initial revision
@
text
@d6 1
d36 1
a36 1
	$(AR) rckus $@@ $?
@
