#$Header:Makefile 12.0$
#$ACIS:Makefile 12.0$
#$Source: /ibm/acis/usr/src/old/fpa/RCS/Makefile,v $
#
#	dummy library, used to be direct floating point glue for fpa hardware
#	install this library if you have Makefiles, scripts, etc.
#		that depend on the old -lfpa flag

DESTDIR=
OBJS=	dummy.o
LD=/bin/ld

all:	${OBJS}

install: ${OBJS}
	install -c -m 644 dummy.o ${DESTDIR}/usr/lib/libfpa.a

clean:
	rm -f ${OBJS}
