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

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

SRCS=  reposition.main.cc reposition.elle.cc
OBJS=  reposition.main.o reposition.elle.o

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

THISAPP=reposition

AllTarget($(THISAPP))

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


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

InstallAndLinkProgram($(THISAPP),$(BINDIR),ellerepos)

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

CleanMakefile()

DependTarget()
