Begin removal of some Imakefiles, and other no longer useful cruft

This commit will not completely remove all Imake files, specifically
those for sections that have not been completed yet.

Also, the databases dir has been moved to databases-delete-later until
we have everything building and installed properly.
This commit is contained in:
Jon Trulson
2021-07-03 18:15:30 -06:00
parent 727baab329
commit 369b3e89d9
214 changed files with 0 additions and 33986 deletions

View File

@@ -1,27 +0,0 @@
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
DEPEND_DEFINES = $(DEPENDDEFINES)
INCLUDES = -I. -I$(DTHELPSRC) -I$(DTTERMSRC)/Term -I$(DTTERMSRC)/TermPrim
SRCS = DtMrm.c
OBJS = DtMrm.o
HEADERS = Mrm.h
#include <Library.tmpl>
DependTarget()