head	1.15;
access;
symbols
	charm6_1:1.15
	charm_6_0_1:1.15
	charm6_0_1:1.15
	charm6_0:1.15
	ChaNGa_1-0:1.12
	charm5_9:1.11;
locks; strict;
comment	@# @;


1.15
date	2007.12.04.22.24.20;	author gzheng;	state Exp;
branches;
next	1.14;
commitid	274e4755d3914567;

1.14
date	2007.12.04.17.05.05;	author gzheng;	state Exp;
branches;
next	1.13;
commitid	7079475588bd4567;

1.13
date	2007.09.20.20.25.00;	author bhatele;	state Exp;
branches;
next	1.12;
commitid	41d046f2d7064567;

1.12
date	2006.07.11.19.00.45;	author gzheng;	state Exp;
branches;
next	1.11;

1.11
date	2005.05.28.06.14.38;	author gzheng;	state Exp;
branches;
next	1.10;

1.10
date	2005.04.13.21.24.00;	author gzheng;	state Exp;
branches;
next	1.9;

1.9
date	2005.04.13.16.01.21;	author gzheng;	state Exp;
branches;
next	1.8;

1.8
date	2005.04.13.15.32.05;	author gzheng;	state Exp;
branches;
next	1.7;

1.7
date	2005.04.13.14.43.06;	author gzheng;	state Exp;
branches;
next	1.6;

1.6
date	2005.04.12.19.10.14;	author gzheng;	state Exp;
branches;
next	1.5;

1.5
date	2005.04.07.16.52.43;	author gioachin;	state Exp;
branches;
next	1.4;

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

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

1.2
date	2004.06.07.21.25.06;	author gzheng;	state Exp;
branches;
next	1.1;

1.1
date	2004.06.07.21.05.21;	author gzheng;	state Exp;
branches;
next	;


desc
@@


1.15
log
@fixed.
@
text
@CHARMC=../../../../bin/charmc $(OPTS)

all: loadlog

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

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

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

test: loadlog
	./loadlog
@


1.14
log
@use charmrun to test
@
text
@d16 1
a16 1
	./charmrun +p1 ./loadlog $(TESTOPTS)
@


1.13
log
@"all" target added
@
text
@d16 1
a16 1
	./loadlog
@


1.12
log
@fixed lib name
@
text
@d3 2
@


1.11
log
@added -seq
@
text
@d4 1
a4 1
	$(CHARMC) -seq -o loadlog loadlog.o -lconv-bluegene-logs -lconv-util -lblue-standalone -language c++
@


1.10
log
@link with blue-standalone
@
text
@d7 1
a7 1
	$(CHARMC) -c loadlog.C
@


1.9
log
@a better way to fix it - compiling into pure c++ program with new ckstandalone lib.
@
text
@d4 1
a4 1
	$(CHARMC) -seq -o loadlog loadlog.o -lconv-bluegene-logs -lconv-util -lckstandalone -language c++
@


1.8
log
@reverted previous change
@
text
@d4 1
a4 1
	$(CHARMC) -o loadlog loadlog.o -lconv-bluegene-logs -language converse++
@


1.7
log
@use charmrun to run it.
@
text
@d14 1
a14 1
	./charmrun +p1 ./loadlog
@


1.6
log
@revert previous change because it has to be a parallel compilation (not pure c++ code), although it has to be run on one processor.
@
text
@d14 1
a14 1
	./loadlog
@


1.5
log
@if it runs without charmrun it needs to be compiled in a sequential (non parallel) way
@
text
@d4 1
a4 1
	$(CHARMC) -seq -o loadlog loadlog.o -lconv-bluegene-logs -language converse++
d7 1
a7 1
	$(CHARMC) -seq -c loadlog.C
@


1.4
log
@added test
@
text
@d4 2
a5 2
	$(CHARMC) -o loadlog loadlog.o -lconv-bluegene-logs -language converse++
	
d7 1
a7 1
	$(CHARMC) -c loadlog.C
@


1.3
log
@fixed charmc path
@
text
@d12 3
@


1.2
log
@modified into a converse program.
@
text
@d1 1
a1 1
CHARMC=../../../../../bin/charmc $(OPTS)
@


1.1
log
@a tool for converting a bgTrace binary file into readable ascii format.
@
text
@d4 1
a4 1
	$(CHARMC) -o loadlog loadlog.o -lconv-bluegene-logs -language charm++
d6 1
a6 1
loadlog.o: loadlog.C loadlog.decl.h
a8 5
loadlog.def.h: loadlog.decl.h

loadlog.decl.h:  loadlog.ci
	$(CHARMC) loadlog.ci

@

