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

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

/* change the next 4 lines to suit your application */
SRCS=  disloc_rx.main.cc disloc_rx.elle.cc/* source files for your code */
OBJS=  disloc_rx.main.o disloc_rx.elle.o/* object files for your code */
THISAPP= elle_disloc_rx                      /* the name of your executable */

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

AllTarget($(THISAPP))

.SUFFIXES: .cc .o
.cc .o:
	NormalCplusplusObjectRule()


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

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

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

CleanMakefile()

DependTarget()
