# Generate JXE file using VisualAge "smart linker"

CLASSPATH = $(IVEHOME)/lib/jclMax/classes.zip:$(IVEHOME)/lib/jclMax/prsnlmot.jar:\$(JAVA_DEV_ROOT)/jars/isiInterfaces.jar:\$(JAVA_DEV_ROOT)/jars/moosInterfaces.jar:\$(JAVA_DEV_ROOT)/jars/moosLeasing.jar:\$(JAVA_DEV_ROOT)/jars/bsh-1.2b3.jar:\$(JAVA_DEV_ROOT)/jars/nanoxml-2.0.jar

default: NodeTest.jxe

all: NodeTest.jxe

NodeTest.jxe:
	jxelink -macroEnv IVEHOME -cp $(CLASSPATH):$(JAVA_DEV_ROOT)/classes @NodeTest.opt $(SIAM_HOME)/classes/moos/deployed/NodeTest.class

clean:
	rm *.jxe *.class
