head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 99.11.12.14.42.22; author rse; state Exp; branches; next 1.1; 1.1 date 99.09.11.12.42.10; author rse; state Exp; branches; next ; desc @@ 1.2 log @*** empty log message *** @ text @ top_builddir = @@top_srcdir@@ top_srcdir = @@top_srcdir@@ SHELL = /bin/sh CC = @@CC@@ CFLAGS = @@CFLAGS@@ CCFLAGS = $(CFLAGS) -I../sfio_c -I../sfio -I. LIBTOOL = @@LIBTOOL@@ SRCS= _sfclrerr.c _sfdlen.c _sfeof.c _sferror.c _sffileno.c _sfgetc.c \ _sfgetl.c _sfgetu.c _sfllen.c _sfputc.c _sfputd.c _sfputl.c _sfputu.c \ _sfslen.c _sfstacked.c _sfulen.c _sfvalue.c OBJS= _sfclrerr.lo _sfdlen.lo _sfeof.lo _sferror.lo _sffileno.lo _sfgetc.lo \ _sfgetl.lo _sfgetu.lo _sfllen.lo _sfputc.lo _sfputd.lo _sfputl.lo _sfputu.lo \ _sfslen.lo _sfstacked.lo _sfulen.lo _sfvalue.lo .SUFFIXES: .SUFFIXES: .c .o .lo .c.o: $(CC) -c $(CCFLAGS) $*.c .c.lo: $(LIBTOOL) --mode=compile --quiet $(CC) -c $(CCFLAGS) $< all: $(OBJS) clean: -rm -f $(OBJS) -rm -f -r .libs distclean: clean -rm -f Makefile @ 1.1 log @Incorporate stuff from RSE's Sfio98 variant @ text @d2 4 d9 1 d14 3 a16 3 OBJS= _sfclrerr.o _sfdlen.o _sfeof.o _sferror.o _sffileno.o _sfgetc.o \ _sfgetl.o _sfgetu.o _sfllen.o _sfputc.o _sfputd.o _sfputl.o _sfputu.o \ _sfslen.o _sfstacked.o _sfulen.o _sfvalue.o d18 2 d22 2 d29 1 @