head	1.5;
access;
symbols;
locks; strict;
comment	@# @;


1.5
date	2000.12.02.05.32.39;	author olawlor;	state dead;
branches;
next	1.4;

1.4
date	2000.11.17.18.26.31;	author gzheng;	state Exp;
branches;
next	1.3;

1.3
date	2000.11.15.23.28.48;	author gzheng;	state Exp;
branches;
next	1.2;

1.2
date	2000.09.21.22.36.36;	author olawlor;	state Exp;
branches;
next	1.1;

1.1
date	2000.09.01.18.02.27;	author milind;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Moved to Common.net/charmrun
@
text
@BIN=../../bin
CHARMC=$(BIN)/charmc $(OPTS)

all: $(BIN)/conv-host

$(BIN)/conv-host: conv-host.c 
	$(CHARMC) -c -seq -DSILENT conv-host.c
	$(CHARMC) -cp $(BIN) -seq -o conv-host-silent conv-host.o
	$(CHARMC) -c -seq -DNOTIFY conv-host.c
	$(CHARMC) -cp $(BIN) -seq -o conv-host-notify conv-host.o
	(if test "$$OSTYPE" = cygwin; then cp $(BIN)/conv-host-notify.exe $(BIN)/conv-host.exe; else cp $(BIN)/conv-host-notify $(BIN)/conv-host; fi)

clean:
	rm -f *.o conv-host conv-host-notify conv-host-silent
@


1.4
log
@OSTYPE not available in cron job.
@
text
@@


1.3
log
@Makefile for supporting cygwin
@
text
@d11 1
a11 1
	(if test $$OSTYPE = cygwin; then cp $(BIN)/conv-host-notify.exe $(BIN)/conv-host.exe; else cp $(BIN)/conv-host-notify $(BIN)/conv-host; fi)
@


1.2
log
@I don't think I changed this file-- don't know wny CVS claims
it's modified.
@
text
@d11 1
a11 1
	cp $(BIN)/conv-host-notify $(BIN)/conv-host
@


1.1
log
@Paving way for splitting conv-host code into multiple files. Instead of just
a single file conv-host.c, now the conv-host belongs to its separate
directory under Common.* directory. The Makefile checks for existence
of this directory
rather than the file, and proceeds to make conv-host in its own directory.
@
text
@d4 1
a4 1
all: conv-host
d6 1
a6 1
conv-host: conv-host.c
d11 1
a11 2
	cp conv-host-notify conv-host
	cp conv-host $(BIN)/conv-host
@

