head	1.3;
access;
symbols;
locks
	emily:1.3; strict;
comment	@# @;


1.3
date	97.12.24.07.24.43;	author emily;	state Exp;
branches;
next	1.2;

1.2
date	97.12.23.08.44.38;	author emily;	state Exp;
branches;
next	1.1;

1.1
date	97.12.22.20.58.57;	author emily;	state Exp;
branches;
next	;


desc
@@


1.3
log
@*** empty log message ***
@
text
@CC	= g++
INC	= ../Posix
CFLAGS	= -g -Wall
OBJS	= ConsoleStream.o FileStream.o Stream.o StreamBundle.o

target : $(OBJS)

ConsoleStream.o : ConsoleStream.h ConsoleStream.cc 
	$(CC) -I$(INC) $(CFLAGS) -c ConsoleStream.cc

FileStream.o : FileStream.h FileStream.cc 
	$(CC) -I$(INC) $(CFLAGS) -c FileStream.cc

Stream.o : Stream.h Stream.cc 
	$(CC) -I$(INC) $(CFLAGS) -c Stream.cc

StreamBundle.o : StreamBundle.h StreamBundle.cc 
	$(CC) -I$(INC) $(CFLAGS) -c StreamBundle.cc

clean:
	rm *.o



@


1.2
log
@*** empty log message ***
@
text
@d20 3
@


1.1
log
@Initial revision
@
text
@d3 1
a3 1
CFLAGS	= -g
@
