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

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

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

EXTRA_LOAD_FLAGS = -L$(TOP)/lib

THISAPP=checkangle

AllTarget($(THISAPP))

.SUFFIXES: .cc .o
	NormalCplusplusObjectRule()


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

InstallAndLinkProgram($(THISAPP),$(BINDIR),elle_checkangle)

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

CleanMakefile()

DependTarget()
