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

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


SRCS=  tbh.main.cc tbh.elle.cc tbh.f
OBJS=  tbh.main.o tbh.elle.o tbh.o
THISAPP=elle_tbh

SYSLIBS = $(F77LIB) -lm

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

AllTarget($(THISAPP))

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

NormalCplusplusProgramTarget($(THISAPP),$(OBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),$(SYSLIBS))

InstallAndLinkProgram($(THISAPP),$(BINDIR),elletbh)

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

CleanMakefile()

DependTarget()
