Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
26
cde/lib/DtMrm/Imakefile
Normal file
26
cde/lib/DtMrm/Imakefile
Normal 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()
|
||||
Reference in New Issue
Block a user