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,52 +0,0 @@
XCOMM $XConsortium: Imakefile /main/6 1996/08/20 14:48:43 drk $
XCOMM (c) Copyright 1996 Digital Equipment Corporation.
XCOMM (c) Copyright 1993-1994,1996 Hewlett-Packard Company.
XCOMM (c) Copyright 1993-1994,1996 International Business Machines Corp.
XCOMM (c) Copyright 1993-1994,1996 Sun Microsystems, Inc.
XCOMM (c) Copyright 1993-1994,1996 Novell, Inc.
XCOMM (c) Copyright 1996 FUJITSU LIMITED.
XCOMM (c) Copyright 1996 Hitachi.
#define DoNormalLib NormalLibDtSvc
#define DoSharedLib SharedLibDtSvc
#define DoDebugLib DebugLibDtSvc
#define DoProfileLib ProfileLibDtSvc
#define LibName DtSvc
#define SoRev SODTSVCREV
#define LibHeaders NO
#define LibCreate NO
#define CplusplusSource YES
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
#include <Threads.tmpl>
#ifndef DtSvcDefines
# define DtSvcDefines -DMULTIBYTE
#endif
DEFINES = DtSvcDefines
INCLUDES = -I. -I../include
#if defined(RsArchitecture)
CXXEXTRA_DEFINES = -qlanglvl=compat
#endif
SRCS = buf.C filegen.C mbschr.C \
pathcollapse.C shellscan.C strend.C \
strhash.C stringio.C strtokx.C \
strwcmp.C privbuf.C strcase.C
/* WARNING!!!!
* Any .o's added to this list need to be added to DTCODELIBS_OBJS3
* and SHARED_DTCODELIBS_OBJS3 in the DtSvc Imakefile.
*/
OBJS = buf.o filegen.o mbschr.o \
pathcollapse.o shellscan.o strend.o \
strhash.o stringio.o strtokx.o \
strwcmp.o privbuf.o strcase.o
#include <Library.tmpl>
SubdirLibraryRule($(OBJS))
DependTarget()