CPP=/lib/cpp
CC= /bin/cc

CFLAGS=-:v -DIEEE -USKY -UDEC

OBJS= atof.o ecvt.o fabs.o float.o frexp.o gcvt.o

x:	$(OBJS)
	>x
