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

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

SRCS=  invert.main.cc invert.elle.cc /* source files for your code */
OBJS=  invert.main.o invert.elle.o /* object files for your code */
THISAPP= invert                       /* the name of your executable */
EXTRA_LOAD_FLAGS = -L$(TOP)/lib

AllTarget($(THISAPP))

.SUFFIXES: .cc .o
	NormalCplusplusObjectRule()


NormalCplusplusProgramTarget($(THISAPP),$(OBJS),$(DEPLIBS_B),$(LOCAL_LIBRARIES_B),-lm)

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

CleanMakefile()

DependTarget()
