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


1.4
date	98.01.12.00.43.53;	author emily;	state Exp;
branches;
next	1.3;

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

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

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


desc
@@


1.4
log
@*** empty log message ***
@
text
@CC	= g++
INC	= ../Posix
CFLAGS	= -g -Wall
OBJS	= Telnet.o TelnetListener.o TelnetThread.o MessageThread.o \
          MessageInterpreter.o TelnetInfo.o

target : $(OBJS)

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

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

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

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

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

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

clean:
	rm *.o




@


1.3
log
@*** empty log message ***
@
text
@d3 1
a3 1
CFLAGS	= -g
@


1.2
log
@*** empty log message ***
@
text
@d4 2
a5 1
OBJS	= Telnet.o TelnetListener.o TelnetThread.o
d17 9
@


1.1
log
@Initial revision
@
text
@d17 3
@
