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

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

SRCS1=  show.main.cc show.elle.cc
OBJS1=  show.main.o show.elle.o
SRCS2=  plotaxes.main.cc plotaxes.elle.cc
OBJS2=  plotaxes.main.o plotaxes.elle.o

SRCS= $(SRCS1) $(SRCS2)

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

THISAPP1=showelle
THISAPP2=plotaxes
THISAPP3=batchax

AllTarget($(THISAPP1))

.SUFFIXES: .cc .o
	 NormalCplusplusObjectRule()

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

InstallProgram($(THISAPP1),$(BINDIR))

AllTarget($(THISAPP2))

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

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

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

InstallProgram($(THISAPP3),$(BINDIR))

CleanMakefile()

DependTarget()
