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.13; 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= stdgets.c stdopen.c stdprintf.c stdscanf.c stdsprintf.c stdvbuf.c \ stdputc.c stdgetc.c OBJS= stdgets.lo stdopen.lo stdprintf.lo stdscanf.lo stdsprintf.lo stdvbuf.lo \ stdputc.lo stdgetc.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 d13 2 a14 2 OBJS= stdgets.o stdopen.o stdprintf.o stdscanf.o stdsprintf.o stdvbuf.o \ stdputc.o stdgetc.o d16 2 d20 2 d27 1 @