head	1.4;
access;
symbols
	charm6_1:1.4
	charm_6_0_1:1.4
	charm6_0_1:1.4
	charm6_0:1.4
	ChaNGa_1-0:1.1;
locks; strict;
comment	@# @;


1.4
date	2007.12.04.22.24.37;	author gzheng;	state Exp;
branches;
next	1.3;
commitid	27804755d3a24567;

1.3
date	2007.12.04.17.05.34;	author gzheng;	state Exp;
branches;
next	1.2;
commitid	70dd475588d44567;

1.2
date	2007.09.20.20.25.00;	author bhatele;	state Exp;
branches;
next	1.1;
commitid	41d046f2d7064567;

1.1
date	2006.11.09.03.06.00;	author gzheng;	state Exp;
branches;
next	;
commitid	374a45529b0e4567;


desc
@@


1.4
log
@removed charmrun
@
text
@OPTS = -g
CHARMC=../../../../bin/charmc $(OPTS)

all: buildlog

buildlog: buildlog.o
	$(CHARMC) -seq -o buildlog buildlog.o -lconv-bigsim-logs -lconv-util -lblue-standalone -language c++

buildlog.o: buildlog.C 
	$(CHARMC) -seq -c buildlog.C

clean:
	rm -f *.o buildlog *~ moduleinit.C charmrun conv-host
	rm -rf *.decl.h *.def.h core *.log

test: buildlog
	./buildlog
@


1.3
log
@added charmrun to run.
@
text
@d17 1
a17 1
	./charmrun +p1 ./buildlog
@


1.2
log
@"all" target added
@
text
@d17 1
a17 1
	./buildlog
@


1.1
log
@sample program to manually create log
@
text
@d4 2
@

