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

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

PSRCS=  pblast.main.cc pblast.elle.cc
POBJS=  pblast.main.o pblast.elle.o
ESRCS=  expand.main.cc expand.elle.cc
EOBJS=  expand.main.o expand.elle.o
SRCS = $(PSRCS) $(ESRCS)

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

.SUFFIXES: .cc .o
	NormalCplusplusObjectRule()

THISAPP1=elle_pblast

AllTarget($(THISAPP1))

NormalCplusplusProgramTarget($(THISAPP1),$(POBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),-lm)

InstallAndLinkProgram($(THISAPP1),$(BINDIR),ellepblast)

MakeBatch($(THISAPP1),$(BTCHEXT),$(POBJS),$(BINDIR))

DependTarget()

THISAPP2=elle_expand

AllTarget($(THISAPP2))

NormalCplusplusProgramTarget($(THISAPP2),$(EOBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),-lm)

InstallProgram($(THISAPP2),$(BINDIR))

MakeBatch($(THISAPP2),$(BTCHEXT),$(EOBJS),$(BINDIR))

DependTarget()

CleanMakefile()
