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:
@@ -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()
|
||||
Reference in New Issue
Block a user