Remove remaining Imakefiles, tmpls, and the delete-later dir

This commit is contained in:
Jon Trulson
2022-07-04 22:26:20 -06:00
parent 73c7cdd7fb
commit 65cedf8dfd
180 changed files with 0 additions and 47354 deletions

View File

@@ -1,17 +0,0 @@
XCOMM $TOG: Imakefile /main/9 1998/08/10 15:50:47 mgreess $
#define IHaveSubdirs
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CXXDEBUGFLAGS=$(CXXDEBUGFLAGS)'
/* SUBDIRS=misc src byacc flex */
SUBDIRS=misc
XCOMM redefine TopLevelProject to build DtInfo with standard CDE config dir
#undef TopLevelProject
#define TopLevelProject DtInfo
IMAKE_DEF_DTINFO = -DTopLevelProject=TopLevelProject \
-DProjectTmplFile='<DtInfo.tmpl>' \
-DProjectRulesFile='<DtInfo.rules>'
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))

View File

@@ -1,28 +0,0 @@
XCOMM $XConsortium: Imakefile /main/7 1996/08/21 15:56:17 drk $
XCOMM These tools are used during "make includes".
includes:: all
LOCAL_SED_DEFINES = -e 's|PERL|$(PERL)|g'
SedSourceFile(treeres,treeres.src,$(LOCAL_SED_DEFINES))
NormalCplusplusObjectRule()
NormalLibraryObjectRule()
AllTarget(dfiles)
NormalProgramTarget(dfiles,dfiles.o,,,)
AllTarget(pmaker)
NormalProgramTarget(pmaker,pmaker.o,,,)
#ifdef RegenParserFiles
SimpleCPlusPlusLexTarget(msgsets)
#else
msgsets.o : msgsets.C
CplusObjectCompile($(_NOOP_))
#endif
SimpleCPlusPlusProgram(msgsets,msgsets.o,)
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
SRCS = dfiles.c pmaker.c msgsets.C
DependTarget()