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,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()