#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=  gbm.main.cc gbm.elle.cc /* source files for your code */
OBJS=  gbm.main.o gbm.elle.o /* object files for your code */
THISAPP= elle_gbm            /* the name of your executable */

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

AllTarget($(THISAPP))

.SUFFIXES: .cc .o
	NormalCplusplusObjectRule()

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

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

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

CleanMakefile()

DependTarget()
