#ifndef MotifDefines
#ifdef SGIArchitecture
#define XpmTop /usr
#endif
#include <Motif.tmpl>
#endif

#include "../../elle.tmpl"

SRCS=  mike.main.cc phase_lattice.cc particle.cc lattice.cc mike.elle.cc
OBJS=  mike.main.o phase_lattice.o particle.o lattice.o mike.elle.o

EXTRA_LOAD_FLAGS = -L$(TOP)/lib
DEFINES= -DXSYB

THISAPP=elle_mike

AllTarget($(THISAPP))

.SUFFIXES: .cc .o
	NormalCplusplusObjectRule()


NormalCplusplusProgramTarget($(THISAPP),$(OBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),-lm)

InstallProgram($(THISAPP),$(BINDIR))

MakeBatch($(THISAPP),$(BTCHEXT),$(OBJS),$(BINDIR))

CleanMakefile()

DependTarget()
