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


1.2
date	2008.08.04.19.47.13;	author eshook;	state Exp;
branches;
next	1.1;
commitid	huFIvRIpnvESuvdt;

1.1
date	2007.10.12.07.06.49;	author bhatele;	state Exp;
branches;
next	;
commitid	26c6470f1cf94567;


desc
@@


1.2
log
@Adding functionality to enable the IBUD machine layer.  Fixed several tests to include $(TESTOPTS) argument for 'make test'.
@
text
@CHARMC=../../../bin/charmc $(OPTS)

OBJS = rtc.o

all: rtc

rtc: $(OBJS)
	$(CHARMC) -language charm++ -o rtc $(OBJS)

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

clean:
	rm -f *.decl.h *.def.h conv-host *.o rtc charmrun *.log *.sum *.sts

rtc.o: rtc.C topo.decl.h
	$(CHARMC) -c rtc.C

test: all
	./charmrun ./rtc +p4 $(TESTOPTS)

@


1.1
log
@tests for the topology interface in src/util
@
text
@d20 1
a20 1
	./charmrun ./rtc +p4
@

