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

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

/* change the next 4 lines to suit your application */
LOCAL = /usr/local/elle   /* location of the elle library code */
SRCS=  angle_rx.main.cc angle_rx.elle.cc/* source files for your code */
OBJS=  angle_rx.main.o angle_rx.elle.o/* object files for your code */
THISAPP= elle_angle_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()
