#ifndef WcTopDir
#define WcTopDir ..
#endif

#include "../Wc.tmpl"

XCOMM ##########################################################################
XCOMM # SCCS_data: %Z% %M%	%I% %E% %U%
XCOMM #
XCOMM # Motif Public Library - Xmp/Imakefile
XCOMM #
#define DoNormalLib NormalLibXmp
#define DoSharedLib SharedLibXmp
#define DoDebugLib DebugLibXmp
#define DoProfileLib ProfileLibXmp

#if XRelease >= 50
#include <Library.tmpl>
#endif

#define LibraryName Xmp
#define LibraryOptions XmpLibraryOptions

HEADERS = Table.h TableP.h Xmp.h XmpP.h XmpMotif.h XmpMotifP.h COPY.h
   SRCS = Table.c TableLoc.c TableVec.c Xmp.c XmpRegAll.c
   OBJS = Table.o TableLoc.o TableVec.o Xmp.o XmpRegAll.o

#include "../WcLib.tmpl"

InstallManPage(Xmp,$(LIBMANDIR))
InstallManPage(XmpTable,$(LIBMANDIR))

