head	1.1;
branch	1.1.1;
access;
symbols
	libc-4-7-4:1.1.1.1.4.2
	libc-4-7-3:1.1.1.1.4.1
	libc-4-7-2:1.1.1.1.4.1
	libc-4-7-1-b:1.1.1.1.0.4
	libc-4-7-1:1.1.1.1
	libc-4-7-0:1.1.1.1
	libc-4-6-27-patches:1.1.1.1.0.2
	libc-4-6-30:1.1.1.1
	libc-4-6-29:1.1.1.1
	libc-4-6-28-6:1.1.1.1
	libc-4-6-28-5:1.1.1.1
	libc-4-6-28-4:1.1.1.1
	libc-4-6-28-3:1.1.1.1
	libc-4-6-28-2:1.1.1.1
	libc-4-6-28-1:1.1.1.1
	libc-4-6-28:1.1.1.1
	libc-4-6-27:1.1.1.1
	linux:1.1.1;
locks; strict;
comment	@# @;


1.1
date	95.02.18.05.33.20;	author hjl;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	95.02.18.05.33.21;	author hjl;	state Exp;
branches
	1.1.1.1.4.1;
next	;

1.1.1.1.4.1
date	95.04.29.17.43.30;	author hjl;	state Exp;
branches;
next	1.1.1.1.4.2;

1.1.1.1.4.2
date	95.06.02.07.12.06;	author hjl;	state Exp;
branches;
next	;


desc
@@



1.1
log
@Initial revision
@
text
@#
# Makefile for libio/ldouble
#

TOPDIR=../..

include $(TOPDIR)/Makeconfig
include $(TOPDIR)/Makerules

NEWSTDIOFLAGS=
INC_CFLAGS=

SRC1S=	iovfscanf.c iovfprintf.c outfloat.c ioldouble.c

SRC2S= 
SRCS= $(SRC1S) $(SRC2S)
ASMS= $(SRC1S:.c=.s) $(SCR2S:.c=.s)
OBJS= $(SRC1S:.c=.o)
ALIASES= $(SRC2S:.c=.o)

include $(TOPDIR)/Maketargets
@


1.1.1.1
log
@The Linux C library 4.6.27 (source files).
@
text
@@


1.1.1.1.4.1
log
@Update for libc 4.7.2.
@
text
@a20 8
lib:: linux.h floatio.h

floatio.h: ../floatio.h
	ln -s ../floatio.h .

linux.h: ../linux.h
	ln -s ../linux.h .

@


1.1.1.1.4.2
log
@Update (lib:).
@
text
@d21 1
a21 1
lib:: linux.h floatio.h iolibio.h
a24 3

iolibio.h: ../iolibio.h
	ln -s ../iolibio.h .
@
