source: trunk/third/wcl/Xmp/Imakefile @ 8837

Revision 8837, 784 bytes checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r8836, which included commits to RCS files with non-trunk default branches.
Line 
1#ifndef WcTopDir
2#define WcTopDir ..
3#endif
4
5#include "../Wc.tmpl"
6
7XCOMM ##########################################################################
8XCOMM # SCCS_data: %Z% %M%      %I% %E% %U%
9XCOMM #
10XCOMM # Motif Public Library - Xmp/Imakefile
11XCOMM #
12#define DoNormalLib NormalLibXmp
13#define DoSharedLib SharedLibXmp
14#define DoDebugLib DebugLibXmp
15#define DoProfileLib ProfileLibXmp
16
17#if XRelease >= 50
18#include <Library.tmpl>
19#endif
20
21#define LibraryName Xmp
22#define LibraryOptions XmpLibraryOptions
23
24HEADERS = Table.h TableP.h Xmp.h XmpP.h XmpMotif.h XmpMotifP.h COPY.h
25   SRCS = Table.c TableLoc.c TableVec.c Xmp.c XmpRegAll.c
26   OBJS = Table.o TableLoc.o TableVec.o Xmp.o XmpRegAll.o
27
28#include "../WcLib.tmpl"
29
30InstallManPage(Xmp,$(LIBMANDIR))
31InstallManPage(XmpTable,$(LIBMANDIR))
32
Note: See TracBrowser for help on using the repository browser.