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


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

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

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

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


desc
@@


1.4
log
@*** empty log message ***
@
text
@CC	= g++
INC	= ../Posix
CFLAGS	= -g
OBJS	= ChatChannel.o ChatClient.o ChatDB.o SayChannel.o GlobalChannel.o \
          OOCChannel.o

target : $(OBJS)

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

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

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

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

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

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

clean:
	rm *.o




@


1.3
log
@*** empty log message ***
@
text
@d4 2
a5 1
OBJS	= ChatChannel.o ChatClient.o ChatDB.o SayChannel.o GlobalChannel.o
d23 3
@


1.2
log
@*** empty log message ***
@
text
@d4 1
a4 1
OBJS	= ChatChannel.o ChatClient.o ChatDB.o SayChannel.o
d19 3
@


1.1
log
@Initial revision
@
text
@d20 3
@
