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


1.5
date	2008.06.30.18.14.01;	author gzheng;	state Exp;
branches;
next	1.4;
commitid	PNvoiSWiSIg6709t;

1.4
date	2005.03.12.06.00.31;	author idooley2;	state Exp;
branches;
next	1.3;

1.3
date	2003.11.14.02.38.09;	author olawlor;	state Exp;
branches;
next	1.2;

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

1.1
date	2001.12.06.23.20.33;	author olawlor;	state Exp;
branches;
next	;


desc
@@


1.5
log
@fixed Makefile.
@
text
@CDIR=../../../..
CHARMC=$(CDIR)/bin/charmc $(OPTS)

OBJS=netfem.o netfem_data.o
HEADERS=netfem.h netfemf.h netfem_data.h
DEST=$(CDIR)/lib/libmodulenetfem.a

all: $(DEST) headers

$(DEST): $(OBJS)
	$(CHARMC) -o $(DEST) $(OBJS)

netfem.o: netfem.C netfem.decl.h $(HEADERS)
	$(CHARMC) -c netfem.C

netfem_data.o: netfem_data.C $(HEADERS)
	$(CHARMC) -c netfem_data.C

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

headers: $(HEADERS)
	/bin/cp $(HEADERS) $(CDIR)/include

clean:
	rm -rf *.a *.def.h *.decl.h *.o SunWS_cache

# Text-only client
textclient: textclient.o $(DEST)
	$(CHARMC) textclient.o $(DEST) -o $@@ -lccs-client

textclient.o: textclient.C
	$(CHARMC) -c textclient.C
@


1.4
log
@Added netfem_data.h to the headers. We want it to be included so we can build
the standalone NetFEM -> Paraview converter against our version of charm/netfem.
@
text
@d29 2
a30 2
textclient: textclient.o $(LIB)
	$(CHARMC) textclient.o $(LIB) -o $@@ -lccs-client
@


1.3
log
@Added ability to write out data (NetFEM_WRITE), and unified
netfem_data files with client.
@
text
@d5 1
a5 1
HEADERS=netfem.h netfemf.h
@


1.2
log
@Removed make variable "$<", which on the DEC Alpha
only works from a ".c.o"-style rule, not a regular rule.
@
text
@d4 1
a4 1
OBJS=netfem.o
d15 3
@


1.1
log
@NetFEM: a way to easily export data from a running
FEcvs ci computation for online analysis/steering.
Registers a CCS handler that reports the most recently-
registered data.
@
text
@d14 1
a14 1
	$(CHARMC) -c $<
d27 1
a27 1
	$(CHARMC) $< $(LIB) -o $@@ -lccs-client
d30 1
a30 1
	$(CHARMC) $< -c
@

