#--------------------------------------------------
# Creates and maintains the binary conversion library.
#
# Development History:
#     Begun:  03/20/92 - Todd King
#     Edited: 12/21/93 - Gilbert Hyatt
#
# Version:
#      @(#)Makefile	1.8    (UCLA/IGPP)   22 Jul 1994
#--------------------------------------------------

include $(DFSHOME)/Make.conf

LIBOBJ = bits.o binary.o swap.o ieee.o generic.o \
	null.o vax.o sun.o pc.o msb.o ibm370.o hp1000.o
LIBINC = $(DFSINC)/BC.h
TARGET = $(DFSLIB)/libbinary.a 

include $(DFSHOME)/Make.libs

