#ifndef WcTopDir
#define WcTopDir ..
#endif

#include "../Wc.tmpl"

XCOMM ##########################################################################
XCOMM # SCCS_data: @(#) Imakefile	1.1 92/03/18 11:11:37
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
   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,$(MANDIR))
InstallManPage(XmpTable,$(MANDIR))

