Initial import of the CDE 2.1.30 sources from the Open Group.

This commit is contained in:
Peter Howkins
2012-03-10 18:21:40 +00:00
commit 83b6996daa
18978 changed files with 3945623 additions and 0 deletions

26
cde/lib/DtMrm/Imakefile Normal file
View File

@@ -0,0 +1,26 @@
XCOMM $XConsortium: Imakefile /main/2 1996/04/21 19:14:49 drk $
#define DoNormalLib NormalLibDtMrm
#define DoSharedLib SharedLibDtMrm
#define DoDebugLib DebugLibDtMrm
#define DoProfileLib ProfileLibDtMrm
#define LibName DtMrm
#define SoRev SODTMRMREV
#define IncSubdir Dt
#define HasSharedData NO
#include <Threads.tmpl>
#ifdef SharedDtMrmReqs
REQUIREDLIBS = SharedDtMrmReqs
#endif
INCLUDES = -I. -I$(DTHELPSRC) -I$(DTTERMSRC)/Term -I$(DTTERMSRC)/TermPrim
SRCS = DtMrm.c
OBJS = DtMrm.o
HEADERS = Mrm.h
#include <Library.tmpl>
DependTarget()