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

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

/* change the next 4 lines to suit your application */
/* all the src in one file for this app */
SRCS=  ps.main.cc  /* source files for your code */
OBJS=  ps.main.o /* object files for your code */
THISAPP= showelleps                       /* the name of your executable */
APP2= batchps

EXTRA_LOAD_FLAGS = -L$(TOP)/lib

AllTarget($(THISAPP))

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


NormalCplusplusProgramTarget($(THISAPP),$(OBJS),$(DEPLIBS_PS),$(LOCAL_LIBRARIES_PS),-lm)

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

LOCAL_LIBRARIES=$(LOCAL_LIBRARIES_PS)
MakeBatch($(THISAPP),$(BTCHEXT),$(OBJS),$(BINDIR))

CleanMakefile()

DependTarget()
