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

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

SRCS=  hkl2elle.main.cc   hkl2elle.elle.cc
OBJS=  hkl2elle.main.o   hkl2elle.elle.o

EXTRA_LOAD_FLAGS = -L$(TOP)/lib
EXTRA_LIBS = -lpgm -lpbm -lppm
LOCAL_LIBRARIES = $(PLOTLIB) $(ELLELIB) $(MATRLIB) $(XMLIB) $(XTOOLLIB) $(XLIB) $(EXTRA_LIBS)
DEPLIBS = $(DEPPLOTLIB) $(DEPELLELIB) $(DEPMATRLIB) $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB)
DEFINES= -DXSYB

THISAPP=hkl2elle

AllTarget($(THISAPP))

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


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

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

CleanMakefile()

DependTarget()
