head	1.1;
access;
symbols
	charm6_1:1.1
	charm_6_0_1:1.1
	charm6_0_1:1.1;
locks; strict;
comment	@# @;


1.1
date	2008.12.16.21.43.54;	author abecker;	state Exp;
branches;
next	;
commitid	bXxbFxF8MeplQJut;


desc
@@


1.1
log
@added new test case and stub chare class
@
text
@CHARJC=../../../bin/charjc

objects := $(patsubst %.cj,%.o,$(wildcard *.cj))
all: $(objects)
%.o: %.cj
	$(CHARJC) --debug --verbose --AST --stdout $<
@
